mcclock_softc
mcclock_attach(struct mcclock_softc *msc)
void mcclock_attach(struct mcclock_softc *);
CFATTACH_DECL_NEW(mcclock_gbus, sizeof(struct mcclock_softc),
struct mcclock_softc *msc = device_private(self);
struct mcclock_softc *msc = device_private(self);
CFATTACH_DECL_NEW(mcclock_isa, sizeof(struct mcclock_softc),
struct mcclock_softc sc_mcclock;
struct mcclock_softc sc_mcclock;
struct mcclock_softc *sc = device_private(tch->todr_dev);
struct mcclock_softc *sc = device_private(tch->todr_dev);
mcclock_attach(struct mcclock_softc *sc, const struct mcclock_busfns *busfns)
struct mcclock_softc *sc = device_private(dev);
void mcclock_pad32_write(struct mcclock_softc *, u_int, u_int);
u_int mcclock_pad32_read(struct mcclock_softc *, u_int);
mcclock_pad32_write(struct mcclock_softc *dev, u_int reg, u_int datum)
mcclock_pad32_read(struct mcclock_softc *dev, u_int reg)
struct mcclock_softc sc_mcclock;
void (*mc_bf_write)(struct mcclock_softc *, u_int, u_int);
u_int (*mc_bf_read)(struct mcclock_softc *, u_int);
void mcclock_attach(struct mcclock_softc *, const struct mcclock_busfns *);