Home
last modified time | relevance | path

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

/linux-6.6.21/arch/powerpc/perf/
Dmpc7450-pmu.c12 #define N_COUNTER 6 /* Number of hardware counters */ macro
43 if (pmc > N_COUNTER) in mpc7450_classify_event()
134 static u32 pmcbits[N_COUNTER][2] = {
249 static const int pmcsel_shift[N_COUNTER] = {
252 static const u32 pmcsel_mask[N_COUNTER] = {
264 u8 event_index[N_CLASSES][N_COUNTER]; in mpc7450_compute_mmcr()
271 if (n_ev > N_COUNTER) in mpc7450_compute_mmcr()
405 .n_counter = N_COUNTER,