Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/perf/
Dqcom_l3_pmu.c54 #define L3_HML3_PM_EVCNTR(__cntr) (0x420 + ((__cntr) & 0x7) * 8) argument
55 #define L3_HML3_PM_CNTCTL(__cntr) (0x120 + ((__cntr) & 0x7) * 8) argument
56 #define L3_HML3_PM_EVTYPE(__cntr) (0x220 + ((__cntr) & 0x7) * 8) argument
99 #define PMCNTENSET(__cntr) (1UL << ((__cntr) & 0x7)) argument
102 #define PMCNTENCLR(__cntr) (1UL << ((__cntr) & 0x7)) argument
106 #define PMINTENSET(__cntr) (1UL << ((__cntr) & 0x7)) argument
109 #define PMINTENCLR(__cntr) (1UL << ((__cntr) & 0x7)) argument
113 #define GANG_EN(__cntr) (1UL << ((__cntr) & 0x7)) argument
117 #define PMOVSRCLR(__cntr) (1UL << ((__cntr) & 0x7)) argument
121 #define PMIRQONMSBEN(__cntr) (1UL << ((__cntr) & 0x7)) argument