/kernel/linux/linux-5.10/drivers/ide/ |
D | umc8672.c | 86 static void umc_set_speeds(u8 speeds[]) in umc_set_speeds() argument 92 out_umc(0xd7, (speedtab[0][speeds[2]] | (speedtab[0][speeds[3]]<<4))); in umc_set_speeds() 93 out_umc(0xd6, (speedtab[0][speeds[0]] | (speedtab[0][speeds[1]]<<4))); in umc_set_speeds() 96 tmp = (tmp << 2) | speedtab[1][speeds[i]]; in umc_set_speeds() 99 out_umc(0xd0 + i, speedtab[2][speeds[i]]); in umc_set_speeds() 100 out_umc(0xd8 + i, speedtab[2][speeds[i]]); in umc_set_speeds() 105 speeds[0], speeds[1], speeds[2], speeds[3]); in umc_set_speeds()
|
D | Kconfig | 359 speeds and to configure the chip to optimum performance. 383 change PIO, DMA and UDMA speeds and to configure the chip to 392 This allows the kernel to change PIO, DMA and UDMA speeds 506 This allows the kernel to change PIO, DMA and UDMA speeds and to 632 This allows the kernel to change PIO, DMA and UDMA speeds and to 796 I/O speeds to be set as well. 807 of the DTC-2278 card, and permits faster I/O speeds to be set as 818 of the Holtek card, and permits faster I/O speeds to be set as well. 828 boot parameter. It permits faster I/O speeds to be set. See the 839 of the UMC-8672, and permits faster I/O speeds to be set as well.
|
/kernel/linux/linux-5.10/drivers/net/phy/ |
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() 122 speeds[i]); in phy_led_triggers_register()
|
D | phy-core.c | 230 size_t phy_speeds(unsigned int *speeds, size_t size, in phy_speeds() argument 239 (count == 0 || speeds[count - 1] != settings[i].speed)) in phy_speeds() 240 speeds[count++] = settings[i].speed; in phy_speeds()
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/ |
D | ethtool.sh | 266 local -a speeds=($(different_speeds_get $h1 $h2 1 1)) 267 local speed1=${speeds[0]} 268 local speed2=${speeds[1]}
|
/kernel/linux/linux-5.10/Documentation/hwmon/ |
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
|
D | emc6w201.rst | 36 temperatures and fan speeds. Limits can be changed. Alarms are not
|
D | emc2103.rst | 23 Fan rotation speeds are reported in RPM (rotations per minute). An alarm is
|
D | w83l786ng.rst | 38 Fan rotation speeds are reported in RPM (rotations per minute). Fan readings
|
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.
|
D | nct6683.rst | 31 Fan rotation speeds are reported in RPM (rotations per minute).
|
D | pc87427.rst | 38 Fan rotation speeds are reported as 14-bit values from a gated clock
|
D | asb100.rst | 37 Fan speeds are reported in RPM (rotations per minute). An alarm is
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4vf/ |
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()
|
/kernel/linux/linux-5.10/net/mpls/ |
D | Kconfig | 12 hardware speeds (before hardware was capable of routing ipv4 packets),
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/mmc/ |
D | usdhi6rol0.txt | 17 entry when the board requires distinct settings for UHS speeds.
|
D | cavium-mmc.txt | 6 Supported maximum speeds are the ones of the eMMC standard 4.41 as well
|
D | amlogic,meson-mx-sdio.txt | 6 Supported maximum speeds are the ones of the eMMC standard 4.41 as well
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/hwmon/ |
D | gpio-fan.txt | 9 - gpio-fan,speed-map: A mapping of possible fan RPM speeds and the
|
/kernel/linux/linux-5.10/drivers/phy/hisilicon/ |
D | Kconfig | 42 USB 1.5Mb/s, USB 12Mb/s, USB 480Mb/s speeds. It supports one
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/i2c/ |
D | i2c-exynos5.txt | 4 at various speeds ranging from 100khz to 3.4Mhz.
|
/kernel/linux/linux-5.10/drivers/net/usb/ |
D | cdc_ether.c | 382 static void dumpspeed(struct usbnet *dev, __le32 *speeds) in dumpspeed() argument 386 __le32_to_cpu(speeds[0]) / 1000, in dumpspeed() 387 __le32_to_cpu(speeds[1]) / 1000); in dumpspeed()
|
/kernel/linux/linux-5.10/drivers/cpufreq/ |
D | longhaul.c | 410 int speeds[] = { 666, 1000, 1333, 2000 }; in guess_fsb() local 414 f_max = ((speeds[i] * mult) + 50) / 100; in guess_fsb() 418 return speeds[i] / 10; in guess_fsb()
|
/kernel/linux/linux-5.10/drivers/input/tablet/ |
D | aiptek.c | 1675 int speeds[] = { 0, in aiptek_probe() local 1691 speeds[0] = programmableDelay; in aiptek_probe() 1836 for (i = 0; i < ARRAY_SIZE(speeds); ++i) { in aiptek_probe() 1837 aiptek->curSetting.programmableDelay = speeds[i]; in aiptek_probe() 1849 if (i == ARRAY_SIZE(speeds)) { in aiptek_probe()
|
/kernel/linux/linux-5.10/Documentation/driver-api/ |
D | hsi.rst | 13 (typically 8) and is capable of reaching speeds up to 200 Mbit/s.
|