Searched refs:PMCR_OFL_PMN0 (Results 1 – 2 of 2) sorted by relevance
63 arm11_write_pmnc(PMCR_OFL_PMN0 | PMCR_OFL_PMN1 | PMCR_OFL_CCNT | in arm11_setup_pmu()125 if ((pmnc & (PMCR_OFL_PMN0 << cnt)) && (pmnc & (PMCR_IEN_PMN0 << cnt))) { in arm11_pmu_interrupt()
29 #define PMCR_OFL_PMN0 (1 << 8) /* Count reg 0 overflow */ macro