Searched refs:TRCSTATR_IDLE (Results 1 – 2 of 2) sorted by relevance
208 } while ((reg & TRCSTATR_IDLE) == 1); in etm_enable()231 } while ((reg & TRCSTATR_IDLE) == 0); in etm_disable()
40 #define TRCSTATR_IDLE (1 << 0) /* The trace unit is idle. */ macro