Searched refs:STATUS_BUSY (Results 1 – 2 of 2) sorted by relevance
/haiku/src/add-ons/accelerants/3dfx/ | ||
H A D | 3dfx.h | 95 #define STATUS_BUSY BIT(9) macro |
H A D | 3dfx_mode.cpp | 130 i = (INREG32(STATUS) & STATUS_BUSY) ? 0 : i + 1; in TDFX_WaitForIdle() |