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

/xsrc/external/mit/xf86-video-geode/dist/src/gfx/
H A Drndr_gu1.c51 while(READ_REG16(GP_BLIT_STATUS) & BS_BLIT_BUSY) { ; }
58 while(READ_REG16(GP_BLIT_STATUS) & BS_BLIT_BUSY) { INB (0x80); }
H A Dgfx_regs.h88 #define BS_BLIT_BUSY 0x0001 /* blit engine is busy */ macro
/xsrc/external/mit/xf86-video-nsc/dist/src/gfx/
H A Drndr_gu1.c202 #define GFX_WAIT_BUSY while(READ_REG16(GP_BLIT_STATUS) & BS_BLIT_BUSY) { ; }
206 #define GFX_WAIT_BUSY while(READ_REG16(GP_BLIT_STATUS) & BS_BLIT_BUSY) { INB (0x80); }
H A Dgfx_regs.h189 #define BS_BLIT_BUSY 0x0001 /* blit engine is busy */ macro
/xsrc/external/mit/xf86-video-nsc/dist/src/
H A Dnsc_gx1_accel.c202 #define GFX_WAIT_BUSY while(READ_REG16(GP_BLIT_STATUS) & BS_BLIT_BUSY) { ; }

Completed in 14 milliseconds