Home
last modified time | relevance | path

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

12345

/Linux-v4.19/drivers/ide/
Dumc8672.c85 static void umc_set_speeds(u8 speeds[]) in umc_set_speeds() argument
91 out_umc(0xd7, (speedtab[0][speeds[2]] | (speedtab[0][speeds[3]]<<4))); in umc_set_speeds()
92 out_umc(0xd6, (speedtab[0][speeds[0]] | (speedtab[0][speeds[1]]<<4))); in umc_set_speeds()
95 tmp = (tmp << 2) | speedtab[1][speeds[i]]; in umc_set_speeds()
98 out_umc(0xd0 + i, speedtab[2][speeds[i]]); in umc_set_speeds()
99 out_umc(0xd8 + i, speedtab[2][speeds[i]]); in umc_set_speeds()
104 speeds[0], speeds[1], speeds[2], speeds[3]); in umc_set_speeds()
DKconfig358 speeds and to configure the chip to optimum performance.
382 change PIO, DMA and UDMA speeds and to configure the chip to
391 This allows the kernel to change PIO, DMA and UDMA speeds
505 This allows the kernel to change PIO, DMA and UDMA speeds and to
640 This allows the kernel to change PIO, DMA and UDMA speeds and to
820 I/O speeds to be set as well.
831 of the DTC-2278 card, and permits faster I/O speeds to be set as
842 of the Holtek card, and permits faster I/O speeds to be set as well.
852 boot parameter. It permits faster I/O speeds to be set. See the
863 of the UMC-8672, and permits faster I/O speeds to be set as well.
/Linux-v4.19/drivers/net/phy/
Dphy_led_triggers.c107 unsigned int speeds[50]; in phy_led_triggers_register() local
109 phy->phy_num_led_triggers = phy_supported_speeds(phy, speeds, in phy_led_triggers_register()
110 ARRAY_SIZE(speeds)); in phy_led_triggers_register()
142 speeds[i]); in phy_led_triggers_register()
Dphy-core.c177 size_t phy_speeds(unsigned int *speeds, size_t size, in phy_speeds() argument
186 (count == 0 || speeds[count - 1] != settings[i].speed)) in phy_speeds()
187 speeds[count++] = settings[i].speed; in phy_speeds()
/Linux-v4.19/Documentation/hwmon/
Dmax3179018 The MAX31790 controls the speeds of up to six fans using six independent
19 PWM outputs. The desired fan speeds (or PWM duty cycles) are written
Demc210319 Fan rotation speeds are reported in RPM (rotations per minute). An alarm is
Demc6w20132 temperatures and fan speeds. Limits can be changed. Alarms are not
Dw83l786ng33 Fan rotation speeds are reported in RPM (rotations per minute). Fan readings
Dadm102649 Fan rotation speeds are reported in RPM (rotations per minute) but measured
76 divisor. It can take as long as 1.5 seconds to measure all fan speeds.
Dnct668326 Fan rotation speeds are reported in RPM (rotations per minute).
Dpc8742734 Fan rotation speeds are reported as 14-bit values from a gated clock
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4vf/
Dt4vf_common.h154 fw_port_cap32_t speeds, high_speeds; in is_x_10g_port() local
156 speeds = FW_PORT_CAP32_SPEED_V(FW_PORT_CAP32_SPEED_G(lc->pcaps)); in is_x_10g_port()
158 speeds & ~(FW_PORT_CAP32_SPEED_100M | FW_PORT_CAP32_SPEED_1G); in is_x_10g_port()
/Linux-v4.19/net/mpls/
DKconfig11 hardware speeds (before hardware was capable of routing ipv4 packets),
/Linux-v4.19/drivers/phy/hisilicon/
DKconfig31 USB 1.5Mb/s, USB 12Mb/s, USB 480Mb/s speeds. It supports one
/Linux-v4.19/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
Dsunxi-mmc.txt6 Supported maximum speeds are the ones of the eMMC standard 4.5 as well
Damlogic,meson-mx-sdio.txt6 Supported maximum speeds are the ones of the eMMC standard 4.41 as well
Drockchip-dw-mshc.txt34 probing, low speeds or in case where all phases work at tuning time.
/Linux-v4.19/Documentation/devicetree/bindings/hwmon/
Dgpio-fan.txt9 - gpio-fan,speed-map: A mapping of possible fan RPM speeds and the
/Linux-v4.19/Documentation/devicetree/bindings/i2c/
Di2c-exynos5.txt4 at various speeds ranging from 100khz to 3.4Mhz.
/Linux-v4.19/drivers/net/usb/
Dcdc_ether.c391 static void dumpspeed(struct usbnet *dev, __le32 *speeds) in dumpspeed() argument
395 __le32_to_cpu(speeds[0]) / 1000, in dumpspeed()
396 __le32_to_cpu(speeds[1]) / 1000); in dumpspeed()
/Linux-v4.19/drivers/cpufreq/
Dlonghaul.c410 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()
/Linux-v4.19/drivers/input/tablet/
Daiptek.c1688 int speeds[] = { 0, in aiptek_probe() local
1704 speeds[0] = programmableDelay; in aiptek_probe()
1851 for (i = 0; i < ARRAY_SIZE(speeds); ++i) { in aiptek_probe()
1852 aiptek->curSetting.programmableDelay = speeds[i]; in aiptek_probe()
1864 if (i == ARRAY_SIZE(speeds)) { in aiptek_probe()
/Linux-v4.19/Documentation/driver-api/
Dhsi.rst13 (typically 8) and is capable of reaching speeds up to 200 Mbit/s.

12345