Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/usb/
Dxhcireg.h195 #define XHCI_PS_PR __BIT(4) /* RW - port reset */ macro
Dxhci.c4205 if (v & XHCI_PS_PR) i |= UPS_RESET; in xhci_roothub_ctrl_locked()
4261 xhci_op_write_4(sc, port, v | XHCI_PS_PR); in xhci_roothub_ctrl_locked()
4268 if ((v & XHCI_PS_PR) == 0) { in xhci_roothub_ctrl_locked()