Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dusb_defs.h259 #define USB_PORT_STAT_SUPER_SPEED 0x0600 /* faking support to XHCI */ macro
/rk3399_rockchip-uboot/common/
H A Dusb_hub.c152 tmp |= USB_PORT_STAT_SUPER_SPEED; in usb_get_port_status()
244 case USB_PORT_STAT_SUPER_SPEED: in portspeed()
392 case USB_PORT_STAT_SUPER_SPEED: in usb_hub_port_connect_change()
/rk3399_rockchip-uboot/drivers/usb/host/
H A Dxhci.c1004 tmpbuf[1] |= USB_PORT_STAT_SUPER_SPEED >> 8; in xhci_submit_root()