Searched refs:CSR_SV_IDLE (Results 1 – 3 of 3) sorted by relevance
1054 if ((QuCsr & (CSR_STOP | CSR_SV_IDLE)) == 0) { in TestStopBit()1232 } while ((XsCsr & (CSR_STOP | CSR_SV_IDLE)) != CSR_SV_IDLE || in SkGeStopPort()1233 (XaCsr & (CSR_STOP | CSR_SV_IDLE)) != CSR_SV_IDLE); in SkGeStopPort()1314 } while ((DWord & (CSR_STOP | CSR_SV_IDLE)) != CSR_SV_IDLE); in SkGeStopPort()
708 CSR_SV_IDLE = 1<<24, /* BMU SM Idle */ enumerator
1181 #define CSR_SV_IDLE BIT_24 /* BMU SM Idle */ macro