Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/common/
H A Dpci_xhci.c279 struct pci_xhci_portregs *portregs; member
289 #define XHCI_PORTREG_PTR(x,n) &((x)->portregs[(n) - 1])
451 if (sc->portregs == NULL) in pci_xhci_portregs_write()
827 if (sc->portregs != NULL) in pci_xhci_cmd_enable_slot()
853 if (sc->portregs == NULL) { in pci_xhci_cmd_disable_slot()
886 if (sc->portregs == NULL) { in pci_xhci_cmd_reset_device()
2072 else if (sc->portregs != NULL) in pci_xhci_dbregs_write()
2194 struct pci_xhci_portregs *portregs; in pci_xhci_portregs_read() local
2198 if (sc->portregs == NULL) in pci_xhci_portregs_read()
2212 portregs = XHCI_PORTREG_PTR(sc, port); in pci_xhci_portregs_read()
[all …]