Searched defs:uhci_pci_softc (Results 1 – 1 of 1) sorted by relevance
60 struct uhci_pci_softc { struct61 uhci_softc_t sc;63 struct usb_pci sc_pci;65 pci_chipset_tag_t sc_pc;66 pcitag_t sc_tag;90 struct uhci_pci_softc *sc = device_private(self); in uhci_pci_attach() argument