Home
last modified time | relevance | path

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

1234567

/OK3568_Linux_fs/kernel/drivers/ide/
H A Dumc8672.c86 static void umc_set_speeds(u8 speeds[]) in umc_set_speeds() argument
92 out_umc(0xd7, (speedtab[0][speeds[2]] | (speedtab[0][speeds[3]]<<4))); in umc_set_speeds()
93 out_umc(0xd6, (speedtab[0][speeds[0]] | (speedtab[0][speeds[1]]<<4))); in umc_set_speeds()
96 tmp = (tmp << 2) | speedtab[1][speeds[i]]; in umc_set_speeds()
99 out_umc(0xd0 + i, speedtab[2][speeds[i]]); in umc_set_speeds()
100 out_umc(0xd8 + i, speedtab[2][speeds[i]]); in umc_set_speeds()
105 speeds[0], speeds[1], speeds[2], speeds[3]); in umc_set_speeds()
H A DKconfig359 speeds and to configure the chip to optimum performance.
383 change PIO, DMA and UDMA speeds and to configure the chip to
392 This allows the kernel to change PIO, DMA and UDMA speeds
506 This allows the kernel to change PIO, DMA and UDMA speeds and to
632 This allows the kernel to change PIO, DMA and UDMA speeds and to
796 I/O speeds to be set as well.
807 of the DTC-2278 card, and permits faster I/O speeds to be set as
818 of the Holtek card, and permits faster I/O speeds to be set as well.
828 boot parameter. It permits faster I/O speeds to be set. See the
839 of the UMC-8672, and permits faster I/O speeds to be set as well.
/OK3568_Linux_fs/kernel/drivers/net/phy/
H A Dphy_led_triggers.c87 unsigned int speeds[50]; in phy_led_triggers_register() local
89 phy->phy_num_led_triggers = phy_supported_speeds(phy, speeds, in phy_led_triggers_register()
90 ARRAY_SIZE(speeds)); in phy_led_triggers_register()
122 speeds[i]); in phy_led_triggers_register()
H A Dphy-core.c230 size_t phy_speeds(unsigned int *speeds, size_t size, in phy_speeds() argument
239 (count == 0 || speeds[count - 1] != settings[i].speed)) in phy_speeds()
240 speeds[count++] = settings[i].speed; in phy_speeds()
/OK3568_Linux_fs/u-boot/board/ti/ks2_evm/
H A Dboard_k2l.c73 speed = get_max_dev_speed(speeds); in get_pll_init_data()
77 speed = get_max_arm_speed(speeds); in get_pll_init_data()
H A Dboard_k2hk.c85 speed = get_max_dev_speed(speeds); in get_pll_init_data()
89 speed = get_max_arm_speed(speeds); in get_pll_init_data()
H A Dboard_k2e.c53 int speeds[DEVSPEED_NUMSPDS] = { variable
82 speed = get_max_dev_speed(speeds); in get_pll_init_data()
/OK3568_Linux_fs/kernel/tools/testing/selftests/net/forwarding/
H A Dethtool.sh266 local -a speeds=($(different_speeds_get $h1 $h2 1 1))
267 local speed1=${speeds[0]}
268 local speed2=${speeds[1]}
/OK3568_Linux_fs/u-boot/common/
H A Drbsb.c80 } speeds[] = { variable
121 for (n=0; speeds[n].baudr; ++n) in getspeed()
122 if (speeds[n].speedcode == code) in getspeed()
123 return speeds[n].baudr; in getspeed()
/OK3568_Linux_fs/kernel/Documentation/hwmon/
H A Dmax31790.rst22 The MAX31790 controls the speeds of up to six fans using six independent
23 PWM outputs. The desired fan speeds (or PWM duty cycles) are written
H A Dadm1026.rst57 Fan rotation speeds are reported in RPM (rotations per minute) but measured
84 divisor. It can take as long as 1.5 seconds to measure all fan speeds.
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dt4vf_common.h155 fw_port_cap32_t speeds, high_speeds; in is_x_10g_port() local
157 speeds = FW_PORT_CAP32_SPEED_V(FW_PORT_CAP32_SPEED_G(lc->pcaps)); in is_x_10g_port()
159 speeds & ~(FW_PORT_CAP32_SPEED_100M | FW_PORT_CAP32_SPEED_1G); in is_x_10g_port()
/OK3568_Linux_fs/buildroot/package/mbpfan/
H A DConfig.in7 speeds with the applesmc module.
/OK3568_Linux_fs/buildroot/package/snappy/
H A DConfig.in7 compression library; instead, it aims for very high speeds
/OK3568_Linux_fs/buildroot/package/fan-ctrl/
H A DConfig.in8 of available speeds based on a set of temperature
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/xxhash/
H A Dxxhash_0.8.1.bb3 working at speeds close to RAM limits."
/OK3568_Linux_fs/buildroot/package/libvncserver/
H A DConfig.in21 TightPNG encoding speeds up HTML5 based VNC clients like
/OK3568_Linux_fs/external/security/bin/
H A DRelease_List_EN.md11 …me it is written,it can increase secure storage stability, but read and write speeds may slow down.
/OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/usbinit/
H A Dusbinit.bb4 same wire, at higher speeds than most Wifi connections."
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/ccache/
H A Dccache_4.6.bb2 DESCRIPTION = "ccache is a compiler cache. It speeds up recompilation \
/OK3568_Linux_fs/u-boot/arch/arm/mach-keystone/include/mach/
H A Dclock.h122 extern int speeds[];
/OK3568_Linux_fs/kernel/net/mpls/
H A DKconfig12 hardware speeds (before hardware was capable of routing ipv4 packets),
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mmc/
H A Dusdhi6rol0.txt17 entry when the board requires distinct settings for UHS speeds.
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/hwmon/
H A Dgpio-fan.txt9 - gpio-fan,speed-map: A mapping of possible fan RPM speeds and the
/OK3568_Linux_fs/kernel/drivers/phy/hisilicon/
H A DKconfig42 USB 1.5Mb/s, USB 12Mb/s, USB 480Mb/s speeds. It supports one

1234567