Searched refs:CCI_PMCR (Results 1 – 1 of 1) sorted by relevance
21 #define CCI_PMCR 0x0100 macro673 val = readl_relaxed(cci_pmu->ctrl_base + CCI_PMCR) | CCI_PMCR_CEN; in __cci_pmu_enable_nosync()674 writel(val, cci_pmu->ctrl_base + CCI_PMCR); in __cci_pmu_enable_nosync()690 val = readl_relaxed(cci_pmu->ctrl_base + CCI_PMCR) & ~CCI_PMCR_CEN; in __cci_pmu_disable()691 writel(val, cci_pmu->ctrl_base + CCI_PMCR); in __cci_pmu_disable()795 return (readl_relaxed(cci_pmu->ctrl_base + CCI_PMCR) & in pmu_get_max_counters()