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

/netbsd-current/sys/dev/usb/
H A Dxhcireg.h193 #define XHCI_PS_PED __BIT(1) /* RW - port enabled / disabled */ macro
H A Dxhci.c787 if (((v & XHCI_PS_PED) == 0) ||
4100 xhci_op_write_4(sc, port, v & ~XHCI_PS_PED);
4182 if (v & XHCI_PS_PED) i |= UPS_PORT_ENABLED;
4235 xhci_op_write_4(sc, port, v | XHCI_PS_PED);

Completed in 111 milliseconds