Home
last modified time | relevance | path

Searched refs:week (Results 1 – 5 of 5) sorted by relevance

/linux-4.19.296/drivers/rtc/
Drtc-ds1742.c87 unsigned int year, month, day, hour, minute, second, week; in ds1742_rtc_read_time() local
99 week = readb(ioaddr + RTC_DAY) & RTC_DAY_MASK; in ds1742_rtc_read_time()
108 tm->tm_wday = bcd2bin(week); in ds1742_rtc_read_time()
Drtc-ds1553.c102 unsigned int year, month, day, hour, minute, second, week; in ds1553_rtc_read_time() local
114 week = readb(ioaddr + RTC_DAY) & RTC_DAY_MASK; in ds1553_rtc_read_time()
123 tm->tm_wday = bcd2bin(week); in ds1553_rtc_read_time()
Drtc-stk17ta8.c101 unsigned int year, month, day, hour, minute, second, week; in stk17ta8_rtc_read_time() local
116 week = readb(ioaddr + RTC_DAY) & RTC_DAY_MASK; in stk17ta8_rtc_read_time()
125 tm->tm_wday = bcd2bin(week); in stk17ta8_rtc_read_time()
Drtc-ds3232.c103 unsigned int week, twelve_hr, am_pm; in ds3232_read_time() local
113 week = buf[3]; in ds3232_read_time()
139 time->tm_wday = bcd2bin(week) - 1; in ds3232_read_time()
/linux-4.19.296/include/linux/
Dfb.h74 __u32 week; /* Week Manufactured */ member