Lines Matching refs:thm_readl
241 #define thm_readl(off) readl(ips->regmap + (off)) macro
711 u32 hts = thm_readl(THM_HTS); in update_turbo_limits()
891 val = thm_readl(THM_CEC); in get_cpu_power()
983 last_seqno = (thm_readl(THM_ITV) & ITV_ME_SEQNO_MASK) >> in ips_monitor()
987 old_cpu_power = thm_readl(THM_CEC); in ips_monitor()
1041 old_cpu_power = thm_readl(THM_CEC); in ips_monitor()
1088 cur_seqno = (thm_readl(THM_ITV) & ITV_ME_SEQNO_MASK) >> in ips_monitor()
1127 u32 val = thm_readl(reg); \
1177 sts = thm_readl(THM_STS); in ips_irq_handler()
1178 tc1 = thm_readl(THM_TC1); in ips_irq_handler()
1454 ips->gpu_turbo_enabled = !(thm_readl(THM_HTS) & HTS_GTD_DIS); in ips_gpu_turbo_enabled()
1559 if (thm_readl(THM_PSC) & PSP_PBRT) in ips_probe()