Searched defs:uhci_softc (Results 1 – 1 of 1) sorted by relevance
119 struct uhci_softc { struct120 struct usbd_bus sc_bus; /* base device */121 bus_space_tag_t iot;122 bus_space_handle_t ioh;123 bus_size_t sc_size;125 uhci_physaddr_t *sc_pframes;126 struct usb_dma sc_dma;127 struct uhci_vframe sc_vframes[UHCI_VFRAMELIST_COUNT];130 struct uhci_soft_qh *sc_lctl_end; /* last control QH */132 struct uhci_soft_qh *sc_hctl_end; /* last control QH */[all …]