Home
last modified time | relevance | path

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

/f-stack/freebsd/arm64/coresight/
H A Dcoresight_tmc.c79 } while ((reg & STS_TMCREADY) == 1); in tmc_start()
101 } while ((reg & STS_TMCREADY) == 1); in tmc_stop()
116 } while ((reg & STS_TMCREADY) == 0); in tmc_configure_etf()
149 } while ((reg & STS_TMCREADY) == 0); in tmc_configure_etr()
H A Dcoresight_tmc.h41 #define STS_TMCREADY (1 << 2) macro