Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/bus/
Darm-cci.c63 #define CCI_PMCR 0x0100 macro
269 u32 n_cnts = (readl_relaxed(cci_ctrl_base + CCI_PMCR) & in pmu_get_max_counters()
505 val = readl_relaxed(cci_ctrl_base + CCI_PMCR) | CCI_PMCR_CEN; in cci_pmu_enable()
506 writel(val, cci_ctrl_base + CCI_PMCR); in cci_pmu_enable()
521 val = readl_relaxed(cci_ctrl_base + CCI_PMCR) & ~CCI_PMCR_CEN; in cci_pmu_disable()
522 writel(val, cci_ctrl_base + CCI_PMCR); in cci_pmu_disable()