Searched refs:IBMRGB_curs_array (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/xf86-video-i128/dist/src/
H A DIBMRGB.h63 #define IBMRGB_curs_array 0x100 macro
H A Di128IBMDAC.c211 pI128->mem.rbase_g[IDXH_I] = (IBMRGB_curs_array >> 8) & 0xFF; MB;
212 pI128->mem.rbase_g[IDXL_I] = IBMRGB_curs_array & 0xFF; MB;
H A Di128reg.h726 #define IBMRGB_curs_array 0x100 macro
/xsrc/external/mit/xf86-video-s3/dist/src/
H A Ds3_IBMRGB.c498 outb(IBMRGB_INDEX_HIGH, (unsigned char) (IBMRGB_curs_array >> 8));
499 outb(IBMRGB_INDEX_LOW, (unsigned char) (IBMRGB_curs_array));
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/ramdac/
H A DIBM.h120 #define IBMRGB_curs_array 0x100 macro
H A DIBM.c581 (*ramdacPtr->WriteDAC)(pScrn, IBMRGB_curs_array + i, 0x00, (*src++));

Completed in 10 milliseconds