Searched refs:bcd_sec (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/bvme6000/
H A Drtc.c56 wtime.tm_sec = bcd2bin(rtc->bcd_sec);
65 } while (wtime.tm_sec != bcd2bin(rtc->bcd_sec));
113 rtc->bcd_sec = bin2bcd(sec);
H A Dconfig.c272 rtc->bcd_sec = bin2bcd(t->tm_sec);
285 t->tm_sec = bcd2bin(rtc->bcd_sec);
294 } while (t->tm_sec != bcd2bin(rtc->bcd_sec));
333 rtc->bcd_sec = bin2bcd(real_seconds);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/mvme16x/
H A Drtc.c52 wtime.tm_sec = bcd2bin(rtc->bcd_sec);
104 rtc->bcd_sec = bin2bcd(sec);
H A Dconfig.c269 t->tm_sec = bcd2int (rtc->bcd_sec);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/rtc/
H A Drtc-nuc900.c54 int bcd_sec; member in struct:nuc900_bcd_time
132 gettm->bcd_sec = bin2bcd(settm->tm_sec) << 0;
192 val = gettm.bcd_sec | gettm.bcd_min | gettm.bcd_hour;
225 val = tm.bcd_sec | tm.bcd_min | tm.bcd_hour;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Dmvme147hw.h9 bcd_sec, member in struct:__anon9642
H A Dmvme16xhw.h46 bcd_sec, member in struct:__anon9645
H A Dbvme6000hw.h56 pad_g[3], bcd_sec, member in struct:__anon9617
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/mvme147/
H A Dconfig.c159 t->tm_sec = bcd2int (m147_rtc->bcd_sec);

Completed in 279 milliseconds