Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Dpci_xhci.c283 struct pci_xhci_portregs *portregs; member
293 #define XHCI_PORTREG_PTR(x,n) &((x)->portregs[(n) - 1])
456 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()
2056 else if (sc->portregs != NULL) in pci_xhci_dbregs_write()
2178 struct pci_xhci_portregs *portregs; in pci_xhci_portregs_read() local
2182 if (sc->portregs == NULL) in pci_xhci_portregs_read()
2196 portregs = XHCI_PORTREG_PTR(sc, port); in pci_xhci_portregs_read()
[all …]