Searched refs:rcar_thermal_common_write (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/thermal/ |
H A D | rcar_thermal.c | 149 #define rcar_thermal_common_write(c, r, d) \ macro 419 rcar_thermal_common_write(common, STR, 0x000F0F0F & mask); in rcar_thermal_irq() 594 rcar_thermal_common_write(common, ENR, enr_bits); in rcar_thermal_probe() 614 rcar_thermal_common_write(common, ENR, 0); in rcar_thermal_suspend() 634 rcar_thermal_common_write(common, ENR, 0x03); in rcar_thermal_resume()
|
/kernel/linux/linux-6.6/drivers/thermal/ |
H A D | rcar_thermal.c | 148 #define rcar_thermal_common_write(c, r, d) \ macro 351 rcar_thermal_common_write(common, STR, 0x000F0F0F & mask); in rcar_thermal_irq() 527 rcar_thermal_common_write(common, ENR, enr_bits); in rcar_thermal_probe() 547 rcar_thermal_common_write(common, ENR, 0); in rcar_thermal_suspend() 567 rcar_thermal_common_write(common, ENR, 0x03); in rcar_thermal_resume()
|
Completed in 2 milliseconds