Home
last modified time | relevance | path

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

/f-stack/freebsd/arm64/coresight/
H A Dcoresight_etm4x.c211 } while ((reg & TRCSTATR_IDLE) == 1); in etm_enable()
234 } while ((reg & TRCSTATR_IDLE) == 0); in etm_disable()
H A Dcoresight_etm4x.h42 #define TRCSTATR_IDLE (1 << 0) /* The trace unit is idle. */ macro