Home
last modified time | relevance | path

Searched refs:XHCI_PORTREG_PTR (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/bhyve/common/
H A Dpci_xhci.c289 #define XHCI_PORTREG_PTR(x,n) &((x)->portregs[(n) - 1]) macro
396 port = XHCI_PORTREG_PTR(sc, i); in pci_xhci_usbcmd_write()
473 p = XHCI_PORTREG_PTR(sc, port); in pci_xhci_portregs_write()
2212 portregs = XHCI_PORTREG_PTR(sc, port); in pci_xhci_portregs_read()
2603 port = XHCI_PORTREG_PTR(sc, portn); in pci_xhci_reset_port()
2634 port = XHCI_PORTREG_PTR(sc, portn); in pci_xhci_init_port()
2686 p = XHCI_PORTREG_PTR(sc, hci->hci_port); in pci_xhci_dev_intr()