Home
last modified time | relevance | path

Searched refs:UPS_PORT_POWER (Results 1 – 8 of 8) sorted by relevance

/openbsd/src/sys/dev/usb/
Duhub.c535 if ((status & (UPS_PORT_POWER|UPS_PORT_POWER_SS)) == 0) { in uhub_port_connect()
569 if ((status & UPS_PORT_POWER) == 0) in uhub_port_connect()
582 if (status & UPS_PORT_POWER) in uhub_port_connect()
Dusb.h460 #define UPS_PORT_POWER 0x0100 macro
Dohci.c2556 OWRITE4(sc, port, UPS_PORT_POWER); in ohci_root_ctrl_start()
Duhci.c3138 status |= UPS_PORT_POWER; in uhci_root_ctrl_start()
Dxhci.c2706 i |= UPS_PORT_POWER; in xhci_root_ctrl_start()
Dehci.c2051 if (v & EHCI_PS_PP) i |= UPS_PORT_POWER; in ehci_root_ctrl_start()
/openbsd/src/sys/dev/usb/dwc2/
Ddwc2.h171 #define USB_PORT_STAT_POWER UPS_PORT_POWER
/openbsd/src/usr.sbin/usbdevs/
Dusbdevs.c167 if (status & UPS_PORT_POWER) in dump_device()