Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/thermal/renesas/
Drcar_thermal.c404 u32 enr_bits = 0; in rcar_thermal_probe() local
456 enr_bits |= 1 << i; in rcar_thermal_probe()
521 enr_bits |= 3 << (i * 8); in rcar_thermal_probe()
524 if (common->base && enr_bits) in rcar_thermal_probe()
525 rcar_thermal_common_write(common, ENR, enr_bits); in rcar_thermal_probe()