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

/freebsd-13-stable/sys/dev/usb/controller/
H A Dxhcireg.h122 #define XHCI_PS_PR 0x00000010 /* RW - port reset */ macro
H A Dxhci.c3561 if (v & XHCI_PS_PR)
3658 XWRITE4(sc, oper, port, v | XHCI_PS_PR);
/freebsd-13-stable/usr.sbin/bhyve/
H A Dpci_xhci.c475 if (value & (XHCI_PS_PR | XHCI_PS_WPR)) {
498 XHCI_PS_PR |
2524 port->portsc &= ~(XHCI_PS_PLS_MASK | XHCI_PS_PR | XHCI_PS_PRC);

Completed in 166 milliseconds