Searched defs:mongoose_softc (Results 1 – 1 of 1) sorted by relevance
40 struct mongoose_softc { struct41 struct device sc_dev;42 void *sc_ih;44 bus_space_tag_t sc_bt;45 volatile struct mongoose_regs *sc_regs;69 int mgattach_common(struct mongoose_softc *); argument