Searched refs:BS_BLIT_PENDING (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/xf86-video-geode/dist/src/gfx/
H A Drndr_gu1.c49 while(READ_REG16(GP_BLIT_STATUS) & BS_BLIT_PENDING) { ; }
56 while(READ_REG16(GP_BLIT_STATUS) & BS_BLIT_PENDING) { INB (0x80); }
1508 if (READ_REG16(GP_BLIT_STATUS) & BS_BLIT_PENDING)
H A Dgfx_regs.h90 #define BS_BLIT_PENDING 0x0004 /* blit pending */ macro
/xsrc/external/mit/xf86-video-nsc/dist/src/gfx/
H A Drndr_gu1.c201 #define GFX_WAIT_PENDING while(READ_REG16(GP_BLIT_STATUS) & BS_BLIT_PENDING) { ; }
205 #define GFX_WAIT_PENDING while(READ_REG16(GP_BLIT_STATUS) & BS_BLIT_PENDING) { INB (0x80); }
1651 if (READ_REG16(GP_BLIT_STATUS) & BS_BLIT_PENDING)
H A Dgfx_regs.h191 #define BS_BLIT_PENDING 0x0004 /* blit pending */ macro
/xsrc/external/mit/xf86-video-nsc/dist/src/
H A Dnsc_gx1_accel.c203 #define GFX_WAIT_PENDING while(READ_REG16(GP_BLIT_STATUS) & BS_BLIT_PENDING) { ; }

Completed in 15 milliseconds