Home
last modified time | relevance | path

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

/freebsd/sys/arm64/coresight/
H A Dcoresight_tmc.c115 bus_write_4(sc->res, TMC_MODE, MODE_HW_FIFO); in tmc_configure_etf()
149 bus_write_4(sc->res, TMC_MODE, MODE_CIRCULAR_BUFFER); in tmc_configure_etr()
H A Dcoresight_tmc.h49 #define TMC_MODE 0x028 /* Mode Register */ macro