Searched refs:rcar_thermal_write (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/thermal/ |
D | rcar_thermal.c | 176 #define rcar_thermal_write(p, r, d) _rcar_thermal_write(p, REG_ ##r, d) macro 239 rcar_thermal_write(priv, FILONOFF, 0); in rcar_thermal_update_temp() 242 rcar_thermal_write(priv, POSNEG, 0x1); in rcar_thermal_update_temp() 243 rcar_thermal_write(priv, INTCTRL, (((ctemp - 0) << 8) | in rcar_thermal_update_temp()
|