Searched refs:NM2200 (Results 1 - 9 of 9) sorted by relevance

/haiku/src/add-ons/accelerants/neomagic/engine/
H A Dnm_crtc.c52 if (si->ps.card_type < NM2200)
214 if (si->ps.card_type >= NM2200)
272 if (si->ps.card_type >= NM2200)
351 /* NM2200 and later */
472 if (si->ps.card_type < NM2200)
584 if (si->ps.card_type < NM2200)
700 if (si->ps.card_type >= NM2200)
930 if (si->ps.card_type < NM2200)
936 if (si->ps.card_type < NM2200)
972 if (si->ps.card_type < NM2200)
[all...]
H A Dnm_dac.c165 if (si->ps.card_type >= NM2200)
314 if (si->ps.card_type < NM2200)
H A Dnm_general.c130 case 0x000510c8: //NM2200
131 si->ps.card_type = NM2200;
133 sprintf(si->adi.chipset, "NM2200");
304 if (si->ps.card_type < NM2200)
480 /* pre-NM2200 cards don't support accelerated 24bit modes */
481 if ((si->ps.card_type < NM2200) && (target->space == B_RGB24)) *acc_mode = false;
495 /* virtual_height (confirmed NM2070, NM2097, NM2160 and NM2200 */
H A Dnm_acc.c78 if (si->ps.card_type >= NM2200) break;
114 /* enable engine FIFO (fixme: works this way on pre NM2200 only (engine.control)) */
133 /* setup clipping (fixme: works this way on pre NM2200 only (engine.control)) */
165 case NM2200:
228 default: /* NM2200 and later */
263 default: /* NM2200 and later */
315 default: /* NM2200 and later */
394 default: /* NM2200 and later */
H A Dnm_info.c184 case NM2200:
H A Dnm_bes.c324 if (si->ps.card_type < NM2200)
348 * (see remarks for < NM2200 cards regarding programming this register) */
591 if (si->ps.card_type < NM2200)
607 /* NM2200 and later cards use bytes to define buffer pitch */
617 * (see remarks for < NM2200 cards regarding programming this register) */
/haiku/headers/private/graphics/neomagic/
H A DDriverInterface.h178 NM2200, enumerator in enum:__anon799::__anon802
/haiku/src/add-ons/accelerants/neomagic/
H A DSetDisplayMode.c285 if (si->ps.card_type < NM2200)
/haiku/src/add-ons/kernel/drivers/graphics/neomagic/
H A Ddriver.c111 0x0005, /* MagicMedia 256AV (NM2200) 0x45 */
991 if (bes->card_type < NM2200)
1007 /* NM2200 and later cards use bytes to define buffer pitch */
1017 * (see remarks for < NM2200 cards regarding programming this register) */

Completed in 102 milliseconds