Home
last modified time | relevance | path

Searched refs:PCISEQW (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/accelerants/neomagic/engine/
H A Dnm_bes.c361 PCISEQW(0x1c, 0xfb); in nm_bes_program_move_overlay()
362 PCISEQW(0x1d, 0x00); in nm_bes_program_move_overlay()
363 PCISEQW(0x1e, 0xe2); in nm_bes_program_move_overlay()
364 PCISEQW(0x1f, 0x02); in nm_bes_program_move_overlay()
367 PCISEQW(0x09, 0x11); in nm_bes_program_move_overlay()
371 PCISEQW(ZVCAP_DSCAL, 0x00); in nm_bes_program_move_overlay()
630 PCISEQW(0x1c, 0xfb); in nm_configure_bes()
631 PCISEQW(0x1d, 0x00); in nm_configure_bes()
632 PCISEQW(0x1e, 0xe2); in nm_configure_bes()
633 PCISEQW(0x1f, 0x02); in nm_configure_bes()
[all …]
/haiku/headers/private/graphics/neomagic/
H A Dnm_macros.h345 #define PCISEQW(A,B)(NM_2REG16(NM2PCI16_SEQIND) = ((NMSEQX_##A) | ((B) << 8))) macro