Searched refs:sfctemp (Results 1 – 8 of 8) sorted by relevance
51 struct sfctemp { struct62 static void sfctemp_power_up(struct sfctemp *sfctemp) in sfctemp_power_up() argument65 writel(SFCTEMP_PD, sfctemp->regs); in sfctemp_power_up()68 writel(0, sfctemp->regs); in sfctemp_power_up()73 writel(SFCTEMP_RSTN, sfctemp->regs); in sfctemp_power_up()77 static void sfctemp_power_down(struct sfctemp *sfctemp) in sfctemp_power_down() argument79 writel(SFCTEMP_PD, sfctemp->regs); in sfctemp_power_down()82 static void sfctemp_run(struct sfctemp *sfctemp) in sfctemp_run() argument84 writel(SFCTEMP_RSTN | SFCTEMP_RUN, sfctemp->regs); in sfctemp_run()88 static void sfctemp_stop(struct sfctemp *sfctemp) in sfctemp_stop() argument[all …]
187 obj-$(CONFIG_SENSORS_SFCTEMP) += sfctemp.o
1962 will be called sfctemp.
3 Kernel driver sfctemp
191 sfctemp
88 thermal-sensors = <&sfctemp>;277 sfctemp: temperature-sensor@124a0000 { label
211 thermal-sensors = <&sfctemp>;739 sfctemp: temperature-sensor@120e0000 { label
19405 F: Documentation/hwmon/sfctemp.rst19406 F: drivers/hwmon/sfctemp.c