Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/thermal/
Drcar_thermal.c479 u32 enr_bits = 0; in rcar_thermal_probe() local
522 enr_bits |= 1 << i; in rcar_thermal_probe()
586 enr_bits |= 3 << (i * 8); in rcar_thermal_probe()
589 if (common->base && enr_bits) in rcar_thermal_probe()
590 rcar_thermal_common_write(common, ENR, enr_bits); in rcar_thermal_probe()