Home
last modified time | relevance | path

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

/freebsd-13.1/sys/powerpc/mpc85xx/
H A Dds1553_bus_fdt.c65 DEVMETHOD(clock_gettime, ds1553_gettime),
122 ds1553_gettime(dev, &ts); in rtc_attach()
H A Dds1553_reg.h105 int ds1553_gettime(device_t, struct timespec *);
H A Dds1553_core.c91 ds1553_gettime(device_t dev, struct timespec *ts) in ds1553_gettime() function