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

/freebsd-13-stable/usr.sbin/bhyve/
H A Dpci_xhci.c287 #define XHCI_PORTREG_PTR(x,n) &(x)->portregs[(n)] macro
394 port = XHCI_PORTREG_PTR(sc, i);
471 p = XHCI_PORTREG_PTR(sc, port);
2521 port = XHCI_PORTREG_PTR(sc, portn);
2552 port = XHCI_PORTREG_PTR(sc, portn);
2604 p = XHCI_PORTREG_PTR(sc, hci->hci_port);
3054 port = XHCI_PORTREG_PTR(sc, i);

Completed in 319 milliseconds