Home
last modified time | relevance | path

Searched refs:speed (Results 351 – 375 of 3125) sorted by relevance

1...<<11121314151617181920>>...125

/openbmc/linux/include/linux/
H A Dphylink.h187 int speed; member
256 phy_interface_t interface, int speed, int duplex,
473 int speed, int duplex, bool tx_pause, bool rx_pause);
528 phy_interface_t interface, int speed, int duplex);
636 phy_interface_t interface, int speed, int duplex);
/openbmc/linux/drivers/net/ethernet/intel/igc/
H A Digc_mac.c456 u16 speed, duplex; in igc_config_fc_after_link_up() local
621 ret_val = hw->mac.ops.get_speed_and_duplex(hw, &speed, &duplex); in igc_config_fc_after_link_up()
681 s32 igc_get_speed_and_duplex_copper(struct igc_hw *hw, u16 *speed, in igc_get_speed_and_duplex_copper() argument
694 *speed = SPEED_2500; in igc_get_speed_and_duplex_copper()
697 *speed = SPEED_1000; in igc_get_speed_and_duplex_copper()
701 *speed = SPEED_100; in igc_get_speed_and_duplex_copper()
704 *speed = SPEED_10; in igc_get_speed_and_duplex_copper()
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dmsm8996pro.dtsi13 * On MSM8996 Pro the cpufreq driver shifts speed bins into the high
14 * nibble of supported hw, so speed bin 0 becomes 0x10, speed bin 1
15 * becomes 0x20, speed 2 becomes 0x40.
317 * Unlike CPU opp tables, the GPU driver does not shift speed bins.
319 * 652.8 Mhz is available on speed bin 0 only.
320 * 624 Mhz and 560 Mhz are available on speed bins 0 and 1.
/openbmc/linux/Documentation/hwmon/
H A Dnct7802.rst23 speed sensors.
25 Smart Fan™ speed control is available via pwmX_auto_point attributes.
/openbmc/u-boot/arch/arm/mach-sti/
H A DKconfig24 - High speed connector (SD/I2C/USB interfaces)
25 - Low speed connector (UART/I2C/GPIO/SPI/PCM interfaces)
/openbmc/qemu/include/block/
H A Dblockjob.h59 int64_t speed; member
174 bool block_job_set_speed_locked(BlockJob *job, int64_t speed, Error **errp);
/openbmc/linux/drivers/staging/octeon/
H A Dethernet-mdio.c72 netdev_name(priv->netdev), li.s.speed, in cvm_oct_note_carrier()
89 link_info.s.speed = dev->phydev->speed; in cvm_oct_adjust_link()
/openbmc/qemu/tests/qemu-iotests/
H A D258.out16 {"data": {"device": "commit", "len": 67108864, "offset": 67108864, "speed": 0, "type": "commit"}, "…
17 {"data": {"device": "stream", "len": 67108864, "offset": 67108864, "speed": 0, "type": "stream"}, "…
29 {"data": {"device": "stream", "len": 67108864, "offset": 67108864, "speed": 0, "type": "stream"}, "…
33 {"data": {"device": "commit", "len": 67108864, "offset": 67108864, "speed": 0, "type": "commit"}, "…
/openbmc/linux/drivers/net/ethernet/arc/
H A Demac_rockchip.c36 static void emac_rockchip_set_mac_speed(void *priv, unsigned int speed) in emac_rockchip_set_mac_speed() argument
43 switch (speed) { in emac_rockchip_set_mac_speed()
51 pr_err("speed %u not supported\n", speed); in emac_rockchip_set_mac_speed()
57 pr_err("unable to apply speed %u to grf (%d)\n", speed, err); in emac_rockchip_set_mac_speed()
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/inc/
H A Dsmu_v11_0.h217 uint32_t speed);
220 uint32_t speed);
223 uint32_t *speed);
226 uint32_t *speed);
/openbmc/linux/drivers/net/ethernet/oki-semi/pch_gbe/
H A Dpch_gbe_param.c274 int speed, dplx; in pch_gbe_check_copper_options() local
285 speed = Speed; in pch_gbe_check_copper_options()
286 pch_gbe_validate_option(&speed, &opt, adapter); in pch_gbe_check_copper_options()
310 if (speed || dplx) { in pch_gbe_check_copper_options()
322 switch (speed + dplx) { in pch_gbe_check_copper_options()
325 if ((speed || dplx)) in pch_gbe_check_copper_options()
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dspeeding-up-build.rst11 to gain more speed. See the descriptions in the glossary for each
36 Additional factors that can affect build speed are:
58 as a temporary file system: While this can help speed up the build,
65 Inheriting this class has shown to speed up builds due to
77 that can help you speed up the build:
85 package generation can speed up the build. You can disable this
/openbmc/linux/drivers/ata/
H A Dpata_ftide010.c143 u8 speed = adev->dma_mode; in ftide010_set_dmamode() local
164 if (speed & XFER_UDMA_0) { in ftide010_set_dmamode()
165 i = speed & ~XFER_UDMA_0; in ftide010_set_dmamode()
167 speed, i); in ftide010_set_dmamode()
189 i = speed & ~XFER_MW_DMA_0; in ftide010_set_dmamode()
191 speed, i); in ftide010_set_dmamode()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-class-led-trigger-netdev83 Signal the link speed state of 10Mbps of the named network device.
88 speed of 10MBps of the named network device.
96 Signal the link speed state of 100Mbps of the named network device.
101 speed of 100Mbps of the named network device.
109 Signal the link speed state of 1000Mbps of the named network device.
114 speed of 1000Mbps of the named network device.
/openbmc/linux/drivers/net/ethernet/hisilicon/hns/
H A Dhns_dsaf_mac.c121 u8 *auto_neg, u16 *speed, u8 *duplex) in hns_mac_get_port_info() argument
134 if (speed) in hns_mac_get_port_info()
135 *speed = info.speed; in hns_mac_get_port_info()
157 (enum mac_speed)speed, duplex); in hns_mac_need_adjust_link()
162 void hns_mac_adjust_link(struct hns_mac_cb *mac_cb, int speed, int duplex) in hns_mac_adjust_link() argument
169 mac_cb->speed = speed; in hns_mac_adjust_link()
174 (enum mac_speed)speed, duplex); in hns_mac_adjust_link()
680 hns_mac_adjust_link(mac_cb, mac_cb->speed, !mac_cb->half_duplex); in hns_mac_init_ex()
847 mac_cb->speed = mac_phy_to_speed[mac_cb->phy_if]; in hns_mac_get_info()
848 mac_cb->max_speed = mac_cb->speed; in hns_mac_get_info()
[all …]
/openbmc/linux/drivers/net/phy/
H A Dmarvell10g.c950 switch (phydev->speed) { in mv3310_update_interface()
974 phydev->speed = SPEED_10000; in mv3310_read_status_10gbaser()
983 int cssr1, speed, val; in mv3310_read_status_copper() local
1008 switch (speed) { in mv3310_read_status_copper()
1010 phydev->speed = SPEED_10000; in mv3310_read_status_copper()
1014 phydev->speed = SPEED_5000; in mv3310_read_status_copper()
1018 phydev->speed = SPEED_2500; in mv3310_read_status_copper()
1022 phydev->speed = SPEED_1000; in mv3310_read_status_copper()
1026 phydev->speed = SPEED_100; in mv3310_read_status_copper()
1030 phydev->speed = SPEED_10; in mv3310_read_status_copper()
[all …]
H A DuPD60620.c56 phydev->speed = SPEED_10; in upd60620_read_status()
60 phydev->speed = SPEED_100; in upd60620_read_status()
/openbmc/linux/drivers/usb/dwc2/
H A Dparams.c34 p->speed = DWC2_SPEED_PARAM_HIGH; in dwc2_set_his_params()
56 p->speed = DWC2_SPEED_PARAM_HIGH; in dwc2_set_jz4775_params()
76 p->speed = DWC2_SPEED_PARAM_HIGH; in dwc2_set_x1600_params()
89 p->speed = DWC2_SPEED_PARAM_HIGH; in dwc2_set_x2000_params()
156 p->speed = DWC2_SPEED_PARAM_HIGH; in dwc2_set_amlogic_params()
183 p->speed = DWC2_SPEED_PARAM_HIGH; in dwc2_set_amlogic_a1_params()
209 p->speed = DWC2_SPEED_PARAM_FULL; in dwc2_set_stm32f4x9_fsotg_params()
235 p->speed = DWC2_SPEED_PARAM_FULL; in dwc2_set_stm32mp15_fsotg_params()
388 hsotg->params.speed = val; in dwc2_set_param_speed()
632 int speed = hsotg->params.speed; in dwc2_check_param_speed() local
[all …]
/openbmc/linux/drivers/usb/gadget/
H A Dcomposite.c64 enum usb_device_speed speed) in function_descriptors() argument
73 switch (speed) { in function_descriptors()
171 switch (g->speed) { in config_ep_by_speed_and_alt()
249 if (g->speed >= USB_SPEED_SUPER) { in config_ep_by_speed_and_alt()
540 if (speed < USB_SPEED_SUPER) in encode_bMaxPower()
622 if (gadget->speed >= USB_SPEED_SUPER) in config_desc()
623 speed = gadget->speed; in config_desc()
631 speed = USB_SPEED_HIGH; in config_desc()
652 switch (speed) { in config_desc()
980 usb_speed_string(gadget->speed), in set_config()
[all …]
/openbmc/linux/drivers/scsi/bfa/
H A Dbfa_svc.c3099 fcport->speed = pevent->link_state.speed; in bfa_fcport_update_linkinfo()
3438 lattr->speed = tlink->speed; in bfa_trunk_scn()
3442 fcport->speed = tlink->speed; in bfa_trunk_scn()
3763 fcport->cfg.speed = speed; in bfa_fcport_cfg_speed()
3967 attr->pport_cfg.speed = fcport->cfg.speed; in bfa_fcport_get_attr()
3969 attr->speed = fcport->speed; in bfa_fcport_get_attr()
4959 m->speed = (u8)rp->rport_info.speed; in bfa_rport_send_fwspeed()
5093 rport->rport_info.speed = speed; in bfa_rport_speed()
5876 lb_req->speed = loopback->speed; in bfa_fcdiag_loopback_send()
6020 loopback.speed = speed; in bfa_fcdiag_loopback()
[all …]
/openbmc/qemu/hw/net/rocker/
H A Drocker_fp.h36 int fp_port_get_settings(FpPort *port, uint32_t *speed,
38 int fp_port_set_settings(FpPort *port, uint32_t speed,
/openbmc/u-boot/arch/arm/dts/
H A Dkeystone-k2g.dtsi67 current-speed = <115200>;
226 maximum-speed = "high-speed";
254 maximum-speed = "high-speed";
H A Darmada-7040-db.dts163 phy-speed = <PHY_SPEED_1_25G>;
168 phy-speed = <PHY_SPEED_5G>;
177 phy-speed = <PHY_SPEED_5G>;
182 phy-speed = <PHY_SPEED_5G>;
187 phy-speed = <PHY_SPEED_5G>;
/openbmc/linux/drivers/net/ethernet/qualcomm/
H A Dqca_uart.c325 u32 speed = 115200; in qca_uart_probe() local
347 of_property_read_u32(serdev->dev.of_node, "current-speed", &speed); in qca_uart_probe()
367 speed = serdev_device_set_baudrate(serdev, speed); in qca_uart_probe()
368 dev_info(&serdev->dev, "Using baudrate: %u\n", speed); in qca_uart_probe()
/openbmc/linux/net/ethtool/
H A Dlinkmodes.c129 if (nla_put_u32(skb, ETHTOOL_A_LINKMODES_SPEED, lsettings->speed) || in linkmodes_fill_reply()
186 if (info->speed == SPEED_UNKNOWN) in ethnl_auto_linkmodes()
189 (!req_speed || info->speed == ksettings->base.speed) && in ethnl_auto_linkmodes()
287 ethnl_update_u32(&lsettings->speed, tb[ETHTOOL_A_LINKMODES_SPEED], in ethnl_update_linkmodes()

1...<<11121314151617181920>>...125