| /OK3568_Linux_fs/kernel/drivers/ide/ |
| H A D | umc8672.c | 86 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 D | Kconfig | 359 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 D | phy_led_triggers.c | 87 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 D | phy-core.c | 230 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 D | board_k2l.c | 73 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 D | board_k2hk.c | 85 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 D | board_k2e.c | 53 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 D | ethtool.sh | 266 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 D | rbsb.c | 80 } 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 D | max31790.rst | 22 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 D | adm1026.rst | 57 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 D | t4vf_common.h | 155 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 D | Config.in | 7 speeds with the applesmc module.
|
| /OK3568_Linux_fs/buildroot/package/snappy/ |
| H A D | Config.in | 7 compression library; instead, it aims for very high speeds
|
| /OK3568_Linux_fs/buildroot/package/fan-ctrl/ |
| H A D | Config.in | 8 of available speeds based on a set of temperature
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/xxhash/ |
| H A D | xxhash_0.8.1.bb | 3 working at speeds close to RAM limits."
|
| /OK3568_Linux_fs/buildroot/package/libvncserver/ |
| H A D | Config.in | 21 TightPNG encoding speeds up HTML5 based VNC clients like
|
| /OK3568_Linux_fs/external/security/bin/ |
| H A D | Release_List_EN.md | 11 …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 D | usbinit.bb | 4 same wire, at higher speeds than most Wifi connections."
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/ccache/ |
| H A D | ccache_4.6.bb | 2 DESCRIPTION = "ccache is a compiler cache. It speeds up recompilation \
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-keystone/include/mach/ |
| H A D | clock.h | 122 extern int speeds[];
|
| /OK3568_Linux_fs/kernel/net/mpls/ |
| H A D | Kconfig | 12 hardware speeds (before hardware was capable of routing ipv4 packets),
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mmc/ |
| H A D | usdhi6rol0.txt | 17 entry when the board requires distinct settings for UHS speeds.
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/hwmon/ |
| H A D | gpio-fan.txt | 9 - gpio-fan,speed-map: A mapping of possible fan RPM speeds and the
|
| /OK3568_Linux_fs/kernel/drivers/phy/hisilicon/ |
| H A D | Kconfig | 42 USB 1.5Mb/s, USB 12Mb/s, USB 480Mb/s speeds. It supports one
|