Searched refs:thm_writew (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/platform/x86/ |
H A D | intel_ips.c | 234 #define thm_writew(off, val) writew((val), ips->regmap + (off)) macro 381 thm_writew(THM_MPCPC, (new_tdp_limit * 10) / 8); in ips_cpu_raise() 416 thm_writew(THM_MPCPC, (new_limit * 10) / 8); in ips_cpu_lower() 1579 thm_writew(THM_HTSHI, htshi); in ips_probe()
|
/kernel/linux/linux-6.6/drivers/platform/x86/ |
H A D | intel_ips.c | 234 #define thm_writew(off, val) writew((val), ips->regmap + (off)) macro 381 thm_writew(THM_MPCPC, (new_tdp_limit * 10) / 8); in ips_cpu_raise() 416 thm_writew(THM_MPCPC, (new_limit * 10) / 8); in ips_cpu_lower() 1579 thm_writew(THM_HTSHI, htshi); in ips_probe()
|
Completed in 7 milliseconds