Home
last modified time | relevance | path

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

/freebsd/sys/arm64/coresight/
H A Dcoresight_etm4x.c203 bus_write_4(sc->res, TRCPRGCTLR, TRCPRGCTLR_EN); in etm_enable()
210 if ((bus_read_4(sc->res, TRCPRGCTLR) & TRCPRGCTLR_EN) == 0) in etm_enable()
H A Dcoresight_etm4x.h36 #define TRCPRGCTLR_EN (1 << 0) /* Trace unit enable bit */ macro