| /openbmc/u-boot/drivers/usb/common/ |
| H A D | common.c | 54 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 D | ftgmac100.c | 87 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 D | sni_ave.c | 146 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 D | designware.c | 496 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 D | ravb.c | 326 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 D | zynq_gem.c | 203 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 D | designware.h | 229 u32 max_speed; member
|
| H A D | sh_eth.c | 906 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 D | test_fan_operation.robot | 63 ${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 D | ich.c | 163 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 D | ich.h | 194 ulong max_speed; /* Maximum bus speed in MHz */ member
|
| /openbmc/qemu/hw/smbios/ |
| H A D | smbios.c | 77 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 D | fan_utils.robot | 16 ${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 D | smbios.h | 157 u16 max_speed; member
|
| H A D | phy.h | 220 int phy_set_supported(struct phy_device *phydev, u32 max_speed);
|
| H A D | net.h | 100 int max_speed; member
|
| /openbmc/qemu/include/hw/firmware/ |
| H A D | smbios.h | 196 uint16_t max_speed; member
|
| /openbmc/u-boot/include/linux/usb/ |
| H A D | gadget.h | 504 enum usb_device_speed max_speed; member
|
| /openbmc/u-boot/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()
|
| /openbmc/u-boot/drivers/usb/musb-new/ |
| H A D | musb_gadget.c | 1903 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 D | aspeed_udc.c | 1196 udc->gadget.max_speed = udc->maximum_speed; in aspeed_udc_probe()
|
| /openbmc/qemu/tests/qtest/ |
| H A D | bios-tables-test.c | 669 offset[0] = offsetof(struct smbios_type_4, max_speed); in smbios_cpu_test()
|
| /openbmc/u-boot/drivers/usb/dwc3/ |
| H A D | gadget.c | 2592 dwc->gadget.max_speed = USB_SPEED_SUPER; in dwc3_gadget_init()
|
| /openbmc/qemu/tests/functional/acpi-bits/bits-tests/ |
| H A D | smbios.py2 | 425 self.add_field('max_speed', u.unpack_one("<H"))
|