Home
last modified time | relevance | path

Searched refs:USB_PORT_STAT_SUPER_SPEED (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/common/
H A Dusb_hub.c149 tmp |= USB_PORT_STAT_SUPER_SPEED; in usb_get_port_status()
241 case USB_PORT_STAT_SUPER_SPEED: in portspeed()
383 case USB_PORT_STAT_SUPER_SPEED: in usb_hub_port_connect_change()
/openbmc/u-boot/include/
H A Dusb_defs.h258 #define USB_PORT_STAT_SUPER_SPEED 0x0600 /* faking support to XHCI */ macro
/openbmc/u-boot/drivers/usb/host/
H A Dxhci.c994 tmpbuf[1] |= USB_PORT_STAT_SUPER_SPEED >> 8; in xhci_submit_root()