Searched refs:TRCPRGCTLR (Results 1 – 2 of 2) sorted by relevance
121 writel_relaxed(0, drvdata->base + TRCPRGCTLR); in etm4_enable_hw()212 writel_relaxed(1, drvdata->base + TRCPRGCTLR); in etm4_enable_hw()491 control = readl_relaxed(drvdata->base + TRCPRGCTLR); in etm4_disable_hw()503 writel_relaxed(control, drvdata->base + TRCPRGCTLR); in etm4_disable_hw()1184 state->trcprgctlr = readl(drvdata->base + TRCPRGCTLR); in etm4_cpu_save()1295 writel_relaxed(state->trcprgctlr, drvdata->base + TRCPRGCTLR); in etm4_cpu_restore()
24 #define TRCPRGCTLR 0x004 macro