Searched refs:rcar_thermal_write (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/thermal/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/thermal/ |
H A D | rcar_thermal.c | 175 #define rcar_thermal_write(p, r, d) _rcar_thermal_write(p, REG_ ##r, d) macro 238 rcar_thermal_write(priv, FILONOFF, 0); in rcar_thermal_update_temp() 241 rcar_thermal_write(priv, POSNEG, 0x1); in rcar_thermal_update_temp() 242 rcar_thermal_write(priv, INTCTRL, (((ctemp - 0) << 8) | in rcar_thermal_update_temp()
|
Completed in 3 milliseconds