Home
last modified time | relevance | path

Searched refs:UPS_RESET (Results 1 – 5 of 5) sorted by relevance

/openbsd/sys/dev/usb/dwc2/
H A Ddwc2.h169 #define USB_PORT_STAT_RESET UPS_RESET
/openbsd/sys/dev/usb/
H A Dusb.h440 #define UPS_RESET 0x0010 macro
H A Dohci.c2539 OWRITE4(sc, port, UPS_RESET); in ohci_root_ctrl_start()
2547 if ((OREAD4(sc, port) & UPS_RESET) == 0) in ohci_root_ctrl_start()
H A Dxhci.c2702 if (v & XHCI_PS_PR) i |= UPS_RESET; in xhci_root_ctrl_start()
H A Dehci.c2050 if (v & EHCI_PS_PR) i |= UPS_RESET; in ehci_root_ctrl_start()