Searched full:weekday (Results 1 – 12 of 12) sorted by relevance
71 * @weekday: Day of the week (0=Saturday)86 u8 weekday; member131 * We DO need to set weekday because the EC controls battery charging in wilco_ec_rtc_write()146 rtc.weekday = bin2bcd(wday); in wilco_ec_rtc_write()
89 /* lookup defined weekday from read register value */ in _to_tm_wday()146 /* because rtc weekday is a readonly register, do not update */ in lp8788_rtc_set_time()
75 * the weekday fix338 * weekday for 2000-01-01. Correct the erroneous sunday to saturday. in pl031_probe()
336 * - Hours !>= 24, Mins !>= 60, Secs !>= 60, & Weekday !> 7. in ds1685_rtc_set_time()
25 u_int8_t weekday; /* (1-7) */ member91 * Here comes the rest (weekday, monthday). First, divide the SSTE in localtime_2()100 r->weekday = (4 + r->dse - 1) % 7 + 1; in localtime_2()188 * - 'now' is in the weekday mask in time_mt()225 if (!(info->weekdays_match & (1U << current_time.weekday))) in time_mt()
48 todintersil->weekday = t->tm_wday; in sun3_hwclk()58 t->tm_wday = todintersil->weekday; in sun3_hwclk()
104 COPY(weekday) ; COPY(day_ones) ; COPY(day_tens) ; in mste_read()118 COPY(weekday) ; COPY(day_ones) ; COPY(day_tens) ; in mste_write()175 val.weekday = t->tm_wday; in atari_mste_hwclk()196 t->tm_wday = val.weekday; in atari_mste_hwclk()
36 unsigned char weekday; member
285 unsigned int :28, weekday:4; member313 unsigned int :28, weekday:4; member
783 u_char weekday; member
154 #define AC100_RTC_WEE 0xcb /* weekday */
91 * [sec] [min] [hour] [weekday] [month day] [month] [year]