Searched defs:ex_pci_softc (Results 1 – 1 of 1) sorted by relevance
67 struct ex_pci_softc { struct68 struct ex_softc sc_ex;71 bus_space_tag_t sc_funct;72 bus_space_handle_t sc_funch;97 static void ex_pci_confreg_restore(struct ex_pci_softc *); argument