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

/freebsd-12-stable/sys/arm64/coresight/
H A Dcoresight-tmc.c101 } while ((reg & STS_TMCREADY) == 1);
123 } while ((reg & STS_TMCREADY) == 1);
138 } while ((reg & STS_TMCREADY) == 0);
171 } while ((reg & STS_TMCREADY) == 0);
H A Dcoresight-tmc.h41 #define STS_TMCREADY (1 << 2) macro

Completed in 136 milliseconds