Lines Matching full:seconds
47 /* IMPORTANT: the RTC only stores whole seconds. It is arbitrary
49 * seconds truncated. However, it is important that we use it to store
292 * If the start_secs is larger than the maximum seconds (rtc->range_max) in rtc_device_get_offset()
293 * supported by RTC hardware or the maximum seconds of new expanded in rtc_device_get_offset()
295 * rtc->range_min, which means the minimum seconds (rtc->range_min) of in rtc_device_get_offset()
297 * the offset seconds calculation formula should be: in rtc_device_get_offset()
300 * If the start_secs is larger than the minimum seconds (rtc->range_min) in rtc_device_get_offset()
305 * seconds of RTC hardware (rtc->range_min) should be mapped to in rtc_device_get_offset()
306 * rtc->range_max + 1, then the offset seconds formula should be: in rtc_device_get_offset()
309 * If the start_secs is less than the minimum seconds (rtc->range_min), in rtc_device_get_offset()
312 * offset seconds formula should be: in rtc_device_get_offset()
315 * Otherwise the offset seconds should be 0. in rtc_device_get_offset()