Lines Matching defs:now
10 * The original "cmos clock" chip was an MC146818 chip, now obsolete.
11 * That defined the register interface now provided by all PCs, some
409 struct rtc_time now;
411 cmos_read_time(dev, &now);
417 t_max_date = rtc_tm_to_time64(&now);
426 struct rtc_time max_date = now;
450 struct rtc_time max_date = now;
1188 struct rtc_time now;
1204 cmos_read_time(dev, &now);
1205 t_now = rtc_tm_to_time64(&now);
1211 * time is larger than now+1 seconds.
1213 * If the alarm time is equal to now+1 seconds, the issue can be
1292 struct rtc_time now;
1298 cmos_read_time(dev, &now);
1299 t_now = rtc_tm_to_time64(&now);