Searched refs:PCIGRPHW (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/accelerants/neomagic/engine/
H A Dnm_bes.c314 PCIGRPHW(GENLOCK, (PCIGRPHR(GENLOCK) | 0x20));
316 PCIGRPHW(HD1COORD1L, ((moi.hcoordv >> 16) & 0xff));
317 PCIGRPHW(HD1COORD2L, (moi.hcoordv & 0xff));
318 PCIGRPHW(HD1COORD21H, (((moi.hcoordv >> 4) & 0xf0) | ((moi.hcoordv >> 24) & 0x0f)));
319 PCIGRPHW(VD1COORD1L, ((moi.vcoordv >> 16) & 0xff));
320 PCIGRPHW(VD1COORD2L, (moi.vcoordv & 0xff));
321 PCIGRPHW(VD1COORD21H, (((moi.vcoordv >> 4) & 0xf0) | ((moi.vcoordv >> 24) & 0x0f)));
336 PCIGRPHW(0xbc, ((((moi.hsrcendv >> 16) + 9) >> 3) - 1));
349 PCIGRPHW(0xbc, ((((moi.hsrcendv >> 16) + 17) >> 4) - 1));
351 PCIGRPHW(BUF1ORG
[all...]
/haiku/headers/private/graphics/neomagic/
H A Dnm_macros.h337 #define PCIGRPHW(A,B)(NM_2REG16(NM2PCI16_GRPHIND) = ((NMGRPHX_##A) | ((B) << 8))) macro

Completed in 44 milliseconds