Home
last modified time | relevance | path

Searched refs:speed (Results 2651 – 2675 of 3125) sorted by relevance

1...<<101102103104105106107108109110>>...125

/openbmc/linux/drivers/pci/
H A Dprobe.c695 const char *pci_speed_string(enum pci_bus_speed speed) in pci_speed_string() argument
727 if (speed < ARRAY_SIZE(speed_strings)) in pci_speed_string()
728 return speed_strings[speed]; in pci_speed_string()
/openbmc/linux/drivers/thunderbolt/
H A Dswitch.c900 u32 val, speed; in tb_port_get_link_speed() local
911 speed = (val & LANE_ADP_CS_1_CURRENT_SPEED_MASK) >> in tb_port_get_link_speed()
914 switch (speed) { in tb_port_get_link_speed()
/openbmc/linux/Documentation/networking/device_drivers/ethernet/intel/
H A Dice.rst661 In addressing speed and duplex configuration issues, you need to distinguish
670 support auto-negotiation or one that has been forced to a specific speed or
681 To see the speed configurations your device supports, run the following::
685 Caution: Only experienced network administrators should force speed and duplex
/openbmc/linux/drivers/infiniband/hw/ocrdma/
H A Docrdma_verbs.c120 u8 speed; in get_link_speed_and_width() local
122 status = ocrdma_mbx_get_link_speed(dev, &speed, NULL); in get_link_speed_and_width()
124 speed = OCRDMA_PHYS_LINK_SPEED_ZERO; in get_link_speed_and_width()
126 switch (speed) { in get_link_speed_and_width()
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_common.c3169 u16 speed; in ice_update_phy_type() local
3174 speed = ice_get_link_speed_based_on_phy_type(pt_low, 0); in ice_update_phy_type()
3176 if (link_speeds_bitmap & speed) in ice_update_phy_type()
3183 speed = ice_get_link_speed_based_on_phy_type(0, pt_high); in ice_update_phy_type()
3185 if (link_speeds_bitmap & speed) in ice_update_phy_type()
/openbmc/linux/drivers/tty/serial/
H A DKconfig326 that can be controlled through I2C or high-speed SPI.
669 tristate "LPC32XX high speed serial port support"
674 Support for the LPC32XX high speed serial ports (up to 900kbps).
680 bool "Enable LPC32XX high speed UART serial console"
684 If you would like to be able to use one of the high speed serial
/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ethtool.c1752 base->speed = ethtool_speed; in bnxt_get_link_ksettings()
1890 u32 speed; in bnxt_set_link_ksettings() local
1930 speed = base->speed; in bnxt_set_link_ksettings()
1931 rc = bnxt_force_link_speed(dev, speed); in bnxt_set_link_ksettings()
/openbmc/linux/arch/powerpc/boot/dts/
H A Dfsp2.dts580 current-speed = <115200>;
H A Dakebono.dts214 current-speed = <38400>;
/openbmc/u-boot/drivers/mtd/nand/raw/
H A DKconfig112 uses the prefetch mode to speed up read operations.
/openbmc/u-boot/drivers/net/
H A Dmvgbe.c1019 dmvgbe->speed = fdtdec_get_int(blob, fl_node, "speed", 0); in mvgbe_ofdata_to_platdata()
/openbmc/u-boot/drivers/usb/gadget/
H A Df_thor.c363 if (gadget_is_dualspeed(g) && g->speed == USB_SPEED_HIGH) in ep_desc()
/openbmc/linux/Documentation/networking/device_drivers/ethernet/freescale/
H A Ddpaa.rst87 dtsec datapath three speed Ethernet controller (10/100/1000 Mbps)
/openbmc/linux/Documentation/staging/
H A Dlzo.rst87 length encoding. This improves speed for data with many zeros, which is a
/openbmc/u-boot/drivers/net/phy/
H A Dncsi.c863 phydev->speed = SPEED_100; in ncsi_startup()
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-g-dv-timings.rst264 1.001 speed to be compatible with 60 Hz based standards such as
/openbmc/linux/Documentation/driver-api/thermal/
H A Dpower_allocator.rst70 to the speed-grade of the silicon. `sustainable_power` is therefore
/openbmc/linux/drivers/staging/qlge/
H A Dqlge_ethtool.c402 ecmd->base.speed = SPEED_10000; in qlge_get_link_ksettings()
/openbmc/linux/drivers/scsi/elx/libefc/
H A Defc_domain.c308 drec->fc_id, drec->speed); in __efc_domain_init()
/openbmc/openbmc/meta-ampere/meta-jade/conf/templates/default/
H A Dlocal.conf.sample23 # can preserve this directory to speed up this part of subsequent builds. This directory
/openbmc/openbmc/meta-ampere/meta-mitchell/conf/templates/default/
H A Dlocal.conf.sample23 # can preserve this directory to speed up this part of subsequent builds. This directory
/openbmc/linux/drivers/soc/qcom/
H A DKconfig283 speed to current demand.
/openbmc/linux/drivers/scsi/bfa/
H A Dbfa_fc.h968 __be16 speed; /* port Operating Speed */ member
/openbmc/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_main.c800 conf->speed = SPEED_UNKNOWN; in mchp_sparx5_probe()
/openbmc/linux/drivers/net/ethernet/xilinx/
H A Dxilinx_emaclite.c891 link_state = phy->speed | (phy->duplex << 1) | phy->link; in xemaclite_adjust_link()

1...<<101102103104105106107108109110>>...125