Home
last modified time | relevance | path

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

/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
503 This allows the kernel to change PIO, DMA and UDMA speeds and to
638 This allows the kernel to change PIO, DMA and UDMA speeds and to
818 I/O speeds to be set as well.
829 of the DTC-2278 card, and permits faster I/O speeds to be set as
840 of the Holtek card, and permits faster I/O speeds to be set as well.
850 boot parameter. It permits faster I/O speeds to be set. See the
861 of the UMC-8672, and permits faster I/O speeds to be set as well.
/drivers/net/phy/
Dphy_led_triggers.c95 unsigned int speeds[50]; in phy_led_triggers_register() local
97 phy->phy_num_led_triggers = phy_supported_speeds(phy, speeds, in phy_led_triggers_register()
98 ARRAY_SIZE(speeds)); in phy_led_triggers_register()
113 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()
Dphy.c192 unsigned int *speeds, in phy_supported_speeds() argument
197 return phy_speeds(speeds, size, &supported, BITS_PER_LONG); in phy_supported_speeds()
/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()
/drivers/staging/irda/drivers/
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.
/drivers/net/usb/
Dcdc_ether.c398 static void dumpspeed(struct usbnet *dev, __le32 *speeds) in dumpspeed() argument
402 __le32_to_cpu(speeds[0]) / 1000, in dumpspeed()
403 __le32_to_cpu(speeds[1]) / 1000); in dumpspeed()
DKconfig133 better performance with small packets and at high speeds).
547 These cards support downlink speeds of 7.2Mbps or greater.
/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()
/drivers/input/tablet/
Daiptek.c1695 int speeds[] = { 0, in aiptek_probe() local
1711 speeds[0] = programmableDelay; in aiptek_probe()
1858 for (i = 0; i < ARRAY_SIZE(speeds); ++i) { in aiptek_probe()
1859 aiptek->curSetting.programmableDelay = speeds[i]; in aiptek_probe()
1871 if (i == ARRAY_SIZE(speeds)) { in aiptek_probe()
/drivers/phy/samsung/
DKconfig94 SATA 3.0 Gb/s, SATA 6.0 Gb/s speeds. It supports one SATA host
/drivers/pinctrl/stm32/
Dpinctrl-stm32.c890 static const char * const speeds[] = { in stm32_pconf_dbg_show() local
923 speeds[speed], "speed"); in stm32_pconf_dbg_show()
933 speeds[speed], "speed"); in stm32_pconf_dbg_show()
/drivers/usb/
DKconfig53 subsystem which offers higher speeds and more features than the
/drivers/scsi/bfa/
Dbfa_fcs_rport.c2219 struct fc_rpsc_speed_info_s speeds; in bfa_fcs_rport_process_rpsc() local
2226 speeds.port_speed_cap = in bfa_fcs_rport_process_rpsc()
2235 speeds.port_op_speed = fc_bfa_speed_to_rpsc_operspeed(pport_attr.speed); in bfa_fcs_rport_process_rpsc()
2243 rx_fchs->ox_id, &speeds); in bfa_fcs_rport_process_rpsc()
/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()
/drivers/net/wan/
DKconfig257 Synchronous communication is supported on all ports at speeds up to
/drivers/usb/gadget/legacy/
DKconfig190 All endpoints, transfer speeds, and transfer types supported by
/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_main.c4191 unsigned int speeds, high_speeds; in is_x_10g_port() local
4193 speeds = FW_PORT_CAP32_SPEED_V(FW_PORT_CAP32_SPEED_G(lc->pcaps)); in is_x_10g_port()
4194 high_speeds = speeds & in is_x_10g_port()
/drivers/tty/serial/8250/
DKconfig307 would like to use its >115kbps speeds.
/drivers/spi/
DKconfig291 Note that this driver often won't achieve even 1 Mbit/sec speeds,
/drivers/scsi/qla2xxx/
Dqla_gs.c2697 be16_to_cpu(ct_rsp->rsp.gpsc.speeds), in qla2x00_gpsc()
3066 be16_to_cpu(ct_rsp->rsp.gpsc.speeds), in qla24xx_async_gpsc_sp_done()
Dqla_def.h2870 uint16_t speeds; member