Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hwtracing/coresight/
Dcoresight-tmc.c59 writel_relaxed(TMC_CTL_CAPT_EN, drvdata->base + TMC_CTL); in tmc_enable_hw()
64 writel_relaxed(0x0, drvdata->base + TMC_CTL); in tmc_disable_hw()
226 coresight_tmc_reg(ctl, TMC_CTL);
Dcoresight-tmc.h19 #define TMC_CTL 0x020 macro