Home
last modified time | relevance | path

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

/linux-4.4.14/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()
DKconfig355 speeds and to configure the chip to optimum performance.
379 change PIO, DMA and UDMA speeds and to configure the chip to
388 This allows the kernel to change PIO, DMA and UDMA speeds
502 This allows the kernel to change PIO, DMA and UDMA speeds and to
637 This allows the kernel to change PIO, DMA and UDMA speeds and to
817 I/O speeds to be set as well.
828 of the DTC-2278 card, and permits faster I/O speeds to be set as
839 of the Holtek card, and permits faster I/O speeds to be set as well.
849 boot parameter. It permits faster I/O speeds to be set. See the
860 of the UMC-8672, and permits faster I/O speeds to be set as well.
/linux-4.4.14/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
Demc6w20132 temperatures and fan speeds. Limits can be changed. Alarms are not
Demc210319 Fan rotation speeds are reported in RPM (rotations per minute). An alarm is
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
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
Dnct677567 Fan rotation speeds are reported in RPM (rotations per minute). An alarm is
177 higher fan speeds with increasing temperature. The last data point reflects
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
Dlm8738 Fan 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
Dlm6351 value for measuring the speed of the fan. It can measure fan speeds down to
Dvia686a46 Fan rotation speeds are reported in RPM (rotations per minute). An alarm is
Dsis559573 Fan rotation speeds are reported in RPM (rotations per minute). An alarm is
Dlm85125 fan speeds. They use this monitoring capability to alert the system to out
126 of limit conditions and can automatically control the speeds of multiple
Ddme173746 1 internal) and up to 6 fan speeds fan[1-6]. Additionally, the chips implement
47 up to 5 PWM outputs pwm[1-3,5-6] for controlling fan speeds both manually and
Dadm924041 temperature, two fan speeds and chassis intrusion. Measured values can
Dw83791d73 Fan rotation speeds are reported in RPM (rotations per minute). An alarm is
Dw83792d58 Fan rotation speeds are reported in RPM (rotations per minute). An alarm is
Df71805f99 Fan rotation speeds are reported as 12-bit values from a gated clock
Dw83627ehf71 Fan rotation speeds are reported in RPM (rotations per minute). An alarm is
Dw83781d92 Fan rotation speeds are reported in RPM (rotations per minute). An alarm is
389 different speeds (transitional states left apart), not a whole range as
Dit87172 Fan rotation speeds are reported in RPM (rotations per minute). An alarm is
/linux-4.4.14/drivers/net/irda/
DKconfig222 dongle supports SIR speeds only (9600 through 115200 bps).
236 dongle supports SIR speeds only (9600 through 57600 bps).
253 support SIR and FIR (4Mbps) speeds. On the other hand, those
270 speeds.
281 MIR and FIR (4Mbps) speeds.
293 FIR (4Mbps) speeds.
333 SIR, MIR and FIR (4Mbps) speeds.
345 FIR (4Mbps) speeds.
363 and FIR (4Mbps) speeds.
392 speeds.
/linux-4.4.14/net/mpls/
DKconfig11 hardware speeds (before hardware was capable of routing ipv4 packets),
/linux-4.4.14/Documentation/devicetree/bindings/mmc/
Dsunxi-mmc.txt6 Supported maximum speeds are the ones of the eMMC standard 4.5 as well
Drockchip-dw-mshc.txt27 probing, low speeds or in case where all phases work at tuning time.
/linux-4.4.14/Documentation/devicetree/bindings/gpio/
Dgpio-fan.txt9 - gpio-fan,speed-map: A mapping of possible fan RPM speeds and the
/linux-4.4.14/drivers/net/usb/
Dcdc_ether.c365 static void dumpspeed(struct usbnet *dev, __le32 *speeds) in dumpspeed() argument
369 __le32_to_cpu(speeds[0]) / 1000, in dumpspeed()
370 __le32_to_cpu(speeds[1]) / 1000); in dumpspeed()
DKconfig128 better performance with small packets and at high speeds).
532 These cards support downlink speeds of 7.2Mbps or greater.
/linux-4.4.14/Documentation/devicetree/bindings/i2c/
Di2c-exynos5.txt4 at various speeds ranging from 100khz to 3.4Mhz.
/linux-4.4.14/drivers/cpufreq/
Dlonghaul.c413 int speeds[] = { 666, 1000, 1333, 2000 }; in guess_fsb() local
417 f_max = ((speeds[i] * mult) + 50) / 100; in guess_fsb()
421 return speeds[i] / 10; in guess_fsb()
/linux-4.4.14/Documentation/
Dhsi.txt12 (typically 8) and is capable of reaching speeds up to 200 Mbit/s.
Dsmsc_ece1099.txt56 supports BC-Link speeds up to 24MHz.
/linux-4.4.14/drivers/input/tablet/
Daiptek.c1692 int speeds[] = { 0, in aiptek_probe() local
1708 speeds[0] = programmableDelay; in aiptek_probe()
1856 for (i = 0; i < ARRAY_SIZE(speeds); ++i) { in aiptek_probe()
1857 aiptek->curSetting.programmableDelay = speeds[i]; in aiptek_probe()
1869 if (i == ARRAY_SIZE(speeds)) { in aiptek_probe()
/linux-4.4.14/Documentation/frv/
Dclock.txt23 writable, allowing the CPU core speed (and other clock speeds) to be
/linux-4.4.14/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.)
Dtlan.txt94 speeds with kernel-parameters.
Dcxgb.txt162 At 10Gb speeds, use the following formula:
De1000.txt224 Default Value: 0 (auto-negotiate at all supported speeds)
Dpacket_mmap.txt39 at high speeds (this is relative to the cpu speed), you should check if the
Dip-sysctl.txt610 to let TCP probe for bigger speeds, assuming cwnd can be
Darcnet-hardware.txt23 First of all, you can get ARCnet cards in at least two speeds: 2.5 Mbps
Dbonding.txt2408 Unlike 802.3ad, interfaces may be of differing speeds, and no
/linux-4.4.14/Documentation/fb/
Dtridentfb.txt22 2. The ramdac speeds require some more fine tuning. It is possible to
Dmatroxfb.txt173 mtrr - enables write combining on frame buffer. It speeds up video accesses
/linux-4.4.14/Documentation/power/
Dopp.txt294 speeds = kzalloc(sizeof(u32) * num_available, GFP_KERNEL);
298 speeds[i] = freq;
304 soc_notify_coproc(AVAILABLE_FREQs, speeds, num_available);
/linux-4.4.14/Documentation/devicetree/bindings/arm/tegra/
Dnvidia,tegra20-emc.txt46 operating speeds of the memory controller. They are always located as
/linux-4.4.14/Documentation/block/
Dwriteback_cache_control.txt11 behavior obviously speeds up various workloads, but it means the operating
/linux-4.4.14/Documentation/w1/masters/
Dds249038 communication speeds, but only the normal is supported.
/linux-4.4.14/Documentation/devicetree/bindings/thermal/
Dthermal.txt50 fan speeds. In both cases, cooling devices shall have a way to determine
55 the different fan speeds possible. Cooling states are referred to by
239 * A simple fan controller which supports 10 speeds of operation
/linux-4.4.14/drivers/usb/
DKconfig47 subsystem which offers higher speeds and more features than the
/linux-4.4.14/Documentation/scsi/
D53c700.txt52 of an extra clock chip). The best operation clock speeds are:
Din2000.txt142 252, because higher speeds may be a problem with poor quality
Daic7xxx.txt308 U160 speeds and off for all other controller types.
Dncr53c8xx.txt692 ultra:n All ultra speeds enabled
695 ultra:0 Ultra speeds disabled
1365 Periods are in nano-seconds and speeds are in Mega-transfers per second.
Dtmscsim.txt178 (The driver allows slightly higher speeds if the devices (Ultra SCSI) accept
/linux-4.4.14/Documentation/usb/
Dehci.txt5 compatible with the USB 1.1 standard. It defines three transfer speeds:
12 can be used on USB 1.1 systems, but they slow down to USB 1.1 speeds.
/linux-4.4.14/Documentation/arm/
DIXP4xx16 supports faster speeds, new memory and flash configurations, and more
/linux-4.4.14/fs/cramfs/
DREADME34 exist, speeds up user-space directory sorts, etc.
/linux-4.4.14/drivers/scsi/bfa/
Dbfa_fcs_rport.c2218 struct fc_rpsc_speed_info_s speeds; in bfa_fcs_rport_process_rpsc() local
2225 speeds.port_speed_cap = in bfa_fcs_rport_process_rpsc()
2234 speeds.port_op_speed = fc_bfa_speed_to_rpsc_operspeed(pport_attr.speed); in bfa_fcs_rport_process_rpsc()
2242 rx_fchs->ox_id, &speeds); in bfa_fcs_rport_process_rpsc()
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-bus-usb173 The file will be present for all speeds of USB devices, and will
/linux-4.4.14/Documentation/filesystems/
Daffs.txt21 cache speeds up directory accesses on floppies considerably,
Dramfs-rootfs-initramfs.txt19 memory. A similar mechanism (the dentry cache) greatly speeds up access to
Dntfs.txt219 This also speeds up ntfs_read_inode() immensely. And we haven't found any
/linux-4.4.14/drivers/phy/
DKconfig198 SATA 3.0 Gb/s, SATA 6.0 Gb/s speeds. It supports one SATA host
/linux-4.4.14/arch/cris/arch-v10/
DKconfig301 Different DRAM chips have different speeds. Current Axis products
/linux-4.4.14/Documentation/cpu-freq/
Dgovernors.txt168 effect on behavior at lower speeds/lower CPU loads.
/linux-4.4.14/drivers/net/ethernet/natsemi/
Dns83820.c615 static const char *speeds[] = { "10", "100", "1000", "1000(?)", "1000F" }; in phy_intr() local
708 speeds[speed], in phy_intr()
/linux-4.4.14/drivers/net/wan/
DKconfig257 Synchronous communication is supported on all ports at speeds up to
/linux-4.4.14/Documentation/vm/
Dcleancache.txt205 single-core systems with slow memory-copy speeds, cleancache
/linux-4.4.14/drivers/usb/gadget/legacy/
DKconfig182 All endpoints, transfer speeds, and transfer types supported by
/linux-4.4.14/Documentation/blockdev/
Dparide.txt321 in EPP mode, try to use "bidirectional" or "PS/2" mode and 1x speeds only.
/linux-4.4.14/drivers/spi/
DKconfig245 Note that this driver often won't achieve even 1 Mbit/sec speeds,
/linux-4.4.14/arch/arm/mm/
DKconfig279 is available at five speeds ranging from 100 MHz to 233 MHz.
/linux-4.4.14/drivers/scsi/qla2xxx/
Dqla_def.h2506 uint16_t speeds; member
Dqla_gs.c2614 be16_to_cpu(ct_rsp->rsp.gpsc.speeds), in qla2x00_gpsc()
/linux-4.4.14/Documentation/cdrom/
Dcdrom-standard.tex430 errors at these high speeds, reducing the speed can prevent data loss
/linux-4.4.14/Documentation/laptops/
Dthinkpad-acpi.txt1234 The sustainable range of fan speeds on the X40 appears to be from about
/linux-4.4.14/arch/x86/
DKconfig1099 temperature and allows controlling fan speeds of Dell laptops via