Home
last modified time | relevance | path

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

/freebsd/sys/arm64/coresight/
H A Dcoresight_tmc.c76 } while ((reg & STS_TMCREADY) == 1); in tmc_start()
98 } while ((reg & STS_TMCREADY) == 1); in tmc_stop()
113 } while ((reg & STS_TMCREADY) == 0); in tmc_configure_etf()
146 } while ((reg & STS_TMCREADY) == 0); in tmc_configure_etr()
H A Dcoresight_tmc.h39 #define STS_TMCREADY (1 << 2) macro