Searched defs:pci_xhci_softc (Results 1 – 1 of 1) sorted by relevance
260 struct pci_xhci_softc { struct261 struct pci_devinst *xsc_pi;263 pthread_mutex_t mtx;265 uint32_t caplength; /* caplen & hciversion */266 uint32_t hcsparams1; /* structural parameters 1 */267 uint32_t hcsparams2; /* structural parameters 2 */268 uint32_t hcsparams3; /* structural parameters 3 */269 uint32_t hccparams1; /* capability parameters 1 */270 uint32_t dboff; /* doorbell offset */271 uint32_t rtsoff; /* runtime register space offset */[all …]