Home
last modified time | relevance | path

Searched refs:mday (Results 1 – 4 of 4) sorted by relevance

/arch/powerpc/platforms/maple/
Dtime.c80 int sec, min, hour, mon, mday, year; in maple_set_rtc_time() local
96 mday = tm->tm_mday; in maple_set_rtc_time()
104 mday = bin2bcd(mday); in maple_set_rtc_time()
111 maple_clock_write(mday, RTC_DAY_OF_MONTH); in maple_set_rtc_time()
/arch/x86/platform/intel-mid/
Dintel_mid_vrtc.c58 u8 sec, min, hour, mday, mon; in vrtc_get_time() local
70 mday = vrtc_cmos_read(RTC_DAY_OF_MONTH); in vrtc_get_time()
80 "mon: %d year: %d\n", sec, min, hour, mday, mon, year); in vrtc_get_time()
82 now->tv_sec = mktime64(year, mon, mday, hour, min, sec); in vrtc_get_time()
/arch/m68k/sun3x/
Dtime.c54 h->mday = bin2bcd(t->tm_mday); in sun3x_hwclk()
64 t->tm_mday = bcd2bin(h->mday); in sun3x_hwclk()
Dtime.h14 volatile unsigned char mday; member