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

/xsrc/external/mit/xf86-video-apm/dist/src/
H A Dapm_regs.h116 #define STATUS_HOSTBLTBUSY (1 << 8) macro
H A Dapm_funcs.c1167 while (!(STATUS() & STATUS_HOSTBLTBUSY))
1312 while (!((status = STATUS()) & STATUS_HOSTBLTBUSY))
1316 while (!((status = STATUS()) & STATUS_HOSTBLTBUSY))
1463 if ((!(stat & (STATUS_HOSTBLTBUSY | STATUS_ENGINEBUSY))) &&
1497 if ((!(stat & (STATUS_HOSTBLTBUSY | STATUS_ENGINEBUSY))) &&
H A Dapm_accel.c277 while ((stat & (STATUS_HOSTBLTBUSY | STATUS_ENGINEBUSY)) ||

Completed in 5 milliseconds