| /rk3399_rockchip-uboot/drivers/usb/common/ |
| H A D | common.c | 61 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 D | ich.c | 164 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 D | ich.h | 195 ulong max_speed; /* Maximum bus speed in MHz */ member
|
| /rk3399_rockchip-uboot/drivers/net/ |
| H A D | designware.c | 479 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 D | dwc_eth_qos.h | 67 u32 max_speed; member
|
| H A D | ravb.c | 316 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 D | designware.h | 230 u32 max_speed; member
|
| H A D | dwc_eth_qos.c | 1218 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 D | gadget.h | 531 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 D | smbios.h | 158 u16 max_speed; member
|
| H A D | phy.h | 360 int phy_set_supported(struct phy_device *phydev, u32 max_speed);
|
| H A D | net.h | 99 int max_speed; member
|
| /rk3399_rockchip-uboot/drivers/usb/gadget/udc/ |
| H A D | udc-core.c | 287 s = min(speed, udc->gadget->max_speed); in usb_gadget_udc_set_speed()
|
| /rk3399_rockchip-uboot/drivers/usb/cdns3/ |
| H A D | gadget.c | 2555 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 D | phy.c | 559 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 D | musb_gadget.c | 1893 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 D | gadget.c | 2666 dwc->gadget.max_speed = dwc->maximum_speed; in dwc3_gadget_init()
|