Home
last modified time | relevance | path

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

/f-stack/freebsd/arm64/coresight/
H A Dcoresight_tmc.c209 sc->dev_type = CORESIGHT_ETF; in tmc_init()
233 if (sc->dev_type == CORESIGHT_ETF) in tmc_enable()
268 if (sc->dev_type == CORESIGHT_ETF) in tmc_disable()
292 if (sc->dev_type == CORESIGHT_ETF) in tmc_read()
H A Dcoresight_tmc.h129 #define CORESIGHT_ETF 2 macro