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