Searched defs:mongoose_softc (Results 1 – 1 of 1) sorted by relevance
178 struct mongoose_softc { struct179 device_t sc_dev;180 void *sc_ih;182 bus_space_tag_t sc_bt;183 volatile struct mongoose_regs *sc_regs;184 volatile struct mongoose_ctrl *sc_ctrl;185 bus_addr_t sc_iomap;188 struct hppa_eisa_chipset sc_ec;189 struct hppa_isa_chipset sc_ic;190 struct hppa_isa_iv sc_iv[MONGOOSE_NINTS];[all …]