Home
last modified time | relevance | path

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

/freebsd/sys/arm64/coresight/
H A Dcoresight_tmc.c116 bus_write_4(sc->res, TMC_FFCR, FFCR_EN_FMT | FFCR_EN_TI); in tmc_configure_etf()
162 reg = FFCR_EN_FMT | FFCR_EN_TI | FFCR_FON_FLIN | in tmc_configure_etr()
H A Dcoresight_tmc.h75 #define FFCR_EN_TI (1 << 1) macro