Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/common/
H A Dcommon.c54 const char *max_speed; in usb_get_maximum_speed() local
57 max_speed = fdt_getprop(fdt, node, "maximum-speed", NULL); in usb_get_maximum_speed()
58 if (!max_speed) { in usb_get_maximum_speed()
64 if (!strcmp(max_speed, speed_names[i])) in usb_get_maximum_speed()
/openbmc/u-boot/drivers/net/
H A Dftgmac100.c87 u32 max_speed; member
233 if (priv->max_speed) { in ftgmac100_phy_init()
234 ret = phy_set_supported(phydev, priv->max_speed); in ftgmac100_phy_init()
561 pdata->max_speed = dev_read_u32_default(dev, "max-speed", 0); in ftgmac100_ofdata_to_platdata()
593 priv->max_speed = pdata->max_speed; in ftgmac100_probe()
H A Dsni_ave.c146 int max_speed; member
394 if (priv->max_speed) { in ave_phy_init()
395 ret = phy_set_supported(phydev, priv->max_speed); in ave_phy_init()
752 pdata->max_speed = 0; in ave_ofdata_to_platdata()
756 pdata->max_speed = fdt32_to_cpu(*valp); in ave_ofdata_to_platdata()
831 priv->max_speed = pdata->max_speed; in ave_probe()
H A Ddesignware.c496 if (priv->max_speed) { in dw_phy_init()
497 ret = phy_set_supported(phydev, priv->max_speed); in dw_phy_init()
754 priv->max_speed = pdata->max_speed; in designware_eth_probe()
821 pdata->max_speed = dev_read_u32_default(dev, "max-speed", 0); in designware_eth_ofdata_to_platdata()
H A Dravb.c326 if (pdata->max_speed != 1000) { in ravb_phy_config()
393 if (pdata->max_speed == 1000) in ravb_dmac_init()
653 pdata->max_speed = 1000; in ravb_ofdata_to_platdata()
656 pdata->max_speed = fdt32_to_cpu(*cell); in ravb_ofdata_to_platdata()
H A Dzynq_gem.c203 u32 max_speed; member
364 if (priv->max_speed) { in zynq_phy_init()
365 ret = phy_set_supported(priv->phydev, priv->max_speed); in zynq_phy_init()
780 priv->max_speed = ofnode_read_u32_default(phandle_args.node, in zynq_gem_ofdata_to_platdata()
H A Ddesignware.h229 u32 max_speed; member
H A Dsh_eth.c906 pdata->max_speed = 1000; in sh_ether_ofdata_to_platdata()
909 pdata->max_speed = fdt32_to_cpu(*cell); in sh_ether_ofdata_to_platdata()
/openbmc/openbmc-test-automation/redfish/extended/
H A Dtest_fan_operation.robot63 ${max_speed}= Set Variable ${10500}
65 # Speed criteria for passing, which is 85% of max_speed.
73 ... ${max_speed} ${min_speed} ${minutes_to_stabilize}
/openbmc/u-boot/drivers/spi/
H A Dich.c163 ctlr->max_speed = 20000000; in ich_init_controller()
165 ctlr->max_speed = 33000000; in ich_init_controller()
167 plat->ich_version, ctlr->base, ctlr->max_speed); in ich_init_controller()
464 if (ctlr->speed && ctlr->max_speed >= 33000000) { in ich_spi_xfer()
613 priv->cur_speed = priv->max_speed; in ich_spi_probe()
H A Dich.h194 ulong max_speed; /* Maximum bus speed in MHz */ member
/openbmc/qemu/hw/smbios/
H A Dsmbios.c77 uint64_t max_speed; member
81 .max_speed = DEFAULT_CPU_SPEED,
700 t->max_speed = cpu_to_le16(type4.max_speed); in smbios_build_type_4_table()
1475 type4.max_speed = qemu_opt_get_number(opts, "max-speed", in smbios_entry_add()
1479 if (type4.max_speed > UINT16_MAX || in smbios_entry_add()
/openbmc/openbmc-test-automation/lib/
H A Dfan_utils.robot16 ${max_speed}= ${10400}
277 [Arguments] ${max_speed} ${min_speed}
290 # max_speed Integer value of maximum fan speed.
307 Set Fan Target Speed ${fan_name} ${max_speed}
384 ${expect_increase}= Set Variable If ${initial_speed} < ${max_speed} 1 0
/openbmc/u-boot/include/
H A Dsmbios.h157 u16 max_speed; member
H A Dphy.h220 int phy_set_supported(struct phy_device *phydev, u32 max_speed);
H A Dnet.h100 int max_speed; member
/openbmc/qemu/include/hw/firmware/
H A Dsmbios.h196 uint16_t max_speed; member
/openbmc/u-boot/include/linux/usb/
H A Dgadget.h504 enum usb_device_speed max_speed; member
/openbmc/u-boot/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()
/openbmc/u-boot/drivers/usb/musb-new/
H A Dmusb_gadget.c1903 musb->g.max_speed = USB_SPEED_HIGH; in musb_gadget_setup()
1982 if (driver->max_speed < USB_SPEED_HIGH) in musb_gadget_start()
/openbmc/u-boot/drivers/usb/gadget/
H A Daspeed_udc.c1196 udc->gadget.max_speed = udc->maximum_speed; in aspeed_udc_probe()
/openbmc/qemu/tests/qtest/
H A Dbios-tables-test.c669 offset[0] = offsetof(struct smbios_type_4, max_speed); in smbios_cpu_test()
/openbmc/u-boot/drivers/usb/dwc3/
H A Dgadget.c2592 dwc->gadget.max_speed = USB_SPEED_SUPER; in dwc3_gadget_init()
/openbmc/qemu/tests/functional/acpi-bits/bits-tests/
H A Dsmbios.py2425 self.add_field('max_speed', u.unpack_one("<H"))