Searched refs:mcclock_busfns (Results 1 – 4 of 4) sorted by relevance
32 const struct mcclock_busfns *sc_busfns;36 struct mcclock_busfns { struct41 void mcclock_attach(struct mcclock_softc *, const struct mcclock_busfns *); argument
54 extern const struct mcclock_busfns mcclock_pad32_busfns;
65 const struct mcclock_busfns mcclock_pad32_busfns = {
68 mcclock_attach(struct mcclock_softc *sc, const struct mcclock_busfns *busfns) in mcclock_attach()