/openbmc/u-boot/include/ |
H A D | usb_defs.h | 257 #define USB_PORT_STAT_HIGH_SPEED 0x0400 /* support for EHCI */ macro 260 (USB_PORT_STAT_LOW_SPEED | USB_PORT_STAT_HIGH_SPEED)
|
/openbmc/linux/drivers/usb/host/ |
H A D | ehci.h | 669 return USB_PORT_STAT_HIGH_SPEED; in ehci_port_speed() 672 return USB_PORT_STAT_HIGH_SPEED; in ehci_port_speed() 679 #define ehci_port_speed(ehci, portsc) USB_PORT_STAT_HIGH_SPEED
|
H A D | xen-hcd.c | 160 USB_PORT_STAT_HIGH_SPEED | in xenhcd_set_connect_state() 172 info->ports[port].status |= USB_PORT_STAT_HIGH_SPEED; in xenhcd_set_connect_state() 301 USB_PORT_STAT_HIGH_SPEED); in xenhcd_rhport_reset() 506 USB_PORT_STAT_HIGH_SPEED; in xenhcd_hub_control()
|
H A D | ehci-hub.c | 291 USB_PORT_STAT_HIGH_SPEED) in ehci_bus_suspend()
|
H A D | r8a66597-hcd.c | 1042 rh->port &= ~(USB_PORT_STAT_HIGH_SPEED | USB_PORT_STAT_LOW_SPEED); in r8a66597_usb_connect() 1044 rh->port |= USB_PORT_STAT_HIGH_SPEED; in r8a66597_usb_connect()
|
H A D | xhci-hub.c | 382 return USB_PORT_STAT_HIGH_SPEED; in xhci_port_speed()
|
/openbmc/linux/include/uapi/linux/usb/ |
H A D | ch11.h | 132 #define USB_PORT_STAT_HIGH_SPEED 0x0400 macro
|
/openbmc/linux/drivers/usb/gadget/udc/aspeed-vhub/ |
H A D | hub.c | 627 clr = USB_PORT_STAT_HIGH_SPEED; in ast_vhub_port_reset() 632 USB_PORT_STAT_HIGH_SPEED; in ast_vhub_port_reset() 635 set = USB_PORT_STAT_HIGH_SPEED; in ast_vhub_port_reset()
|
/openbmc/u-boot/common/ |
H A D | usb_hub.c | 244 case USB_PORT_STAT_HIGH_SPEED: in portspeed() 386 case USB_PORT_STAT_HIGH_SPEED: in usb_hub_port_connect_change()
|
/openbmc/u-boot/drivers/usb/emul/ |
H A D | sandbox_hub.c | 182 set |= USB_PORT_STAT_HIGH_SPEED; in clrset_post_state()
|
/openbmc/linux/drivers/usb/musb/ |
H A D | musb_virthub.c | 185 musb->port1_status |= USB_PORT_STAT_HIGH_SPEED; in musb_port_reset()
|
H A D | musb_cppi41.c | 293 if (musb->port1_status & USB_PORT_STAT_HIGH_SPEED) in cppi41_dma_callback()
|
H A D | tusb6010.c | 713 | USB_PORT_STAT_HIGH_SPEED in tusb_otg_ints()
|
H A D | musb_core.c | 897 |USB_PORT_STAT_HIGH_SPEED in musb_handle_intr_connect()
|
/openbmc/linux/drivers/usb/usbip/ |
H A D | vhci_hcd.c | 171 status |= USB_PORT_STAT_HIGH_SPEED; in rh_port_connect() 478 USB_PORT_STAT_HIGH_SPEED; in vhci_hub_control() 590 | USB_PORT_STAT_HIGH_SPEED); in vhci_hub_control()
|
/openbmc/u-boot/drivers/usb/musb/ |
H A D | musb_hcd.c | 445 port_status |= USB_PORT_STAT_HIGH_SPEED; in musb_port_reset() 523 port_status |= USB_PORT_STAT_HIGH_SPEED in musb_submit_rh_msg()
|
/openbmc/linux/drivers/usb/fotg210/ |
H A D | fotg210-hcd.h | 628 return USB_PORT_STAT_HIGH_SPEED; in fotg210_port_speed()
|
/openbmc/linux/drivers/usb/renesas_usbhs/ |
H A D | mod_host.c | 1144 USB_PORT_STAT_HIGH_SPEED | in __usbhsh_hub_port_feature() 1159 speed = USB_PORT_STAT_HIGH_SPEED; in __usbhsh_hub_port_feature()
|
/openbmc/u-boot/drivers/usb/host/ |
H A D | ehci-hcd.c | 795 tmpbuf[1] |= USB_PORT_STAT_HIGH_SPEED >> 8; in ehci_submit_root() 799 tmpbuf[1] |= USB_PORT_STAT_HIGH_SPEED >> 8; in ehci_submit_root()
|
H A D | dwc2.c | 565 port_status |= USB_PORT_STAT_HIGH_SPEED; in dwc_otg_submit_rh_msg_in_status()
|
H A D | xhci.c | 990 tmpbuf[1] |= USB_PORT_STAT_HIGH_SPEED >> 8; in xhci_submit_root()
|
/openbmc/linux/drivers/usb/gadget/udc/ |
H A D | dummy_hcd.c | 409 USB_PORT_STAT_HIGH_SPEED | in set_link_state_by_speed() 2217 USB_PORT_STAT_HIGH_SPEED; in dummy_hub_control() 2311 | USB_PORT_STAT_HIGH_SPEED); in dummy_hub_control()
|
/openbmc/u-boot/drivers/usb/musb-new/ |
H A D | musb_core.c | 684 |USB_PORT_STAT_HIGH_SPEED in musb_stage0_irq()
|
/openbmc/linux/drivers/usb/dwc2/ |
H A D | hcd.c | 3577 port_status |= USB_PORT_STAT_HIGH_SPEED; in dwc2_hcd_hub_control() 3593 USB_PORT_STAT_HIGH_SPEED | in dwc2_hcd_hub_control()
|
/openbmc/linux/drivers/usb/core/ |
H A D | hub.c | 143 if (portstatus & USB_PORT_STAT_HIGH_SPEED) in portspeed() 2975 else if (portstatus & USB_PORT_STAT_HIGH_SPEED) in hub_port_wait_reset()
|