Home
last modified time | relevance | path

Searched refs:UPS_C_PORT_ENABLED (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/sys/dev/usb/dwc2/
Ddwc2.h178 #define USB_PORT_STAT_C_ENABLE UPS_C_PORT_ENABLED
/openbsd/src/sys/dev/usb/
Duhub.c387 if (change & UPS_C_PORT_ENABLED) { in uhub_explore()
Dusb.h470 #define UPS_C_PORT_ENABLED 0x0002 macro
Dohci.c2439 OWRITE4(sc, port, UPS_C_PORT_ENABLED << 16); in ohci_root_ctrl_start()
Duhci.c3129 change |= UPS_C_PORT_ENABLED; in uhci_root_ctrl_start()
Dxhci.c2713 if (v & XHCI_PS_PEC) i |= UPS_C_PORT_ENABLED; in xhci_root_ctrl_start()
Dehci.c2055 if (v & EHCI_PS_PEC) i |= UPS_C_PORT_ENABLED; in ehci_root_ctrl_start()