Home
last modified time | relevance | path

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

123456

/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()
/linux/drivers/scsi/lpfc/
H A Dlpfc_ct.c2784 u32 speeds = 0; in lpfc_fdmi_port_attr_support_speed() local
2839 speeds = HBA_PORTSPEED_10GE; in lpfc_fdmi_port_attr_support_speed()
2842 speeds = HBA_PORTSPEED_25GE; in lpfc_fdmi_port_attr_support_speed()
2845 speeds = HBA_PORTSPEED_40GE; in lpfc_fdmi_port_attr_support_speed()
2860 u32 speeds = 0; in lpfc_fdmi_port_attr_speed() local
2865 speeds = HBA_PORTSPEED_1GFC; in lpfc_fdmi_port_attr_speed()
2868 speeds = HBA_PORTSPEED_2GFC; in lpfc_fdmi_port_attr_speed()
2871 speeds = HBA_PORTSPEED_4GFC; in lpfc_fdmi_port_attr_speed()
2874 speeds = HBA_PORTSPEED_8GFC; in lpfc_fdmi_port_attr_speed()
2901 speeds = HBA_PORTSPEED_10GE; in lpfc_fdmi_port_attr_speed()
[all …]
/linux/tools/testing/selftests/drivers/net/hw/
H A Dethtool.sh264 local -a speeds=($(different_speeds_get $h1 $h2 1 1))
265 local speed1=${speeds[0]}
266 local speed2=${speeds[1]}
/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.
H A Demc2305.rst18 Fan rotation speeds are reported in RPM.
H A Demc2103.rst23 Fan rotation speeds are reported in RPM (rotations per minute). An alarm is
H A Demc6w201.rst36 temperatures and fan speeds. Limits can be changed. Alarms are not
H A Dw83l786ng.rst38 Fan rotation speeds are reported in RPM (rotations per minute). Fan readings
H A Dadm1026.rst57 Fan rotation speeds are reported in RPM (rotations per minute) but measured
84 divisor. It can take as long as 1.5 seconds to measure all fan speeds.
H A Daquacomputer_d5next.rst32 speed (in RPM), power, voltage and current. Temperature offsets and fan speeds
69 and fan IC. It also exposes pump and fan speeds (in RPM), voltages, as well as pump
/linux/Documentation/translations/zh_CN/power/
H A Dopp.rst277 speeds = kcalloc(num_available, sizeof(u32), GFP_KERNEL);
281 speeds[i] = freq;
287 soc_notify_coproc(AVAILABLE_FREQs, speeds, num_available);
/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()
/linux/Documentation/devicetree/bindings/net/
H A Dfsl,fman-dtsec.yaml15 10/100/1000 MBit/s speeds, and the 10-Gigabit Ethernet Media Access Controller
16 (10GEC) for 10 Gbit/s speeds. Later versions of FMan use the Multirate
17 Ethernet Media Access Controller (mEMAC) to handle all speeds.
/linux/Documentation/devicetree/bindings/thermal/
H A Dthermal-cooling-devices.yaml32 dissipated heat, e.g. regulating fan speeds.
37 different fan speeds possible. Cooling states are referred to by single
/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()
/linux/net/mpls/
H A DKconfig12 hardware speeds (before hardware was capable of routing ipv4 packets),
/linux/Documentation/devicetree/bindings/mmc/
H A Dusdhi6rol0.txt17 entry when the board requires distinct settings for UHS speeds.
H A Dcavium-mmc.txt6 Supported maximum speeds are the ones of the eMMC standard 4.41 as well
H A Damlogic,meson-mx-sdio.txt6 Supported maximum speeds are the ones of the eMMC standard 4.41 as well
/linux/Documentation/devicetree/bindings/hwmon/
H A Dgpio-fan.yaml35 A mapping of possible fan RPM speeds and the
/linux/tools/perf/Documentation/
H A Dperf-test.txt40 Run tests in parallel, speeds up the whole process but is not safe with
/linux/drivers/net/usb/
H A Dcdc_ether.c397 static void speed_change(struct usbnet *dev, __le32 *speeds) in speed_change() argument
399 dev->tx_speed = __le32_to_cpu(speeds[0]); in speed_change()
400 dev->rx_speed = __le32_to_cpu(speeds[1]); in speed_change()
/linux/drivers/phy/hisilicon/
H A DKconfig62 USB 1.5Mb/s, USB 12Mb/s, USB 480Mb/s speeds. It supports one
/linux/Documentation/devicetree/bindings/media/i2c/
H A Dovti,ov4689.yaml14 image sensor. Ihis chip supports high frame rate speeds up to 90 fps

123456