clockattach
void clockattach(struct device *, const struct clockfns *);
clockattach(&sc->sc_dev, &mcclock_clockfns);
clockattach(&sc->sc_dev, clockwork, &sc->sc_count);
void clockattach(struct device *, const struct clockfns *, struct evcount *);
void clockattach(struct device *, struct device *, void *);
sizeof(struct device), clockmatch, clockattach
static void clockattach(int, bus_space_tag_t, bus_space_handle_t);
clockattach(sa->sa_node, bt, cwi.cwi_bh);
clockattach(ea->ea_node, bt, cwi.cwi_bh);
clockattach(fa->fa_node, bt, cwi.cwi_bh);
void clockattach(struct device *, const struct clockfns *);