Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/usb/
Dxhcireg.h193 #define XHCI_PS_PED __BIT(1) /* RW - port enabled / disabled */ macro
Dxhci.c808 if (((v & XHCI_PS_PED) == 0) || in xhci_suspend()
4120 xhci_op_write_4(sc, port, v & ~XHCI_PS_PED); in xhci_roothub_ctrl_locked()
4202 if (v & XHCI_PS_PED) i |= UPS_PORT_ENABLED; in xhci_roothub_ctrl_locked()
4255 xhci_op_write_4(sc, port, v | XHCI_PS_PED); in xhci_roothub_ctrl_locked()