Searched refs:sfctemp (Results 1 – 9 of 9) 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 …]
189 obj-$(CONFIG_SENSORS_SFCTEMP) += sfctemp.o
1986 will be called sfctemp.
3 Kernel driver sfctemp
197 sfctemp
88 thermal-sensors = <&sfctemp>;277 sfctemp: temperature-sensor@124a0000 { label
211 thermal-sensors = <&sfctemp>;739 sfctemp: temperature-sensor@120e0000 { label
19457 F: Documentation/hwmon/sfctemp.rst19458 F: drivers/hwmon/sfctemp.c
[all...]