Home
last modified time | relevance | path

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

1234

/linux-3.4.99/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()
DKconfig356 speeds and to configure the chip to optimum performance.
380 change PIO, DMA and UDMA speeds and to configure the chip to
389 This allows the kernel to change PIO, DMA and UDMA speeds
501 This allows the kernel to change PIO, DMA and UDMA speeds and to
636 This allows the kernel to change PIO, DMA and UDMA speeds and to
837 I/O speeds to be set as well.
848 of the DTC-2278 card, and permits faster I/O speeds to be set as
859 of the Holtek card, and permits faster I/O speeds to be set as well.
869 boot parameter. It permits faster I/O speeds to be set. See the
880 of the UMC-8672, and permits faster I/O speeds to be set as well.
/linux-3.4.99/drivers/net/irda/
DKconfig229 dongle supports SIR speeds only (9600 through 115200 bps).
243 dongle supports SIR speeds only (9600 through 57600 bps).
260 support SIR and FIR (4Mbps) speeds. On the other hand, those
277 speeds.
288 MIR and FIR (4Mbps) speeds.
300 FIR (4Mbps) speeds.
340 SIR, MIR and FIR (4Mbps) speeds.
352 FIR (4Mbps) speeds.
370 and FIR (4Mbps) speeds.
399 speeds.
/linux-3.4.99/drivers/net/usb/
Dcdc_ether.c383 static void dumpspeed(struct usbnet *dev, __le32 *speeds) in dumpspeed() argument
387 __le32_to_cpu(speeds[0]) / 1000, in dumpspeed()
388 __le32_to_cpu(speeds[1]) / 1000); in dumpspeed()
/linux-3.4.99/Documentation/hwmon/
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.
Dpc8742734 Fan rotation speeds are reported as 14-bit values from a gated clock
Dasb10033 Fan speeds are reported in RPM (rotations per minute). An alarm is
Dsmsc47m144 Fan rotation speeds are reported in RPM (rotations per minute). An alarm is
Dlm8041 Fan rotation speeds are reported in RPM (rotations per minute). An alarm is
Dpc8736060 Fan rotation speeds are reported in RPM (revolutions per minute). An alarm
89 divider is selected. This is not only true for the measured speeds, but
Dvt121148 This chip also provides manual and automatic control of fan speeds (according
161 The VT1211 provides 2 programmable PWM outputs to control the speeds of 2
Dgl518sm42 Rotation speeds are reported in RPM (rotations per minute). An alarm is
Dlm7841 Fan rotation speeds are reported in RPM (rotations per minute). An alarm is
Dlm8738 Fan rotation speeds are reported in RPM (rotations per minute). An alarm is
Dlm6351 value for measuring the speed of the fan. It can measure fan speeds down to
/linux-3.4.99/drivers/cpufreq/
Dlonghaul.c411 int speeds[] = { 666, 1000, 1333, 2000 }; in guess_fsb() local
415 f_max = ((speeds[i] * mult) + 50) / 100; in guess_fsb()
419 return speeds[i] / 10; in guess_fsb()
/linux-3.4.99/drivers/input/tablet/
Daiptek.c1688 int speeds[] = { 0, in aiptek_probe() local
1704 speeds[0] = programmableDelay; in aiptek_probe()
1843 for (i = 0; i < ARRAY_SIZE(speeds); ++i) { in aiptek_probe()
1844 aiptek->curSetting.programmableDelay = speeds[i]; in aiptek_probe()
1856 if (i == ARRAY_SIZE(speeds)) { in aiptek_probe()
/linux-3.4.99/Documentation/frv/
Dclock.txt23 writable, allowing the CPU core speed (and other clock speeds) to be
/linux-3.4.99/Documentation/networking/
Deql.txt380 A single line running at the lower speeds and with large packets
382 speeds (as predicted by the Cirrus databook) to an aggregate of
389 speeds. Once established, the connection seemed robust enough.)
DDLINK.txt27 parallel port...:-) Receive speeds will be about 60-80% of this.
28 Depending on your machine, somewhat higher speeds can be achieved.
/linux-3.4.99/Documentation/fb/
Dtridentfb.txt22 2. The ramdac speeds require some more fine tuning. It is possible to
/linux-3.4.99/Documentation/devicetree/bindings/arm/tegra/
Demc.txt46 operating speeds of the memory controller. They are always located as

1234