Home
last modified time | relevance | path

Searched refs:max_speed (Results 1 – 17 of 17) sorted by relevance

/rk3399_rockchip-uboot/drivers/usb/common/
H A Dcommon.c61 const char *max_speed; in usb_get_maximum_speed() local
64 max_speed = ofnode_read_string(node, "maximum-speed"); in usb_get_maximum_speed()
65 if (!max_speed) { in usb_get_maximum_speed()
71 if (!strcmp(max_speed, speed_names[i])) in usb_get_maximum_speed()
/rk3399_rockchip-uboot/drivers/spi/
H A Dich.c164 ctlr->max_speed = 20000000; in ich_init_controller()
166 ctlr->max_speed = 33000000; in ich_init_controller()
168 plat->ich_version, ctlr->base, ctlr->max_speed); in ich_init_controller()
465 if (ctlr->speed && ctlr->max_speed >= 33000000) { in ich_spi_xfer()
614 priv->cur_speed = priv->max_speed; in ich_spi_probe()
H A Dich.h195 ulong max_speed; /* Maximum bus speed in MHz */ member
/rk3399_rockchip-uboot/drivers/net/
H A Ddesignware.c479 if (priv->max_speed) { in dw_phy_init()
480 ret = phy_set_supported(phydev, priv->max_speed); in dw_phy_init()
701 priv->max_speed = pdata->max_speed; in designware_eth_probe()
755 pdata->max_speed = dev_read_u32_default(dev, "max-speed", 0); in designware_eth_ofdata_to_platdata()
H A Ddwc_eth_qos.h67 u32 max_speed; member
H A Dravb.c316 if (pdata->max_speed != 1000) { in ravb_phy_config()
384 if (pdata->max_speed == 1000) in ravb_dmac_init()
628 pdata->max_speed = 1000; in ravb_ofdata_to_platdata()
631 pdata->max_speed = fdt32_to_cpu(*cell); in ravb_ofdata_to_platdata()
H A Ddesignware.h230 u32 max_speed; member
H A Ddwc_eth_qos.c1218 if (eqos->max_speed) { in eqos_init()
1219 ret = phy_set_supported(eqos->phy, eqos->max_speed); in eqos_init()
1852 eqos->max_speed = dev_read_u32_default(dev, "max-speed", 0); in eqos_probe_resources_stm32()
/rk3399_rockchip-uboot/include/linux/usb/
H A Dgadget.h531 enum usb_device_speed max_speed; member
586 return g->max_speed >= USB_SPEED_SUPER; in gadget_is_superspeed()
/rk3399_rockchip-uboot/include/
H A Dsmbios.h158 u16 max_speed; member
H A Dphy.h360 int phy_set_supported(struct phy_device *phydev, u32 max_speed);
H A Dnet.h99 int max_speed; member
/rk3399_rockchip-uboot/drivers/usb/gadget/udc/
H A Dudc-core.c287 s = min(speed, udc->gadget->max_speed); in usb_gadget_udc_set_speed()
/rk3399_rockchip-uboot/drivers/usb/cdns3/
H A Dgadget.c2555 u32 max_speed; in cdns3_gadget_start() local
2579 max_speed = usb_get_maximum_speed(dev_ofnode(cdns->dev)); in cdns3_gadget_start()
2582 switch (max_speed) { in cdns3_gadget_start()
2591 max_speed); in cdns3_gadget_start()
2595 max_speed = USB_SPEED_SUPER; in cdns3_gadget_start()
2600 priv_dev->gadget.max_speed = max_speed; in cdns3_gadget_start()
/rk3399_rockchip-uboot/drivers/net/phy/
H A Dphy.c559 int phy_set_supported(struct phy_device *phydev, u32 max_speed) in phy_set_supported() argument
567 switch (max_speed) { in phy_set_supported()
/rk3399_rockchip-uboot/drivers/usb/musb-new/
H A Dmusb_gadget.c1893 musb->g.max_speed = USB_SPEED_HIGH; in musb_gadget_setup()
1972 if (driver->max_speed < USB_SPEED_HIGH) in musb_gadget_start()
/rk3399_rockchip-uboot/drivers/usb/dwc3/
H A Dgadget.c2666 dwc->gadget.max_speed = dwc->maximum_speed; in dwc3_gadget_init()