HomeSort by: relevance | last modified time | path
    Searched refs:XHCI_PS_PR (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/usb/
xhcireg.h 195 #define XHCI_PS_PR __BIT(4) /* RW - port reset */
xhci.c 4237 if (v & XHCI_PS_PR) i |= UPS_RESET;
4293 xhci_op_write_4(sc, port, v | XHCI_PS_PR);
4300 if ((v & XHCI_PS_PR) == 0) {

Completed in 17 milliseconds