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

/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_vip.c24 #define VIP_BUSY 0 macro
64 return (INREG(RADEON_VIPH_CONTROL) & 0x2000) ? VIP_BUSY : VIP_RESET;
67 return (INREG(RADEON_VIPH_CONTROL) & 0x2000) ? VIP_BUSY : VIP_IDLE ;
86 return (INREG(VIPH_CONTROL) & 0x2000) ? VIP_BUSY : VIP_RESET;
89 return (INREG(VIPH_CONTROL) & 0x2000) ? VIP_BUSY : VIP_IDLE ;
100 if (status==VIP_BUSY) \
190 while(VIP_BUSY == (status = RADEONVIP_fifo_idle(b, 0xff)));
211 while(VIP_BUSY == (status = RADEONVIP_fifo_idle(b, 0xff)));
234 while(VIP_BUSY == (status = RADEONVIP_fifo_idle(b, 0xff)));
265 while(VIP_BUSY
[all...]
H A Dtheatre_reg.h275 #define VIP_BUSY 0 macro

Completed in 4 milliseconds