Home
last modified time | relevance | path

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

12345

/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.c2789 u32 speeds = 0; in lpfc_fdmi_port_attr_support_speed() local
2804 speeds |= HBA_PORTSPEED_256GFC; in lpfc_fdmi_port_attr_support_speed()
2806 speeds |= HBA_PORTSPEED_128GFC; in lpfc_fdmi_port_attr_support_speed()
2808 speeds |= HBA_PORTSPEED_64GFC; in lpfc_fdmi_port_attr_support_speed()
2811 speeds |= HBA_PORTSPEED_256GFC; in lpfc_fdmi_port_attr_support_speed()
2813 speeds |= HBA_PORTSPEED_128GFC; in lpfc_fdmi_port_attr_support_speed()
2815 speeds |= HBA_PORTSPEED_64GFC; in lpfc_fdmi_port_attr_support_speed()
2817 speeds |= HBA_PORTSPEED_32GFC; in lpfc_fdmi_port_attr_support_speed()
2820 speeds |= HBA_PORTSPEED_256GFC; in lpfc_fdmi_port_attr_support_speed()
2822 speeds |= HBA_PORTSPEED_128GFC; in lpfc_fdmi_port_attr_support_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/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/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 Demc6w201.rst36 temperatures and fan speeds. Limits can be changed. Alarms are not
H A Demc2103.rst23 Fan rotation speeds are reported in RPM (rotations per minute). An alarm is
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
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 Dw83l786ng.rst38 Fan rotation speeds are reported in RPM (rotations per minute). Fan readings
H A Dpc87427.rst38 Fan rotation speeds are reported as 14-bit values from a gated clock
H A Dasb100.rst37 Fan speeds are reported in RPM (rotations per minute). An alarm is
/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/tools/testing/selftests/drivers/net/hw/lib/py/
H A Dlinkconfig.py113 speeds, duplex_modes = self.get_speed_duplex_values(self.common_link_modes)
114 speed = speeds[0]
/linux/drivers/cpufreq/
H A Dlonghaul.c411 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 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
/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/drivers/input/tablet/
H A 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()
/linux/drivers/scsi/qla2xxx/
H A Dqla_attr.c3348 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 Dhsi.rst13 (typically 8) and is capable of reaching speeds up to 200 Mbit/s.

12345