Searched refs:PMCR_IEN_PMN0 (Results 1 – 2 of 2) sorted by relevance
87 pmnc |= PMCR_IEN_PMN0 << cnt; in arm11_setup_pmu()125 if ((pmnc & (PMCR_OFL_PMN0 << cnt)) && (pmnc & (PMCR_IEN_PMN0 << cnt))) { in arm11_pmu_interrupt()
26 #define PMCR_IEN_PMN0 (1 << 4) /* Interrupt enable count reg 0 */ macro