Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/thermal/
H A Drcar_thermal.c474 u32 enr_bits = 0; in rcar_thermal_probe() local
519 enr_bits |= 1 << i; in rcar_thermal_probe()
590 enr_bits |= 3 << (i * 8); in rcar_thermal_probe()
593 if (common->base && enr_bits) in rcar_thermal_probe()
594 rcar_thermal_common_write(common, ENR, enr_bits); in rcar_thermal_probe()
/kernel/linux/linux-6.6/drivers/thermal/
H A Drcar_thermal.c406 u32 enr_bits = 0; in rcar_thermal_probe() local
458 enr_bits |= 1 << i; in rcar_thermal_probe()
523 enr_bits |= 3 << (i * 8); in rcar_thermal_probe()
526 if (common->base && enr_bits) in rcar_thermal_probe()
527 rcar_thermal_common_write(common, ENR, enr_bits); in rcar_thermal_probe()

Completed in 2 milliseconds