Searched refs:week (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/rtc/
H A Drtc-bd70528.c35 u8 week; member in struct:bd70528_rtc_data
69 r->week &= ~BD70528_MASK_RTC_WEEK;
83 r->week |= bin2bcd(t->tm_wday);
105 t->tm_wday = bcd2bin(r->week & BD70528_MASK_RTC_WEEK);
H A Drtc-ds1742.c83 unsigned int year, month, day, hour, minute, second, week; local
95 week = readb(ioaddr + RTC_DAY) & RTC_DAY_MASK;
104 tm->tm_wday = bcd2bin(week);
H A Drtc-ds1553.c99 unsigned int year, month, day, hour, minute, second, week; local
111 week = readb(ioaddr + RTC_DAY) & RTC_DAY_MASK;
120 tm->tm_wday = bcd2bin(week);
H A Drtc-stk17ta8.c98 unsigned int year, month, day, hour, minute, second, week; local
113 week = readb(ioaddr + RTC_DAY) & RTC_DAY_MASK;
122 tm->tm_wday = bcd2bin(week);
H A Drtc-ds3232.c103 unsigned int week, twelve_hr, am_pm; local
113 week = buf[3];
138 /* Day of the week in linux range is 0~6 while 1~7 in RTC chip */
139 time->tm_wday = bcd2bin(week) - 1;
161 /* Day of the week in linux range is 0~6 while 1~7 in RTC chip */
/linux-master/drivers/video/fbdev/core/
H A Dfbmon.c303 specs->week = block[8];
307 DPRINTK(" Year: %u Week %u\n", specs->year, specs->week);
/linux-master/include/linux/
H A Dfb.h78 __u32 week; /* Week Manufactured */ member in struct:fb_monspecs

Completed in 140 milliseconds