Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/bus/
Darm-cci.c158 #define CCI_PMU_CNTR_LAST(cci_pmu) (CCI_PMU_CYCLE_CNTR_IDX + cci_pmu->num_events - 1) macro
239 idx <= CCI_PMU_CNTR_LAST(cci_pmu); in pmu_is_valid_counter()
290 for (idx = CCI_PMU_CNTR0_IDX; idx <= CCI_PMU_CNTR_LAST(cci_pmu); ++idx) in pmu_get_event_idx()
439 for (idx = CCI_PMU_CYCLE_CNTR_IDX; idx <= CCI_PMU_CNTR_LAST(cci_pmu); idx++) { in pmu_handle_irq()