Lines Matching refs:hi
110 if ((platform_info.hi >> 1) & 3) { in set_max_freq()
120 perf_ctl.hi = 0; in set_max_freq()
243 msr.hi &= 0xc0000000; in initialize_vr_config()
244 msr.hi |= (0x01 << (52 - 32)); /* PSI3 threshold - 1A */ in initialize_vr_config()
245 msr.hi |= (0x05 << (42 - 32)); /* PSI2 threshold - 5A */ in initialize_vr_config()
246 msr.hi |= (0x14 << (32 - 32)); /* PSI1 threshold - 20A */ in initialize_vr_config()
247 msr.hi |= (1 << (62 - 32)); /* Enable PSI4 */ in initialize_vr_config()
254 msr.hi &= ~(0x3ff << (40 - 32)); in initialize_vr_config()
255 msr.hi |= (0x200 << (40 - 32)); /* 1.0 */ in initialize_vr_config()
257 msr.hi &= ~0xff; in initialize_vr_config()
259 msr.hi &= ~(1 << (51 - 32)); in initialize_vr_config()
261 msr.hi |= (1 << (52 - 32)); in initialize_vr_config()
263 msr.hi &= ~(0x3 << (53 - 32)); in initialize_vr_config()
269 msr.hi |= ((ramp & 0x3) << (53 - 32)); in initialize_vr_config()
271 msr.hi &= ~(1 << (50 - 32)); in initialize_vr_config()
274 msr.hi |= (0x01 << (53 - 32)); in initialize_vr_config()
276 msr.hi |= (1 << (50 - 32)); in initialize_vr_config()
405 return (platform_info.hi >> 1) & 3; in cpu_config_tdp_levels()
412 perf_ctl.hi = 0; in set_max_ratio()
468 msr.hi = 0; in configure_mca()
515 msr.hi = 0; in configure_c_states()
520 msr.hi = 0; in configure_c_states()
525 msr.hi = 0; in configure_c_states()
530 msr.hi = 0; in configure_c_states()
535 msr.hi = 0; in configure_c_states()
540 msr.hi = 0; in configure_c_states()
557 msr.hi = 0; in configure_misc()
562 msr.hi = 0; in configure_misc()
672 max_power = msr.hi & 0x7fff; in cpu_set_power_limits()
673 max_time = (msr.hi >> 16) & 0x7f; in cpu_set_power_limits()
696 limit.hi = 0; in cpu_set_power_limits()
697 limit.hi |= ((tdp * 125) / 100) & PKG_POWER_LIMIT_MASK; in cpu_set_power_limits()
698 limit.hi |= PKG_POWER_LIMIT_EN; in cpu_set_power_limits()
705 writel(limit.hi, MCHBAR_REG(MCH_PKG_POWER_LIMIT_HI)); in cpu_set_power_limits()
709 msr.hi = readl(MCHBAR_REG(MCH_DDR_POWER_LIMIT_HI)); in cpu_set_power_limits()
715 limit.hi = 0; in cpu_set_power_limits()