Home
last modified time | relevance | path

Searched refs:month (Results 1 – 10 of 10) sorted by relevance

/arch/m68k/sun3/
Dintersil.c44 todintersil->month = t->tm_mon + 1; in sun3_hwclk()
54 t->tm_mon = todintersil->month - 1; in sun3_hwclk()
/arch/m68k/sun3x/
Dtime.c55 h->month = bin2bcd(t->tm_mon + 1); in sun3x_hwclk()
65 t->tm_mon = bcd2bin(h->month) - 1; in sun3x_hwclk()
Dtime.h15 volatile unsigned char month; member
/arch/m68k/include/asm/
Dintersil.h33 unsigned char month; member
Dapollohw.h48 unsigned char month, year; member
/arch/mips/include/asm/
Dm48t37.h28 volatile u8 month; member
/arch/m68k/apollo/
Dconfig.c215 t->tm_mon = rtc->month - 1; in dn_dummy_hwclk()
226 rtc->month = t->tm_mon + 1; in dn_dummy_hwclk()
/arch/alpha/include/asm/
Derr_common.h75 u8 month; member
/arch/alpha/kernel/
Derr_common.c174 timestamp->b.month, timestamp->b.day, in el_print_timestamp()
/arch/ia64/kernel/
Defi.c252 ts->tv_sec = mktime64(tm.year, tm.month, tm.day, in STUB_GET_TIME()