Searched defs:tod (Results 1 - 2 of 2) sorted by relevance

/drivers/rtc/
H A Drtc-pcap.c50 u32 tod; /* time of day, seconds since midnight */ local
53 ezx_pcap_read(pcap_rtc->pcap, PCAP_REG_RTC_TODA, &tod);
54 secs = tod & PCAP_RTC_TOD_MASK;
70 u32 tod, days; local
74 tod = secs % SEC_PER_DAY;
75 ezx_pcap_write(pcap_rtc->pcap, PCAP_REG_RTC_TODA, tod);
88 u32 tod, days; local
90 ezx_pcap_read(pcap_rtc->pcap, PCAP_REG_RTC_TOD, &tod);
91 secs = tod & PCAP_RTC_TOD_MASK;
105 u32 tod, day local
[all...]
/drivers/s390/char/
H A Dzcore.c192 u64 tod; member in struct:zcore_header
616 hdr->tod = get_tod_clock();

Completed in 56 milliseconds