Searched refs:speeds (Results 1 - 14 of 14) sorted by relevance

/drivers/ide/
H A Dumc8672.c56 * Default speeds. These can be changed with "auto-tune" and/or hdparm.
58 #define UMC_DRIVE0 1 /* DOS measured drive speeds */
85 static void umc_set_speeds(u8 speeds[]) argument
91 out_umc(0xd7, (speedtab[0][speeds[2]] | (speedtab[0][speeds[3]]<<4)));
92 out_umc(0xd6, (speedtab[0][speeds[0]] | (speedtab[0][speeds[1]]<<4)));
95 tmp = (tmp << 2) | speedtab[1][speeds[i]];
98 out_umc(0xd0 + i, speedtab[2][speeds[i]]);
99 out_umc(0xd8 + i, speedtab[2][speeds[
[all...]
H A 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 t
[all...]
/drivers/net/usb/
H A Dcdc_ether.c383 static void dumpspeed(struct usbnet *dev, __le32 *speeds) argument
386 "link speeds: %u kbps up, %u kbps down\n",
387 __le32_to_cpu(speeds[0]) / 1000,
388 __le32_to_cpu(speeds[1]) / 1000);
H A DKconfig106 better performance with small packets and at high speeds).
429 These cards support downlink speeds of 7.2Mbps or greater.
/drivers/input/tablet/
H A Daiptek.c1688 int speeds[] = { 0, local
1699 * delay is kept. We make it the first element of speeds[],
1704 speeds[0] = programmableDelay;
1843 for (i = 0; i < ARRAY_SIZE(speeds); ++i) {
1844 aiptek->curSetting.programmableDelay = speeds[i];
1856 if (i == ARRAY_SIZE(speeds)) {
1858 "Aiptek tried all speeds, no sane response\n");
/drivers/usb/
H A DKconfig94 subsystem which offers higher speeds and more features than the
/drivers/cpufreq/
H A Dlonghaul.c411 int speeds[] = { 666, 1000, 1333, 2000 }; local
415 f_max = ((speeds[i] * mult) + 50) / 100;
419 return speeds[i] / 10;
/drivers/spi/
H A DKconfig158 Note that this driver often won't achieve even 1 Mbit/sec speeds,
/drivers/scsi/bfa/
H A Dbfa_fcs_rport.c1871 struct fc_rpsc_speed_info_s speeds; local
1878 speeds.port_speed_cap =
1887 speeds.port_op_speed = fc_bfa_speed_to_rpsc_operspeed(pport_attr.speed);
1895 rx_fchs->ox_id, &speeds);
/drivers/net/wan/
H A DKconfig288 Synchronous communication is supported on all ports at speeds up to
/drivers/net/ethernet/natsemi/
H A Dns83820.c616 static const char *speeds[] = { "10", "100", "1000", "1000(?)", "1000F" }; local
709 speeds[speed],
/drivers/usb/gadget/
H A DKconfig714 All endpoints, transfer speeds, and transfer types supported by
/drivers/scsi/qla2xxx/
H A Dqla_def.h2094 uint16_t speeds; member in struct:ct_sns_rsp::__anon4917::__anon4925
H A Dqla_gs.c1935 "%02x%02x%02x%02x%02x%02x%02x%02x speeds=%04x "
1945 be16_to_cpu(ct_rsp->rsp.gpsc.speeds),

Completed in 292 milliseconds