Searched defs:ehci_softc (Results 1 – 1 of 1) sorted by relevance
124 struct ehci_softc { struct125 struct usbd_bus sc_bus; /* base device */126 bus_space_tag_t iot;127 bus_space_handle_t ioh;128 bus_size_t sc_size;129 u_int sc_offs; /* offset to operational regs */130 int sc_flags; /* misc flags */135 char sc_vendor[16]; /* vendor string for root hub */136 int sc_id_vendor; /* vendor ID for root hub */138 struct usb_dma sc_fldma;[all …]