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

/netbsd-current/sys/dev/usb/
H A Dxhcireg.h195 #define XHCI_PS_PR __BIT(4) /* RW - port reset */ macro
H A Dxhci.c4185 if (v & XHCI_PS_PR) i |= UPS_RESET;
4241 xhci_op_write_4(sc, port, v | XHCI_PS_PR);
4248 if ((v & XHCI_PS_PR) == 0) {

Completed in 84 milliseconds