Home
last modified time | relevance | path

Searched refs:bcd_sec (Results 1 – 3 of 3) sorted by relevance

/arch/m68k/bvme6000/
A Drtc.c56 wtime.tm_sec = bcd2bin(rtc->bcd_sec); in rtc_ioctl()
65 } while (wtime.tm_sec != bcd2bin(rtc->bcd_sec)); in rtc_ioctl()
113 rtc->bcd_sec = bin2bcd(sec); in rtc_ioctl()
A Dconfig.c294 rtc->bcd_sec = bin2bcd(t->tm_sec); in bvme6000_hwclk()
307 t->tm_sec = bcd2bin(rtc->bcd_sec); in bvme6000_hwclk()
316 } while (t->tm_sec != bcd2bin(rtc->bcd_sec)); in bvme6000_hwclk()
/arch/m68k/include/asm/
A Dbvme6000hw.h57 pad_g[3], bcd_sec, member

Completed in 6 milliseconds