Searched refs:bbl_cr_ctl3 (Results 1 – 1 of 1) sorted by relevance
532 u_int64_t bbl_cr_ctl3; in init_mendocino() local539 bbl_cr_ctl3 = rdmsr(MSR_BBL_CR_CTL3); in init_mendocino()542 if (!(bbl_cr_ctl3 & 1)) { in init_mendocino()543 bbl_cr_ctl3 = 0x134052bLL; in init_mendocino()550 bbl_cr_ctl3 |= CPU_L2_LATENCY << 1; in init_mendocino()552 bbl_cr_ctl3 |= 5 << 1; in init_mendocino()554 wrmsr(MSR_BBL_CR_CTL3, bbl_cr_ctl3); in init_mendocino()