Home
last modified time | relevance | path

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

/freebsd/sys/arm64/coresight/
H A Dcoresight_tmc.c75 reg = bus_read_4(sc->res, TMC_STS); in tmc_start()
97 reg = bus_read_4(sc->res, TMC_STS); in tmc_stop()
112 reg = bus_read_4(sc->res, TMC_STS); in tmc_configure_etf()
122 bus_read_4(sc->res, TMC_STS), in tmc_configure_etf()
145 reg = bus_read_4(sc->res, TMC_STS); in tmc_configure_etr()
175 reg = bus_read_4(sc->res, TMC_STS); in tmc_configure_etr()
177 bus_write_4(sc->res, TMC_STS, reg); in tmc_configure_etr()
299 if (bus_read_4(sc->res, TMC_STS) & STS_FULL) { in tmc_read()
H A Dcoresight_tmc.h35 #define TMC_STS 0x00C /* Status Register */ macro