Searched refs:bcd_mth (Results 1 - 8 of 8) sorted by relevance

/linux-master/arch/m68k/include/asm/
H A Dmvme16xhw.h35 bcd_mth, member in struct:__anon475
H A Dbvme6000hw.h61 pad_k[3], bcd_mth, member in struct:__anon467
H A Dmvme147hw.h15 bcd_mth, member in struct:__anon14
/linux-master/arch/m68k/bvme6000/
H A Drtc.c60 wtime.tm_mon = bcd2bin(rtc->bcd_mth)-1;
117 rtc->bcd_mth = bin2bcd(mon);
H A Dconfig.c298 rtc->bcd_mth = bin2bcd(t->tm_mon + 1);
311 t->tm_mon = bcd2bin(rtc->bcd_mth)-1;
/linux-master/arch/m68k/mvme16x/
H A Drtc.c56 wtime.tm_mon = bcd2bin(rtc->bcd_mth)-1;
108 rtc->bcd_mth = bin2bcd(mon);
H A Dconfig.c440 t->tm_mon = bcd2int(rtc->bcd_mth) - 1;
/linux-master/arch/m68k/mvme147/
H A Dconfig.c174 t->tm_mon = bcd2int(m147_rtc->bcd_mth) - 1;

Completed in 100 milliseconds