Searched refs:ISASEQW (Results 1 – 4 of 4) sorted by relevance
/haiku/src/add-ons/accelerants/neomagic/engine/ |
H A D | nm_general.c | 263 ISASEQW(CLKMODE, 0x21); in nmxxxx_general_powerup() 362 ISASEQW(MEMMODE, 0x0e); in nm_general_bios_to_powergraphics() 393 ISASEQW(MAPMASK, 0x0f); in nm_general_bios_to_powergraphics() 396 ISASEQW(CLKMODE, 0x21); in nm_general_bios_to_powergraphics()
|
H A D | nm_crtc.c | 419 ISASEQW(RESET, 0x01); in nm_crtc_dpms() 429 ISASEQW(CLKMODE, (temp & ~0x20)); in nm_crtc_dpms() 432 ISASEQW(RESET, 0x03); in nm_crtc_dpms() 437 ISASEQW(CLKMODE, (temp | 0x20)); in nm_crtc_dpms()
|
H A D | nm_bes.c | 704 ISASEQW(BESCTRL2, 0xa0); in nm_release_bes()
|
/haiku/headers/private/graphics/neomagic/ |
H A D | nm_macros.h | 341 #define ISASEQW(A,B)(ISAWW(SEQIND, ((NMSEQX_##A) | ((B) << 8)))) macro
|