Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/hwmon/
Dsfctemp.c51 struct sfctemp { struct
62 static void sfctemp_power_up(struct sfctemp *sfctemp) in sfctemp_power_up() argument
65 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() argument
79 writel(SFCTEMP_PD, sfctemp->regs); in sfctemp_power_down()
82 static void sfctemp_run(struct sfctemp *sfctemp) in sfctemp_run() argument
84 writel(SFCTEMP_RSTN | SFCTEMP_RUN, sfctemp->regs); in sfctemp_run()
88 static void sfctemp_stop(struct sfctemp *sfctemp) in sfctemp_stop() argument
[all …]
DMakefile196 obj-$(CONFIG_SENSORS_SFCTEMP) += sfctemp.o
DKconfig2074 will be called sfctemp.
/linux-6.12.1/Documentation/hwmon/
Dsfctemp.rst3 Kernel driver sfctemp
Dindex.rst208 sfctemp
/linux-6.12.1/arch/riscv/boot/dts/starfive/
Djh7100.dtsi96 thermal-sensors = <&sfctemp>;
372 sfctemp: temperature-sensor@124a0000 { label
Djh7110.dtsi226 thermal-sensors = <&sfctemp>;
847 sfctemp: temperature-sensor@120e0000 { label
/linux-6.12.1/
DMAINTAINERS20920 F: Documentation/hwmon/sfctemp.rst
20921 F: drivers/hwmon/sfctemp.c