Home
last modified time | relevance | path

Searched refs:speed (Results 726 – 750 of 3125) sorted by relevance

1...<<21222324252627282930>>...125

/openbmc/u-boot/lib/lzma/
H A Dhistory.txt72 - ANSI-C LZMA Decoder was rewritten for speed optimizations.
124 - Compressing speed and memory requirements for compressing were increased
206 - Small speed optimization in LZMA C++ code
232 and decompressing speed and shows rating values.
/openbmc/linux/arch/riscv/kernel/
H A Dcpufeature.c584 long speed = RISCV_HWPROBE_MISALIGNED_SLOW; in check_unaligned_access() local
652 speed = RISCV_HWPROBE_MISALIGNED_FAST; in check_unaligned_access()
659 (speed == RISCV_HWPROBE_MISALIGNED_FAST) ? "fast" : "slow"); in check_unaligned_access()
661 per_cpu(misaligned_access_speed, cpu) = speed; in check_unaligned_access()
/openbmc/linux/drivers/net/ethernet/intel/igbvf/
H A Dethtool.c68 cmd->base.speed = SPEED_1000; in igbvf_get_link_ksettings()
70 cmd->base.speed = SPEED_100; in igbvf_get_link_ksettings()
72 cmd->base.speed = SPEED_10; in igbvf_get_link_ksettings()
79 cmd->base.speed = SPEED_UNKNOWN; in igbvf_get_link_ksettings()
/openbmc/linux/drivers/net/ethernet/marvell/octeon_ep/
H A Doctep_ctrl_net.c256 link_info->speed = resp->link_info.speed; in octep_ctrl_net_get_link_info()
274 req->link_info.info.speed = link_info->speed; in octep_ctrl_net_set_link_info()
/openbmc/linux/Documentation/driver-api/usb/
H A Dusb3-debug-port.rst19 3) have a USB 3.0 super-speed A-to-A debugging cable.
30 super-speed port). The debug device is fully compliant with
63 should be a USB 3.0 super-speed A-to-A debugging cable.
126 speed A-to-A debugging cable. You can see /dev/ttyDBC0 created
/openbmc/linux/drivers/s390/net/
H A Dqeth_ethtool.c345 switch (cmd->base.speed) { in qeth_set_ethtool_link_modes()
391 switch (cmd->base.speed) { in qeth_set_ethtool_link_modes()
433 cmd->base.speed = card->info.link_info.speed; in qeth_get_link_ksettings()
/openbmc/linux/drivers/ata/
H A Dpata_atp867x.c111 u8 speed = adev->dma_mode; in atp867x_set_dmamode() local
113 u8 mode = speed - XFER_UDMA_0 + 1; in atp867x_set_dmamode()
207 u8 speed = adev->pio_mode; in atp867x_set_piomode() local
215 ata_timing_compute(adev, speed, &t, T, UT); in atp867x_set_piomode()
/openbmc/linux/Documentation/devicetree/bindings/phy/
H A Dqcom,usb-snps-femto-v2.yaml75 detect valid high-speed data.
83 This adjusts the high-speed DC level voltage.
115 This adjusts the rise/fall times of the high-speed waveform.
143 This adjusts the low- and full-speed single-ended source
H A Dnvidia,tegra186-xusb-padctl.yaml21 Some of the lanes are high-speed lanes, which can be used for PCIe, SATA or
22 super-speed USB. Other lanes are for various types of low-speed, full-speed
23 or high-speed USB (such as UTMI, ULPI and HSIC). The XUSB pad controller
362 number to map this super-speed USB port to. The range of
383 number to map this super-speed USB port to. The range of
404 number to map this super-speed USB port to. The range of
/openbmc/linux/drivers/net/phy/
H A Dat803x.c1180 int sfc, speed; in at803x_read_specific_status() local
1190 speed = FIELD_GET(AT803X_SS_SPEED_MASK, ss); in at803x_read_specific_status()
1192 switch (speed) { in at803x_read_specific_status()
1194 phydev->speed = SPEED_10; in at803x_read_specific_status()
1197 phydev->speed = SPEED_100; in at803x_read_specific_status()
1200 phydev->speed = SPEED_1000; in at803x_read_specific_status()
1203 phydev->speed = SPEED_2500; in at803x_read_specific_status()
1249 phydev->speed = SPEED_UNKNOWN; in at803x_read_status()
1642 if (phydev->speed == SPEED_100) in qca83xx_link_change_notify()
1827 if (phydev->speed == SPEED_2500) in qca808x_read_status()
[all …]
/openbmc/linux/drivers/net/ethernet/marvell/
H A Dmv643xx_eth.c1514 cmd->base.speed = SPEED_10; in mv643xx_eth_get_link_ksettings_phyless()
1523 cmd->base.speed = -1; in mv643xx_eth_get_link_ksettings_phyless()
2198 int speed; in handle_link_event() local
2223 speed = 10; in handle_link_event()
2226 speed = 100; in handle_link_event()
2229 speed = 1000; in handle_link_event()
2232 speed = -1; in handle_link_event()
3031 if (speed == 0) { in phy_init()
3033 phy->speed = 0; in phy_init()
3041 phy->speed = speed; in phy_init()
[all …]
/openbmc/linux/arch/arm/boot/dts/ti/keystone/
H A Dkeystone-k2g.dtsi144 current-speed = <115200>;
156 current-speed = <115200>;
168 current-speed = <115200>;
520 maximum-speed = "high-speed";
543 maximum-speed = "high-speed";
/openbmc/u-boot/drivers/net/phy/
H A Dmicrel_ksz90x1.c57 phydev->speed = SPEED_1000; in ksz90xx_startup()
59 phydev->speed = SPEED_100; in ksz90xx_startup()
61 phydev->speed = SPEED_10; in ksz90xx_startup()
/openbmc/u-boot/drivers/mmc/
H A Dmmc_spi.c276 struct mmc *mmc_spi_init(uint bus, uint cs, uint speed, uint mode) in mmc_spi_init() argument
281 spi = spi_setup_slave(bus, cs, speed, mode); in mmc_spi_init()
285 mmc_spi_cfg.f_max = speed; in mmc_spi_init()
/openbmc/linux/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_common.h313 int speed; member
346 void (*set_speed)(void __iomem *ioaddr, unsigned char speed);
475 int speed; member
/openbmc/linux/Documentation/arch/arm/
H A Dsetup.rst98 The speed of the external oscillator to the 21285 (footbridge),
99 which control's the speed of the memory bus, timer & serial port.
100 Depending upon the speed of the cpu its value can be between
/openbmc/u-boot/drivers/usb/eth/
H A Dr8152.c661 if (tp->udev->speed == USB_SPEED_FULL || in r8152b_exit_oob()
662 tp->udev->speed == USB_SPEED_LOW) { in r8152b_exit_oob()
890 if (speed == SPEED_10) { in rtl8152_set_speed()
893 } else if (speed == SPEED_100) { in rtl8152_set_speed()
896 } else if (speed == SPEED_1000 && tp->supports_gmii) { in rtl8152_set_speed()
906 if (speed == SPEED_10) { in rtl8152_set_speed()
911 } else if (speed == SPEED_100) { in rtl8152_set_speed()
919 } else if (speed == SPEED_1000 && tp->supports_gmii) { in rtl8152_set_speed()
1191 u8 speed; in r8152_init_common() local
1198 speed = rtl8152_get_speed(tp); in r8152_init_common()
[all …]
/openbmc/linux/include/linux/
H A Ddtlk.h73 unsigned char speed; /* nS; 0-9 */ member
/openbmc/u-boot/arch/arm/include/asm/arch-lpc32xx/
H A Di2c.h34 uint speed; member
/openbmc/u-boot/arch/powerpc/cpu/mpc86xx/
H A DMakefile24 obj-y += speed.o
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/
H A DCFMLimit.interface.yaml3 with a CFM algorithm to calculate the maximum allowed fan speed for a
/openbmc/u-boot/drivers/phy/marvell/
H A Dcomphy_cp110.c1150 void __iomem *comphy_base, u32 speed) in comphy_sfi_power_up() argument
1205 data = (speed == PHY_SPEED_5_15625G) ? in comphy_sfi_power_up()
1233 if (speed == PHY_SPEED_5_15625G) { in comphy_sfi_power_up()
1259 if (speed == PHY_SPEED_5_15625G) { in comphy_sfi_power_up()
1294 if (speed == PHY_SPEED_5_15625G) { in comphy_sfi_power_up()
1327 if (speed == PHY_SPEED_5_15625G) { in comphy_sfi_power_up()
1948 comphy_map_pipe_data[lane].speed = serdes_map[lane].speed; in comphy_mux_cp110_init()
1950 comphy_map_phy_data[lane].speed = serdes_map[lane].speed; in comphy_mux_cp110_init()
2039 ptr_comphy_map->speed = PHY_SPEED_1_25G; in comphy_cp110_init()
2042 lane, ptr_comphy_map->speed, hpipe_base_addr, in comphy_cp110_init()
[all …]
/openbmc/linux/Documentation/devicetree/bindings/input/
H A Dazoteq,iqs7222.yaml212 azoteq,top-speed:
218 Specifies the speed (in coordinates traveled per conversion) after
221 azoteq,bottom-speed:
670 azoteq,top-speed:
678 azoteq,bottom-speed:
692 while the speed of movement is below that which is specified
693 by azoteq,bottom-speed.
699 azoteq,bottom-beta regardless of the speed of movement.
895 azoteq,top-speed:
1125 azoteq,top-speed = <200>;
[all …]
/openbmc/linux/drivers/net/ethernet/allwinner/
H A Dsun4i-emac.c86 unsigned int speed; member
110 if (db->speed == SPEED_100) in emac_update_speed()
136 if (db->speed != phydev->speed) { in emac_handle_link_change()
138 db->speed = phydev->speed; in emac_handle_link_change()
155 db->speed = 0; in emac_handle_link_change()
187 db->speed = 0; in emac_mdio_probe()
/openbmc/linux/drivers/net/ethernet/freescale/
H A Dfec_mpc52xx.c59 int speed; member
195 if (phydev->speed != priv->speed) { in mpc52xx_fec_adjust_link()
197 priv->speed = phydev->speed; in mpc52xx_fec_adjust_link()
208 priv->speed = 0; in mpc52xx_fec_adjust_link()
925 priv->speed = 100; in mpc52xx_fec_probe()
932 priv->speed = prop[0]; in mpc52xx_fec_probe()

1...<<21222324252627282930>>...125