Searched refs:CCI_PMCR (Results 1 – 1 of 1) sorted by relevance
66 #define CCI_PMCR 0x0100 macro661 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()