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