Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_xhci.c202 struct pci_xhci_opregs { struct
203 uint32_t usbcmd; /* usb command */
204 uint32_t usbsts; /* usb status */
205 uint32_t pgsz; /* page size */
206 uint32_t dnctrl; /* device notification control */
207 uint64_t crcr; /* command ring control */
208 uint64_t dcbaap; /* device ctx base addr array ptr */
209 uint32_t config; /* configure */
212 struct xhci_trb *cr_p; /* crcr dequeue */
213 struct xhci_dcbaa *dcbaa_p; /* dev ctx array ptr */