Searched refs:month (Results 1 – 10 of 10) sorted by relevance
44 todintersil->month = t->tm_mon + 1; in sun3_hwclk()54 t->tm_mon = todintersil->month - 1; in sun3_hwclk()
55 h->month = bin2bcd(t->tm_mon + 1); in sun3x_hwclk()65 t->tm_mon = bcd2bin(h->month) - 1; in sun3x_hwclk()
15 volatile unsigned char month; member
33 unsigned char month; member
48 unsigned char month, year; member
28 volatile u8 month; member
215 t->tm_mon = rtc->month - 1; in dn_dummy_hwclk()226 rtc->month = t->tm_mon + 1; in dn_dummy_hwclk()
75 u8 month; member
174 timestamp->b.month, timestamp->b.day, in el_print_timestamp()
252 ts->tv_sec = mktime64(tm.year, tm.month, tm.day, in STUB_GET_TIME()