| /linux/drivers/net/phy/ |
| H A D | phy_led_triggers.c | 89 unsigned int speeds[50]; in phy_led_triggers_register() local 91 phy->phy_num_led_triggers = phy_supported_speeds(phy, speeds, in phy_led_triggers_register() 92 ARRAY_SIZE(speeds)); in phy_led_triggers_register() 115 speeds[i], in phy_led_triggers_register() 116 phy_speed_to_str(speeds[i])); in phy_led_triggers_register()
|
| /linux/drivers/scsi/lpfc/ |
| H A D | lpfc_ct.c | 2813 u32 speeds = 0; in lpfc_fdmi_port_attr_support_speed() local 2828 speeds |= HBA_PORTSPEED_256GFC; in lpfc_fdmi_port_attr_support_speed() 2830 speeds |= HBA_PORTSPEED_128GFC; in lpfc_fdmi_port_attr_support_speed() 2832 speeds |= HBA_PORTSPEED_64GFC; in lpfc_fdmi_port_attr_support_speed() 2835 speeds |= HBA_PORTSPEED_256GFC; in lpfc_fdmi_port_attr_support_speed() 2837 speeds |= HBA_PORTSPEED_128GFC; in lpfc_fdmi_port_attr_support_speed() 2839 speeds |= HBA_PORTSPEED_64GFC; in lpfc_fdmi_port_attr_support_speed() 2841 speeds |= HBA_PORTSPEED_32GFC; in lpfc_fdmi_port_attr_support_speed() 2844 speeds |= HBA_PORTSPEED_256GFC; in lpfc_fdmi_port_attr_support_speed() 2846 speeds |= HBA_PORTSPEED_128GFC; in lpfc_fdmi_port_attr_support_speed() [all …]
|
| /linux/tools/testing/selftests/drivers/net/hw/ |
| H A D | ethtool.sh | 264 local -a speeds=($(different_speeds_get $h1 $h2 1 1)) 265 local speed1=${speeds[0]} 266 local speed2=${speeds[1]}
|
| /linux/Documentation/translations/zh_CN/power/ |
| H A D | opp.rst | 277 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 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()
|
| /linux/tools/testing/selftests/drivers/net/hw/lib/py/ |
| H A D | linkconfig.py | |
| /linux/drivers/cpufreq/ |
| H A D | longhaul.c | 411 static const int speeds[] = { 666, 1000, 1333, 2000 }; in guess_fsb() local 414 for (i = 0; i < ARRAY_SIZE(speeds); i++) { in guess_fsb() 415 f_max = ((speeds[i] * mult) + 50) / 100; in guess_fsb() 419 return speeds[i] / 10; in guess_fsb()
|
| /linux/net/mpls/ |
| H A D | Kconfig | 12 hardware speeds (before hardware was capable of routing ipv4 packets),
|
| /linux/Documentation/devicetree/bindings/mmc/ |
| H A D | usdhi6rol0.txt | 17 entry when the board requires distinct settings for UHS speeds.
|
| H A D | cavium-mmc.txt | 6 Supported maximum speeds are the ones of the eMMC standard 4.41 as well
|
| /linux/Documentation/hwmon/ |
| H A D | max6620.rst | 29 (1, 2, 4, 8, 16 or 32). Set higher values for larger speeds.
|
| H A D | emc2305.rst | 18 Fan rotation speeds are reported in RPM.
|
| H A D | emc6w201.rst | 36 temperatures and fan speeds. Limits can be changed. Alarms are not
|
| H A D | emc2103.rst | 23 Fan rotation speeds are reported in RPM (rotations per minute). An alarm is
|
| H A D | aquacomputer_d5next.rst | 32 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
|
| H A D | adm1026.rst | 57 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 D | w83l786ng.rst | 38 Fan rotation speeds are reported in RPM (rotations per minute). Fan readings
|
| H A D | pc87427.rst | 38 Fan rotation speeds are reported as 14-bit values from a gated clock
|
| H A D | asb100.rst | 37 Fan speeds are reported in RPM (rotations per minute). An alarm is
|
| /linux/drivers/net/usb/ |
| H A D | cdc_ether.c | 397 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 D | Kconfig | 62 USB 1.5Mb/s, USB 12Mb/s, USB 480Mb/s speeds. It supports one
|
| /linux/drivers/input/tablet/ |
| H A D | aiptek.c | 1658 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()
|
| /linux/drivers/scsi/qla2xxx/ |
| H A D | qla_attr.c | 3348 qla2x00_get_host_supported_speeds(scsi_qla_host_t *vha, uint speeds) in qla2x00_get_host_supported_speeds() argument 3352 if (speeds & FDMI_PORT_SPEED_64GB) in qla2x00_get_host_supported_speeds() 3354 if (speeds & FDMI_PORT_SPEED_32GB) in qla2x00_get_host_supported_speeds() 3356 if (speeds & FDMI_PORT_SPEED_16GB) in qla2x00_get_host_supported_speeds() 3358 if (speeds & FDMI_PORT_SPEED_8GB) in qla2x00_get_host_supported_speeds() 3360 if (speeds & FDMI_PORT_SPEED_4GB) in qla2x00_get_host_supported_speeds() 3362 if (speeds & FDMI_PORT_SPEED_2GB) in qla2x00_get_host_supported_speeds() 3364 if (speeds & FDMI_PORT_SPEED_1GB) in qla2x00_get_host_supported_speeds() 3374 u32 speeds = 0, fdmi_speed = 0; in qla2x00_init_host_attr() local 3385 speeds = qla2x00_get_host_supported_speeds(vha, fdmi_speed); in qla2x00_init_host_attr() [all …]
|
| /linux/Documentation/driver-api/ |
| H A D | hsi.rst | 13 (typically 8) and is capable of reaching speeds up to 200 Mbit/s.
|
| /linux/Documentation/networking/ |
| H A D | eql.rst | 284 A single line running at the lower speeds and with large packets 286 speeds (as predicted by the Cirrus databook) to an aggregate of 293 speeds. Once established, the connection seemed robust enough.)
|