Searched refs:xrtc_clock_read (Results 1 – 1 of 1) sorted by relevance
91 static int xrtc_clock_read(struct xrtc_softc *, struct clock_ymdhms *);265 if ((error = xrtc_clock_read(sc, dt)) == 0) in xrtc_gettime_ymdhms()266 error = xrtc_clock_read(sc, &check); in xrtc_gettime_ymdhms()275 xrtc_clock_read(struct xrtc_softc *sc, struct clock_ymdhms *dt) in xrtc_clock_read() function