Searched refs:CORESIGHT_ETR (Results 1 – 2 of 2) sorted by relevance
205 sc->dev_type = CORESIGHT_ETR; in tmc_init()236 KASSERT(sc->dev_type == CORESIGHT_ETR, in tmc_enable()271 KASSERT(sc->dev_type == CORESIGHT_ETR, ("Wrong dev_type")); in tmc_disable()
128 #define CORESIGHT_ETR 1 macro