Searched refs:DUMP_CFG (Results 1 - 5 of 5) sorted by relevance

/haiku/src/add-ons/accelerants/neomagic/engine/
H A Dnm_general.c15 #define DUMP_CFG(reg, type) if (si->ps.card_type >= type) do { \ macro
20 DUMP_CFG (DEVID, 0);
21 DUMP_CFG (DEVCTRL, 0);
22 DUMP_CFG (CLASS, 0);
23 DUMP_CFG (HEADER, 0);
24 DUMP_CFG (BASE1FB, 0);
25 DUMP_CFG (BASE2REG1,0);
26 DUMP_CFG (BASE3REG2,0);
27 DUMP_CFG (BASE4, 0);
28 DUMP_CFG (BASE
84 #undef DUMP_CFG macro
[all...]
/haiku/src/add-ons/accelerants/skeleton/engine/
H A Dgeneral.c17 #define DUMP_CFG(reg, type) if (si->ps.card_type >= type) do { \ macro
22 DUMP_CFG (DEVID, 0);
23 DUMP_CFG (DEVCTRL, 0);
24 DUMP_CFG (CLASS, 0);
25 DUMP_CFG (HEADER, 0);
26 DUMP_CFG (BASE1REGS,0);
27 DUMP_CFG (BASE2FB, 0);
28 DUMP_CFG (BASE3, 0);
29 DUMP_CFG (BASE4, 0);
30 DUMP_CFG (BASE
86 #undef DUMP_CFG macro
[all...]
/haiku/src/add-ons/accelerants/via/engine/
H A Dgeneral.c17 #define DUMP_CFG(reg, type) if (si->ps.card_type >= type) do { \ macro
22 DUMP_CFG (DEVID, 0);
23 DUMP_CFG (DEVCTRL, 0);
24 DUMP_CFG (CLASS, 0);
25 DUMP_CFG (HEADER, 0);
26 DUMP_CFG (BASE1REGS,0);
27 DUMP_CFG (BASE2FB, 0);
28 DUMP_CFG (BASE3, 0);
29 DUMP_CFG (BASE4, 0);
30 DUMP_CFG (BASE
86 #undef DUMP_CFG macro
[all...]
/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_general.c19 #define DUMP_CFG(reg, type) if (si->ps.card_type >= type) do { \ macro
24 DUMP_CFG (DEVID, 0);
25 DUMP_CFG (DEVCTRL, 0);
26 DUMP_CFG (CLASS, 0);
27 DUMP_CFG (HEADER, 0);
28 DUMP_CFG (BASE1REGS,0);
29 DUMP_CFG (BASE2FB, 0);
30 DUMP_CFG (BASE3, 0);
31 DUMP_CFG (BASE4, 0);
32 DUMP_CFG (BASE
88 #undef DUMP_CFG macro
[all...]
/haiku/src/add-ons/accelerants/matrox/engine/
H A Dmga_general.c21 #define DUMP_CFG(reg, type) if (si->ps.card_type >= type) do { \ macro
26 DUMP_CFG (DEVID, 0);
27 DUMP_CFG (DEVCTRL, 0);
28 DUMP_CFG (CLASS, 0);
29 DUMP_CFG (HEADER, 0);
30 DUMP_CFG (MGABASE2, 0);
31 DUMP_CFG (MGABASE1, 0);
32 DUMP_CFG (MGABASE3, MYST);
33 DUMP_CFG (SUBSYSIDR, MYST);
34 DUMP_CFG (ROMBAS
49 #undef DUMP_CFG macro
[all...]

Completed in 41 milliseconds