Home
last modified time | relevance | path

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

/f-stack/freebsd/arm64/coresight/
H A Dcoresight_tmc.c78 reg = bus_read_4(sc->res, TMC_STS); in tmc_start()
100 reg = bus_read_4(sc->res, TMC_STS); in tmc_stop()
115 reg = bus_read_4(sc->res, TMC_STS); in tmc_configure_etf()
125 bus_read_4(sc->res, TMC_STS), in tmc_configure_etf()
148 reg = bus_read_4(sc->res, TMC_STS); in tmc_configure_etr()
178 reg = bus_read_4(sc->res, TMC_STS); in tmc_configure_etr()
180 bus_write_4(sc->res, TMC_STS, reg); in tmc_configure_etr()
302 if (bus_read_4(sc->res, TMC_STS) & STS_FULL) { in tmc_read()
H A Dcoresight_tmc.h37 #define TMC_STS 0x00C /* Status Register */ macro