Lines Matching defs:mongoose_softc
178 struct mongoose_softc { struct
179 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];
193 struct hppa_bus_space_tag sc_eiot;
194 struct hppa_bus_space_tag sc_ememt;
195 struct hppa_bus_dma_tag sc_edmat;
196 struct hppa_bus_space_tag sc_iiot;
197 struct hppa_bus_space_tag sc_imemt;
198 struct hppa_bus_dma_tag sc_idmat;