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