low_noise_bit      31 drivers/regulator/as3711-regulator.c 		low_noise_bit = fast_bit << 4;
low_noise_bit      36 drivers/regulator/as3711-regulator.c 		val = fast_bit | low_noise_bit;
low_noise_bit      39 drivers/regulator/as3711-regulator.c 		val = low_noise_bit;
low_noise_bit      49 drivers/regulator/as3711-regulator.c 				  low_noise_bit | fast_bit, val);
low_noise_bit      55 drivers/regulator/as3711-regulator.c 		low_noise_bit = fast_bit << 4, mask = fast_bit | low_noise_bit;
low_noise_bit      65 drivers/regulator/as3711-regulator.c 	if ((val & mask) == low_noise_bit)