Lines Matching full:seconds
38 /* IMPORTANT: the RTC only stores whole seconds. It is arbitrary
40 * seconds truncated. However, it is important that we use it to store
283 * If the start_secs is larger than the maximum seconds (rtc->range_max) in rtc_device_get_offset()
284 * supported by RTC hardware or the maximum seconds of new expanded in rtc_device_get_offset()
286 * rtc->range_min, which means the minimum seconds (rtc->range_min) of in rtc_device_get_offset()
288 * the offset seconds calculation formula should be: in rtc_device_get_offset()
291 * If the start_secs is larger than the minimum seconds (rtc->range_min) in rtc_device_get_offset()
296 * seconds of RTC hardware (rtc->range_min) should be mapped to in rtc_device_get_offset()
297 * rtc->range_max + 1, then the offset seconds formula should be: in rtc_device_get_offset()
300 * If the start_secs is less than the minimum seconds (rtc->range_min), in rtc_device_get_offset()
303 * offset seconds formula should be: in rtc_device_get_offset()
306 * Otherwise the offset seconds should be 0. in rtc_device_get_offset()