Lines Matching defs:value
67 u8 value;
78 AB8500_RTC, AB8500_RTC_READ_REQ_REG, &value);
82 if (!(value & RTC_READ_REQUEST))
91 AB8500_RTC, ab8500_rtc_time_regs[i], &value);
94 buf[i] = value;
143 u8 rtc_ctrl, value;
162 ab8500_rtc_alarm_regs[i], &value);
165 buf[i] = value;
228 * Check that the calibration value (which is in units of 0.5
235 dev_err(dev, "RtcCalibration value outside permitted range\n");
265 * so need to convert value from RtcCalibration register into
266 * a two's complement signed value...