Lines Matching +defs:val +defs:data
234 #define thm_writeb(off, val) writeb((val), ips->regmap + (off)) argument
235 #define thm_writew(off, val) writew((val), ips->regmap + (off)) argument
236 #define thm_writel(off, val) writel((val), ips->regmap + (off)) argument
436 static void do_enable_cpu_turbo(void *data) in do_enable_cpu_turbo()
474 static void do_disable_cpu_turbo(void *data) in do_disable_cpu_turbo()
760 static int ips_adjust(void *data) in ips_adjust()
842 u64 val; in read_mgtv() local
858 u16 val; in read_ptv() local
868 u16 val; in read_ctv() local
881 u32 val; in get_cpu_power() local
899 static u16 update_average_temp(u16 avg, u16 val) in update_average_temp()
910 static u16 update_average_power(u32 avg, u32 val) in update_average_power()
954 static int ips_monitor(void *data) in ips_monitor()
992 u16 val; in ips_monitor() local
1047 u16 val; in ips_monitor() local
1192 static int cpu_temp_show(struct seq_file *m, void *data) in cpu_temp_show()
1203 static int cpu_power_show(struct seq_file *m, void *data) in cpu_power_show()
1213 static int cpu_clamp_show(struct seq_file *m, void *data) in cpu_clamp_show()
1235 static int mch_temp_show(struct seq_file *m, void *data) in mch_temp_show()
1246 static int mch_power_show(struct seq_file *m, void *data) in mch_power_show()