HomeSort by: relevance | last modified time | path
    Searched defs:timekeeper_softc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/luna68k/dev/
timekeeper.c 51 struct timekeeper_softc { struct
61 static void dsclock_init(struct timekeeper_softc *);
63 CFATTACH_DECL_NEW(clock, sizeof (struct timekeeper_softc),
84 struct timekeeper_softc *sc = device_private(self);
121 struct timekeeper_softc *sc = device_private(tch->todr_dev);
145 struct timekeeper_softc *sc = device_private(tch->todr_dev);
167 dsclock_init(struct timekeeper_softc *sc)
194 struct timekeeper_softc *sc = device_private(tch->todr_dev);
219 struct timekeeper_softc *sc = device_private(tch->todr_dev);
timekeeper.c 51 struct timekeeper_softc { struct
61 static void dsclock_init(struct timekeeper_softc *);
63 CFATTACH_DECL_NEW(clock, sizeof (struct timekeeper_softc),
84 struct timekeeper_softc *sc = device_private(self);
121 struct timekeeper_softc *sc = device_private(tch->todr_dev);
145 struct timekeeper_softc *sc = device_private(tch->todr_dev);
167 dsclock_init(struct timekeeper_softc *sc)
194 struct timekeeper_softc *sc = device_private(tch->todr_dev);
219 struct timekeeper_softc *sc = device_private(tch->todr_dev);

Completed in 61 milliseconds