Home
last modified time | relevance | path

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

/arch/powerpc/perf/
Dppc970-pmu.c263 unsigned int ttm, grp; in p970_compute_mmcr() local
320 ttm = unitmap[i]; in p970_compute_mmcr()
321 ++ttmuse[(ttm >> 2) & 1]; in p970_compute_mmcr()
322 mmcr1 |= (unsigned long)(ttm & ~4) << MMCR1_TTM1SEL_SH; in p970_compute_mmcr()
334 ttm = (unitmap[unit] >> 2) & 1; in p970_compute_mmcr()
336 ttm = 2; in p970_compute_mmcr()
338 ttm = 3; in p970_compute_mmcr()
342 mmcr1 |= (unsigned long)ttm in p970_compute_mmcr()
Dpower5-pmu.c390 unsigned int ttm, grp; in power5_compute_mmcr() local
484 ttm = unit >> 2; in power5_compute_mmcr()
485 mmcr1 |= (unsigned long)ttm in power5_compute_mmcr()
Dpower5+-pmu.c459 unsigned int ttm; in power5p_compute_mmcr() local
544 ttm = unit >> 2; in power5p_compute_mmcr()
545 mmcr1 |= (unsigned long)ttm in power5p_compute_mmcr()