Home
last modified time | relevance | path

Searched refs:thm_readw (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/drivers/platform/x86/
Dintel_ips.c229 #define thm_readw(off) readw(ips->regmap + (off)) macro
712 ips->core_power_limit = thm_readw(THM_MPCPC); in update_turbo_limits()
713 ips->mch_power_limit = thm_readw(THM_MMGPC); in update_turbo_limits()
714 ips->mcp_temp_limit = thm_readw(THM_PTL); in update_turbo_limits()
715 ips->mcp_power_limit = thm_readw(THM_MPPC); in update_turbo_limits()
839 slope = offset = thm_readw(THM_MGTA); in read_mgtv()
852 val = thm_readw(THM_PTV) & PTV_MASK; in read_ptv()
862 val = thm_readw(reg); in read_ctv()
1111 u16 val = thm_readw(reg); \
1129 ptl = thm_readw(THM_PTL);
[all …]