Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dusb_defs.h258 #define USB_PORT_STAT_HIGH_SPEED 0x0400 /* support for EHCI */ macro
261 (USB_PORT_STAT_LOW_SPEED | USB_PORT_STAT_HIGH_SPEED)
/rk3399_rockchip-uboot/drivers/usb/emul/
H A Dsandbox_hub.c185 set |= USB_PORT_STAT_HIGH_SPEED; in clrset_post_state()
/rk3399_rockchip-uboot/common/
H A Dusb_hub.c247 case USB_PORT_STAT_HIGH_SPEED: in portspeed()
395 case USB_PORT_STAT_HIGH_SPEED: in usb_hub_port_connect_change()
/rk3399_rockchip-uboot/drivers/usb/musb/
H A Dmusb_hcd.c446 port_status |= USB_PORT_STAT_HIGH_SPEED; in musb_port_reset()
524 port_status |= USB_PORT_STAT_HIGH_SPEED in musb_submit_rh_msg()
/rk3399_rockchip-uboot/drivers/usb/host/
H A Dehci-hcd.c781 tmpbuf[1] |= USB_PORT_STAT_HIGH_SPEED >> 8; in ehci_submit_root()
785 tmpbuf[1] |= USB_PORT_STAT_HIGH_SPEED >> 8; in ehci_submit_root()
H A Dxhci.c1000 tmpbuf[1] |= USB_PORT_STAT_HIGH_SPEED >> 8; in xhci_submit_root()
H A Ddwc2.c580 port_status |= USB_PORT_STAT_HIGH_SPEED; in dwc_otg_submit_rh_msg_in_status()
/rk3399_rockchip-uboot/drivers/usb/musb-new/
H A Dmusb_core.c685 |USB_PORT_STAT_HIGH_SPEED in musb_stage0_irq()