Home
last modified time | relevance | path

Searched defs:uhci_pci_softc (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/pci/
H A Duhci_pci.c60 struct uhci_pci_softc { struct
61 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