Searched refs:CORESIGHT_ETR (Results 1 – 2 of 2) sorted by relevance
202 sc->dev_type = CORESIGHT_ETR; in tmc_init()233 KASSERT(sc->dev_type == CORESIGHT_ETR, in tmc_enable()268 KASSERT(sc->dev_type == CORESIGHT_ETR, ("Wrong dev_type")); in tmc_disable()
126 #define CORESIGHT_ETR 1 macro