Home
last modified time | relevance | path

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

/linux/arch/m68k/bvme6000/
H 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()
H 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()
/linux/arch/m68k/include/asm/
H A Dbvme6000hw.h57 pad_g[3], bcd_sec, member