Searched refs:ttm (Results 1 – 3 of 3) sorted by relevance
264 unsigned int ttm, grp; in p970_compute_mmcr() local321 ttm = unitmap[i]; in p970_compute_mmcr()322 ++ttmuse[(ttm >> 2) & 1]; in p970_compute_mmcr()323 mmcr1 |= (unsigned long)(ttm & ~4) << MMCR1_TTM1SEL_SH; in p970_compute_mmcr()335 ttm = (unitmap[unit] >> 2) & 1; in p970_compute_mmcr()337 ttm = 2; in p970_compute_mmcr()339 ttm = 3; in p970_compute_mmcr()343 mmcr1 |= (unsigned long)ttm in p970_compute_mmcr()
391 unsigned int ttm, grp; in power5_compute_mmcr() local485 ttm = unit >> 2; in power5_compute_mmcr()486 mmcr1 |= (unsigned long)ttm in power5_compute_mmcr()
460 unsigned int ttm; in power5p_compute_mmcr() local545 ttm = unit >> 2; in power5p_compute_mmcr()546 mmcr1 |= (unsigned long)ttm in power5p_compute_mmcr()
Completed in 28 milliseconds