Searched defs:ismt_softc (Results 1 – 1 of 1) sorted by relevance
183 struct ismt_softc { struct184 device_t pcidev;185 device_t smbdev;187 struct i2c_controller sc_i2c_tag;189 pci_chipset_tag_t sc_pc;190 pcitag_t sc_pcitag;191 pci_intr_handle_t *sc_pihp;192 void *sc_ih;194 bus_space_tag_t mmio_tag;218 static struct ismt_desc *ismt_alloc_desc(struct ismt_softc *); argument