Home
last modified time | relevance | path

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

/openbmc/linux/drivers/perf/
H A Dqcom_l3_pmu.c46 #define L3_HML3_PM_EVCNTR(__cntr) (0x420 + ((__cntr) & 0x7) * 8) argument
47 #define L3_HML3_PM_CNTCTL(__cntr) (0x120 + ((__cntr) & 0x7) * 8) argument
48 #define L3_HML3_PM_EVTYPE(__cntr) (0x220 + ((__cntr) & 0x7) * 8) argument
91 #define PMCNTENSET(__cntr) (1UL << ((__cntr) & 0x7)) argument
94 #define PMCNTENCLR(__cntr) (1UL << ((__cntr) & 0x7)) argument
98 #define PMINTENSET(__cntr) (1UL << ((__cntr) & 0x7)) argument
101 #define PMINTENCLR(__cntr) (1UL << ((__cntr) & 0x7)) argument
105 #define GANG_EN(__cntr) (1UL << ((__cntr) & 0x7)) argument
109 #define PMOVSRCLR(__cntr) (1UL << ((__cntr) & 0x7)) argument
113 #define PMIRQONMSBEN(__cntr) (1UL << ((__cntr) & 0x7)) argument