Lines Matching full:hi

109 	if ((platform_info.hi >> 1) & 3) {  in set_max_freq()
119 perf_ctl.hi = 0; in set_max_freq()
242 msr.hi &= 0xc0000000; in initialize_vr_config()
243 msr.hi |= (0x01 << (52 - 32)); /* PSI3 threshold - 1A */ in initialize_vr_config()
244 msr.hi |= (0x05 << (42 - 32)); /* PSI2 threshold - 5A */ in initialize_vr_config()
245 msr.hi |= (0x14 << (32 - 32)); /* PSI1 threshold - 20A */ in initialize_vr_config()
246 msr.hi |= (1 << (62 - 32)); /* Enable PSI4 */ in initialize_vr_config()
253 msr.hi &= ~(0x3ff << (40 - 32)); in initialize_vr_config()
254 msr.hi |= (0x200 << (40 - 32)); /* 1.0 */ in initialize_vr_config()
256 msr.hi &= ~0xff; in initialize_vr_config()
258 msr.hi &= ~(1 << (51 - 32)); in initialize_vr_config()
260 msr.hi |= (1 << (52 - 32)); in initialize_vr_config()
262 msr.hi &= ~(0x3 << (53 - 32)); in initialize_vr_config()
268 msr.hi |= ((ramp & 0x3) << (53 - 32)); in initialize_vr_config()
270 msr.hi &= ~(1 << (50 - 32)); in initialize_vr_config()
273 msr.hi |= (0x01 << (53 - 32)); in initialize_vr_config()
275 msr.hi |= (1 << (50 - 32)); in initialize_vr_config()
404 return (platform_info.hi >> 1) & 3; in cpu_config_tdp_levels()
411 perf_ctl.hi = 0; in set_max_ratio()
467 msr.hi = 0; in configure_mca()
514 msr.hi = 0; in configure_c_states()
519 msr.hi = 0; in configure_c_states()
524 msr.hi = 0; in configure_c_states()
529 msr.hi = 0; in configure_c_states()
534 msr.hi = 0; in configure_c_states()
539 msr.hi = 0; in configure_c_states()
556 msr.hi = 0; in configure_misc()
561 msr.hi = 0; in configure_misc()
671 max_power = msr.hi & 0x7fff; in cpu_set_power_limits()
672 max_time = (msr.hi >> 16) & 0x7f; in cpu_set_power_limits()
695 limit.hi = 0; in cpu_set_power_limits()
696 limit.hi |= ((tdp * 125) / 100) & PKG_POWER_LIMIT_MASK; in cpu_set_power_limits()
697 limit.hi |= PKG_POWER_LIMIT_EN; in cpu_set_power_limits()
704 writel(limit.hi, MCHBAR_REG(MCH_PKG_POWER_LIMIT_HI)); in cpu_set_power_limits()
708 msr.hi = readl(MCHBAR_REG(MCH_DDR_POWER_LIMIT_HI)); in cpu_set_power_limits()
714 limit.hi = 0; in cpu_set_power_limits()