Home
last modified time | relevance | path

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

/arch/powerpc/perf/
Dpower4-pmu.c368 unsigned int unitlower = 0; in p4_compute_mmcr() local
400 if (unituse[unit] && lower != (unitlower & lower)) in p4_compute_mmcr()
403 unitlower |= lower; in p4_compute_mmcr()
424 unitlower = (unitlower & ~8) | ((unitlower & 8) << 5); in p4_compute_mmcr()
442 if (unitlower & 0xe) in p4_compute_mmcr()
444 if (unitlower & 0xf0) in p4_compute_mmcr()
446 if (unitlower & 0xf00) in p4_compute_mmcr()
448 if (unitlower & 0x7000) in p4_compute_mmcr()