Home
last modified time | relevance | path

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

/freebsd/sys/arm64/coresight/
H A Dcoresight_tmc.c176 reg &= ~STS_FULL; in tmc_configure_etr()
299 if (bus_read_4(sc->res, TMC_STS) & STS_FULL) { in tmc_read()
H A Dcoresight_tmc.h41 #define STS_FULL (1 << 0) macro