Home
last modified time | relevance | path

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

12345

/Linux-v6.6/drivers/net/phy/
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()
Dphy-core.c320 size_t phy_speeds(unsigned int *speeds, size_t size, in phy_speeds() argument
329 (count == 0 || speeds[count - 1] != settings[i].speed)) in phy_speeds()
330 speeds[count++] = settings[i].speed; in phy_speeds()
/Linux-v6.6/drivers/scsi/lpfc/
Dlpfc_ct.c2800 u32 speeds = 0; in lpfc_fdmi_port_attr_support_speed() local
2815 speeds |= HBA_PORTSPEED_256GFC; in lpfc_fdmi_port_attr_support_speed()
2817 speeds |= HBA_PORTSPEED_128GFC; in lpfc_fdmi_port_attr_support_speed()
2819 speeds |= HBA_PORTSPEED_64GFC; in lpfc_fdmi_port_attr_support_speed()
2822 speeds |= HBA_PORTSPEED_256GFC; in lpfc_fdmi_port_attr_support_speed()
2824 speeds |= HBA_PORTSPEED_128GFC; in lpfc_fdmi_port_attr_support_speed()
2826 speeds |= HBA_PORTSPEED_64GFC; in lpfc_fdmi_port_attr_support_speed()
2828 speeds |= HBA_PORTSPEED_32GFC; in lpfc_fdmi_port_attr_support_speed()
2831 speeds |= HBA_PORTSPEED_256GFC; in lpfc_fdmi_port_attr_support_speed()
2833 speeds |= HBA_PORTSPEED_128GFC; in lpfc_fdmi_port_attr_support_speed()
[all …]
/Linux-v6.6/tools/testing/selftests/net/forwarding/
Dethtool.sh266 local -a speeds=($(different_speeds_get $h1 $h2 1 1))
267 local speed1=${speeds[0]}
268 local speed2=${speeds[1]}
/Linux-v6.6/Documentation/hwmon/
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
Dmax6620.rst29 (1, 2, 4, 8, 16 or 32). Set higher values for larger speeds.
Demc2305.rst19 Fan rotation speeds are reported in RPM.
Demc2103.rst23 Fan rotation speeds are reported in RPM (rotations per minute). An alarm is
Demc6w201.rst36 temperatures and fan speeds. Limits can be changed. Alarms are not
Daquacomputer_d5next.rst30 speed (in RPM), power, voltage and current. Temperature offsets and fan speeds
67 and fan IC. It also exposes pump and fan speeds (in RPM), voltages, as well as pump
Dw83l786ng.rst38 Fan rotation speeds are reported in RPM (rotations per minute). Fan readings
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.
Dnct6683.rst31 Fan rotation speeds are reported in RPM (rotations per minute).
Dpc87427.rst38 Fan rotation speeds are reported as 14-bit values from a gated clock
/Linux-v6.6/Documentation/translations/zh_CN/power/
Dopp.rst277 speeds = kzalloc(sizeof(u32) * num_available, GFP_KERNEL);
281 speeds[i] = freq;
287 soc_notify_coproc(AVAILABLE_FREQs, speeds, num_available);
/Linux-v6.6/drivers/net/ethernet/chelsio/cxgb4vf/
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-v6.6/drivers/cpufreq/
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-v6.6/net/mpls/
DKconfig12 hardware speeds (before hardware was capable of routing ipv4 packets),
/Linux-v6.6/Documentation/devicetree/bindings/mmc/
Dusdhi6rol0.txt17 entry when the board requires distinct settings for UHS speeds.
Dcavium-mmc.txt6 Supported maximum speeds are the ones of the eMMC standard 4.41 as well
Damlogic,meson-mx-sdio.txt6 Supported maximum speeds are the ones of the eMMC standard 4.41 as well
/Linux-v6.6/Documentation/devicetree/bindings/hwmon/
Dgpio-fan.txt9 - gpio-fan,speed-map: A mapping of possible fan RPM speeds and the
/Linux-v6.6/drivers/net/usb/
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-v6.6/drivers/phy/hisilicon/
DKconfig62 USB 1.5Mb/s, USB 12Mb/s, USB 480Mb/s speeds. It supports one
/Linux-v6.6/drivers/input/tablet/
Daiptek.c1658 int speeds[] = { 0, in aiptek_probe() local
1674 speeds[0] = programmableDelay; in aiptek_probe()
1819 for (i = 0; i < ARRAY_SIZE(speeds); ++i) { in aiptek_probe()
1820 aiptek->curSetting.programmableDelay = speeds[i]; in aiptek_probe()
1832 if (i == ARRAY_SIZE(speeds)) { in aiptek_probe()

12345