Searched refs:clock_bcd_to_ts (Results 1 - 10 of 10) sorted by relevance

/freebsd-12-stable/sys/sys/
H A Dclock.h99 * The clock_bcd_to_ts() function interprets the values in the year through sec
128 int clock_bcd_to_ts(const struct bcd_clocktime *, struct timespec *, bool ampm);
/freebsd-12-stable/sys/dev/iicbus/
H A Disl12xx.c278 return (clock_bcd_to_ts(&bct, ts, sc->use_ampm));
H A Drtc8583.c245 return (clock_bcd_to_ts(&bct, ts, false));
H A Ds35390a.c323 return (clock_bcd_to_ts(&bct, ts, false));
H A Dds1307.c363 return (clock_bcd_to_ts(&bct, ts, sc->sc_use_ampm));
H A Dds13rtc.c400 err = clock_bcd_to_ts(&bct, ts, sc->use_ampm);
H A Dds3231.c532 return (clock_bcd_to_ts(&bct, ts, sc->sc_use_ampm));
H A Dnxprtc.c801 err = clock_bcd_to_ts(&bct, ts, sc->use_ampm);
/freebsd-12-stable/sys/kern/
H A Dsubr_clock.c203 clock_bcd_to_ts(const struct bcd_clocktime *bct, struct timespec *ts, bool ampm) function
224 printf("clock_bcd_to_ts: bad BCD: "
/freebsd-12-stable/sys/x86/isa/
H A Datrtc.c604 return (clock_bcd_to_ts(&bct, ts, false));

Completed in 133 milliseconds