Searched refs:ALT_STATUS_WORD0 (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xf86-video-savage/dist/src/
H A Dsavage_regs.h209 #define ALT_STATUS_WORD0 (INREG(0x48C60)) macro
H A Dsavage_cursor.c223 volatile unsigned int i = ALT_STATUS_WORD0;
H A Dsavage_driver.c416 ! (ALT_STATUS_WORD0 & 0x00200000)
420 (unsigned long) ALT_STATUS_WORD0);
515 while( ((ALT_STATUS_WORD0 & 0x001fffff) > slots) && (loop++ < MAXLOOP));
534 while( ((ALT_STATUS_WORD0 & 0x000fffff) > slots) && (loop++ < MAXLOOP))
569 /*while( ((ALT_STATUS_WORD0 & 0x00a1ffff) != 0x00a00000) && (loop++ < MAXLOOP) );*/ /* tim */
570 while (((ALT_STATUS_WORD0 & 0x00e1ffff) != 0x00e00000) && (loop++ < MAXLOOP)); /* S3 */
584 loop &= ALT_STATUS_WORD0;
585 while( ((ALT_STATUS_WORD0 & 0x009fffff) != 0) && (loop++ < MAXLOOP) );
618 /*while( (!(ALT_STATUS_WORD0 & 0x00800000)) && (loop++ < MAXLOOP) );*/ /* tim */
619 while (((ALT_STATUS_WORD0
[all...]

Completed in 5 milliseconds