Home
last modified time | relevance | path

Searched refs:maximum_speed (Results 1 – 10 of 10) sorted by relevance

/u-boot/drivers/usb/dwc3/
A Ddwc3-generic.c37 u32 maximum_speed; member
61 dwc3->maximum_speed = plat->maximum_speed; in dwc3_generic_probe()
115 plat->maximum_speed = usb_get_maximum_speed(node); in dwc3_generic_of_to_plat()
116 if (plat->maximum_speed == USB_SPEED_UNKNOWN) { in dwc3_generic_of_to_plat()
118 plat->maximum_speed = USB_SPEED_SUPER; in dwc3_generic_of_to_plat()
A Dcore.c469 if (dwc->maximum_speed == USB_SPEED_SUPER) in dwc3_core_init()
470 dwc->maximum_speed = USB_SPEED_HIGH; in dwc3_core_init()
710 dwc->maximum_speed = dwc3_dev->maximum_speed; in dwc3_uboot_init()
741 if (dwc->maximum_speed == USB_SPEED_UNKNOWN) in dwc3_uboot_init()
742 dwc->maximum_speed = USB_SPEED_SUPER; in dwc3_uboot_init()
A Dcore.h766 u32 maximum_speed; member
A Dgadget.c1489 switch (dwc->maximum_speed) { in dwc3_gadget_start()
/u-boot/board/st/stih410-b2260/
A Dboard.c48 .maximum_speed = USB_SPEED_HIGH,
/u-boot/include/
A Ddwc3-uboot.h20 u32 maximum_speed; member
/u-boot/board/samsung/common/
A Dexynos5-dt.c123 .maximum_speed = USB_SPEED_SUPER,
/u-boot/arch/arm/mach-rockchip/
A Dboard.c134 .maximum_speed = USB_SPEED_HIGH,
/u-boot/board/ti/omap5_uevm/
A Devm.c69 .maximum_speed = USB_SPEED_SUPER,
/u-boot/board/ti/am43xx/
A Dboard.c757 .maximum_speed = USB_SPEED_HIGH,
775 .maximum_speed = USB_SPEED_HIGH,

Completed in 17 milliseconds