Home
last modified time | relevance | path

Searched refs:speeds (Results 1 – 25 of 159) sorted by relevance

1234567

/openbmc/linux/drivers/net/phy/
H A Dphy_led_triggers.c87 unsigned int speeds[50]; in phy_led_triggers_register() local
89 phy->phy_num_led_triggers = phy_supported_speeds(phy, speeds, in phy_led_triggers_register()
90 ARRAY_SIZE(speeds)); in phy_led_triggers_register()
117 speeds[i], in phy_led_triggers_register()
118 phy_speed_to_str(speeds[i])); in phy_led_triggers_register()
/openbmc/qemu/scripts/
H A Dmtest2make.py17 self.speeds = ['quick']
20 return [base if speed == 'quick' else f'{base}-{speed}' for speed in self.speeds]
62 suites[s].speeds.append('slow')
65 suites[s].speeds.append('thorough')
/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_ct.c2812 u32 speeds = 0; in lpfc_fdmi_port_attr_support_speed() local
2827 speeds |= HBA_PORTSPEED_256GFC; in lpfc_fdmi_port_attr_support_speed()
2829 speeds |= HBA_PORTSPEED_128GFC; in lpfc_fdmi_port_attr_support_speed()
2831 speeds |= HBA_PORTSPEED_64GFC; in lpfc_fdmi_port_attr_support_speed()
2834 speeds |= HBA_PORTSPEED_256GFC; in lpfc_fdmi_port_attr_support_speed()
2836 speeds |= HBA_PORTSPEED_128GFC; in lpfc_fdmi_port_attr_support_speed()
2838 speeds |= HBA_PORTSPEED_64GFC; in lpfc_fdmi_port_attr_support_speed()
2840 speeds |= HBA_PORTSPEED_32GFC; in lpfc_fdmi_port_attr_support_speed()
2843 speeds |= HBA_PORTSPEED_256GFC; in lpfc_fdmi_port_attr_support_speed()
2845 speeds |= HBA_PORTSPEED_128GFC; in lpfc_fdmi_port_attr_support_speed()
[all …]
/openbmc/u-boot/board/ti/ks2_evm/
H A Dboard_k2l.c70 speed = get_max_dev_speed(speeds); in get_pll_init_data()
74 speed = get_max_arm_speed(speeds); in get_pll_init_data()
H A Dboard_k2e.c50 int speeds[DEVSPEED_NUMSPDS] = { variable
79 speed = get_max_dev_speed(speeds); in get_pll_init_data()
H A Dboard_k2hk.c82 speed = get_max_dev_speed(speeds); in get_pll_init_data()
86 speed = get_max_arm_speed(speeds); in get_pll_init_data()
H A Dboard_k2g.c58 int speeds[DEVSPEED_NUMSPDS] = { variable
188 speed = get_max_arm_speed(speeds); in get_pll_init_data()
199 speed = get_max_arm_speed(speeds); in get_pll_init_data()
/openbmc/linux/tools/testing/selftests/net/forwarding/
H A Dethtool.sh266 local -a speeds=($(different_speeds_get $h1 $h2 1 1))
267 local speed1=${speeds[0]}
268 local speed2=${speeds[1]}
/openbmc/linux/Documentation/hwmon/
H A Dmax31790.rst22 The MAX31790 controls the speeds of up to six fans using six independent
23 PWM outputs. The desired fan speeds (or PWM duty cycles) are written
H A Dmax6620.rst29 (1, 2, 4, 8, 16 or 32). Set higher values for larger speeds.
/openbmc/linux/Documentation/translations/zh_CN/power/
H A Dopp.rst277 speeds = kzalloc(sizeof(u32) * num_available, GFP_KERNEL);
281 speeds[i] = freq;
287 soc_notify_coproc(AVAILABLE_FREQs, speeds, num_available);
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dt4vf_common.h155 fw_port_cap32_t speeds, high_speeds; in is_x_10g_port() local
157 speeds = FW_PORT_CAP32_SPEED_V(FW_PORT_CAP32_SPEED_G(lc->pcaps)); in is_x_10g_port()
159 speeds & ~(FW_PORT_CAP32_SPEED_100M | FW_PORT_CAP32_SPEED_1G); in is_x_10g_port()
/openbmc/openbmc-test-automation/lib/
H A Dfan_utils.robot325 # Check the fan speeds in the BMC file system.
337 # Run the BMC command which gets fan speeds from the file system.
343 ${speeds}= Evaluate map(int, $stdout.split(${\n}))
344 Rpvars speeds
345 # Count the number of speeds > ${min_speed}.
347 FOR ${speed} IN @{speeds}
352 # speeds may be reported by hwmon as 0. That is expected,
361 ... msg=hwmon did not properly report fan speeds.
363 # Wait for the daemon to take control and gracefully set fan speeds
/openbmc/phosphor-fan-presence/docs/control/fanctl/
H A DREADME.md41 - Get the current fan target and feedback speeds for all rotors
63 using RPM or PWM fan speeds, and sets them to the value provided):
75 - Get the current fan target and feedback speeds for all rotors:
/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/
H A D+-bmc-gbmcbrusb.network6 # USB speeds tend to be better than 100mbit (100 cost) but worse
/openbmc/docs/designs/
H A Dthermal-control-modes.md41 undetectable configuration that alters the fan floor speeds unrelated to
67 technique would not be reliable in adjusting the floor speeds for only
69 of raising floor speeds for configurations where its unnecessary.
/openbmc/openbmc-tools/pwmtachtool/
H A DREADME4 Fan speeds on a server chassis using the management entity or BMC.
/openbmc/openbmc/poky/meta/recipes-support/xxhash/
H A Dxxhash_0.8.3.bb3 working at speeds close to RAM limits."
/openbmc/qemu/hw/usb/
H A Dcore.c33 static const int speeds[] = { in usb_pick_speed() local
42 for (i = 0; i < ARRAY_SIZE(speeds); i++) { in usb_pick_speed()
43 if ((udev->speedmask & (1 << speeds[i])) && in usb_pick_speed()
44 (port->speedmask & (1 << speeds[i]))) { in usb_pick_speed()
45 udev->speed = speeds[i]; in usb_pick_speed()
H A Dbus.c463 } speeds[] = { in usb_mask_to_str() local
470 for (i = 0; i < ARRAY_SIZE(speeds); i++) { in usb_mask_to_str()
471 if (speeds[i].mask & speedmask) { in usb_mask_to_str()
474 speeds[i].name); in usb_mask_to_str()
/openbmc/linux/drivers/cpufreq/
H A Dlonghaul.c410 static const int speeds[] = { 666, 1000, 1333, 2000 }; in guess_fsb() local
413 for (i = 0; i < ARRAY_SIZE(speeds); i++) { in guess_fsb()
414 f_max = ((speeds[i] * mult) + 50) / 100; in guess_fsb()
418 return speeds[i] / 10; in guess_fsb()
/openbmc/u-boot/arch/arm/mach-keystone/include/mach/
H A Dclock.h121 extern int speeds[];
/openbmc/linux/net/mpls/
H A DKconfig12 hardware speeds (before hardware was capable of routing ipv4 packets),
/openbmc/linux/Documentation/devicetree/bindings/mmc/
H A Dusdhi6rol0.txt17 entry when the board requires distinct settings for UHS speeds.
/openbmc/openbmc/poky/meta/recipes-devtools/ccache/
H A Dccache_4.10.2.bb2 DESCRIPTION = "ccache is a compiler cache. It speeds up recompilation \

1234567