Lines Matching refs:psel
146 int pmc, psel;
150 psel = event & PM_PMCSEL_MSK;
151 if ((pmc == 2 || pmc == 4) && (psel & ~7) == 0x40)
153 if ((pmc == 1 || pmc == 3) && (psel & ~7) == 0x48)
215 int pmc, psel;
220 psel = event & PM_PMCSEL_MSK & ~1; /* trim off edge/level bit */
224 switch (psel >> 4) {
228 if (psel == 0x3c)
230 if (psel == 0x3e)
237 if (psel == 0x64)
253 unsigned int pmc, unit, combine, l2sel, psel;
275 psel = event[i] & PM_PMCSEL_MSK;
294 mmcr1 |= psel << MMCR1_PMCSEL_SH(pmc);