Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/bus/
Darm-cci.c86 #define CCI_PMU_CNTR_LAST(cci_pmu) (cci_pmu->num_cntrs - 1) macro
352 for (idx = CCI400_PMU_CNTR0_IDX; idx <= CCI_PMU_CNTR_LAST(cci_pmu); ++idx) in cci400_get_event_idx()
624 return 0 <= idx && idx <= CCI_PMU_CNTR_LAST(cci_pmu); in pmu_is_valid_counter()
675 for(idx = 0; idx <= CCI_PMU_CNTR_LAST(cci_pmu); idx++) in pmu_get_event_idx()
819 for (idx = 0; idx <= CCI_PMU_CNTR_LAST(cci_pmu); idx++) { in pmu_handle_irq()