enr_bits          501 drivers/thermal/rcar_thermal.c 	u32 enr_bits = 0;
enr_bits          544 drivers/thermal/rcar_thermal.c 			enr_bits |= 1 << i;
enr_bits          608 drivers/thermal/rcar_thermal.c 			enr_bits |= 3 << (i * 8);
enr_bits          611 drivers/thermal/rcar_thermal.c 	if (common->base && enr_bits)
enr_bits          612 drivers/thermal/rcar_thermal.c 		rcar_thermal_common_write(common, ENR, enr_bits);