Home
last modified time | relevance | path

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

/f-stack/freebsd/arm64/coresight/
H A Dcoresight_tmc.h43 #define STS_FULL (1 << 0) macro
H A Dcoresight_tmc.c179 reg &= ~STS_FULL; in tmc_configure_etr()
302 if (bus_read_4(sc->res, TMC_STS) & STS_FULL) { in tmc_read()