/openbmc/linux/drivers/net/phy/ |
H A D | phy_led_triggers.c | 87 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 D | mtest2make.py | 17 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 D | lpfc_ct.c | 2812 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 D | board_k2l.c | 70 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 D | board_k2e.c | 50 int speeds[DEVSPEED_NUMSPDS] = { variable 79 speed = get_max_dev_speed(speeds); in get_pll_init_data()
|
H A D | board_k2hk.c | 82 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 D | board_k2g.c | 58 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 D | ethtool.sh | 266 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 D | max31790.rst | 22 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 D | max6620.rst | 29 (1, 2, 4, 8, 16 or 32). Set higher values for larger speeds.
|
/openbmc/linux/Documentation/translations/zh_CN/power/ |
H A D | opp.rst | 277 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 D | t4vf_common.h | 155 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 D | fan_utils.robot | 325 # 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 D | README.md | 41 - 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.network | 6 # USB speeds tend to be better than 100mbit (100 cost) but worse
|
/openbmc/docs/designs/ |
H A D | thermal-control-modes.md | 41 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 D | README | 4 Fan speeds on a server chassis using the management entity or BMC.
|
/openbmc/openbmc/poky/meta/recipes-support/xxhash/ |
H A D | xxhash_0.8.3.bb | 3 working at speeds close to RAM limits."
|
/openbmc/qemu/hw/usb/ |
H A D | core.c | 33 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 D | bus.c | 463 } 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 D | longhaul.c | 410 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 D | clock.h | 121 extern int speeds[];
|
/openbmc/linux/net/mpls/ |
H A D | Kconfig | 12 hardware speeds (before hardware was capable of routing ipv4 packets),
|
/openbmc/linux/Documentation/devicetree/bindings/mmc/ |
H A D | usdhi6rol0.txt | 17 entry when the board requires distinct settings for UHS speeds.
|
/openbmc/openbmc/poky/meta/recipes-devtools/ccache/ |
H A D | ccache_4.10.2.bb | 2 DESCRIPTION = "ccache is a compiler cache. It speeds up recompilation \
|