Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/mpc85xx/
H A Dds1553_bus_fdt.c61 DEVMETHOD(clock_gettime, ds1553_gettime),
118 ds1553_gettime(dev, &ts); in rtc_attach()
H A Dds1553_reg.h103 int ds1553_gettime(device_t, struct timespec *);
H A Dds1553_core.c88 ds1553_gettime(device_t dev, struct timespec *ts) in ds1553_gettime() function