Home
last modified time | relevance | path

Searched refs:TRCSTATR_IDLE (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/arm64/coresight/
H A Dcoresight_etm4x.c208 } while ((reg & TRCSTATR_IDLE) == 1); in etm_enable()
231 } while ((reg & TRCSTATR_IDLE) == 0); in etm_disable()
H A Dcoresight_etm4x.h40 #define TRCSTATR_IDLE (1 << 0) /* The trace unit is idle. */ macro