Home
last modified time | relevance | path

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

/Linux-v6.6/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 …]
DMakefile187 obj-$(CONFIG_SENSORS_SFCTEMP) += sfctemp.o
DKconfig1962 will be called sfctemp.
/Linux-v6.6/Documentation/hwmon/
Dsfctemp.rst3 Kernel driver sfctemp
Dindex.rst191 sfctemp
/Linux-v6.6/arch/riscv/boot/dts/starfive/
Djh7100.dtsi88 thermal-sensors = <&sfctemp>;
277 sfctemp: temperature-sensor@124a0000 { label
Djh7110.dtsi211 thermal-sensors = <&sfctemp>;
739 sfctemp: temperature-sensor@120e0000 { label
/Linux-v6.6/
DMAINTAINERS19405 F: Documentation/hwmon/sfctemp.rst
19406 F: drivers/hwmon/sfctemp.c