Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/bus/
Darm-cci.c66 #define CCI_PMCR 0x0100 macro
661 return (readl_relaxed(cci_ctrl_base + CCI_PMCR) & in pmu_get_max_counters()
886 val = readl_relaxed(cci_ctrl_base + CCI_PMCR) | CCI_PMCR_CEN; in cci_pmu_enable()
887 writel(val, cci_ctrl_base + CCI_PMCR); in cci_pmu_enable()
902 val = readl_relaxed(cci_ctrl_base + CCI_PMCR) & ~CCI_PMCR_CEN; in cci_pmu_disable()
903 writel(val, cci_ctrl_base + CCI_PMCR); in cci_pmu_disable()