Home
last modified time | relevance | path

Searched refs:speed (Results 1176 – 1200 of 3127) sorted by relevance

1...<<41424344454647484950>>...126

/openbmc/linux/Documentation/hwmon/
H A Dgl518sm.rst39 The GL518SM implements one temperature sensor, two fan rotation speed
50 triggered if the rotation speed has dropped below a programmable limit. In
H A Dlm78.rst42 The LM7* implements one temperature sensor, three fan rotation speed sensors,
54 triggered if the rotation speed has dropped below a programmable limit. Fan
H A Dlm87.rst39 rotation speed sensors, up to seven voltage sensors, alarms, and some
48 triggered if the rotation speed has dropped below a programmable limit. Fan
/openbmc/linux/Documentation/devicetree/bindings/clock/
H A Dst,stm32-rcc.txt24 - high speed external clock signal (HSE)
77 3 CLK_LSE (generated from a 32.768 kHz low-speed external
/openbmc/u-boot/include/linux/usb/
H A Dgadget.h503 enum usb_device_speed speed; member
805 enum usb_device_speed speed; member
/openbmc/u-boot/arch/arm/dts/
H A Darmada-3720-db.dts74 phy-speed = <PHY_SPEED_2_5G>;
79 phy-speed = <PHY_SPEED_5G>;
/openbmc/qemu/pc-bios/
H A Dbamboo.dts116 current-speed = <0x1c200>;
127 current-speed = <0>;
/openbmc/linux/drivers/usb/dwc2/
H A DKconfig33 The Designware USB2.0 high-speed host controller
43 The Designware USB2.0 high-speed gadget controller
H A Dhcd_queue.c1493 char *speed, *type; in dwc2_qh_init() local
1556 speed = "low"; in dwc2_qh_init()
1559 speed = "full"; in dwc2_qh_init()
1562 speed = "high"; in dwc2_qh_init()
1565 speed = "?"; in dwc2_qh_init()
1588 speed, bytecount); in dwc2_qh_init()
H A Dhcd_ddma.c31 static u16 dwc2_desclist_idx_inc(u16 idx, u16 inc, u8 speed) in dwc2_desclist_idx_inc() argument
34 ((speed == USB_SPEED_HIGH ? MAX_DMA_DESC_NUM_HS_ISOC : in dwc2_desclist_idx_inc()
38 static u16 dwc2_desclist_idx_dec(u16 idx, u16 inc, u8 speed) in dwc2_desclist_idx_dec() argument
41 ((speed == USB_SPEED_HIGH ? MAX_DMA_DESC_NUM_HS_ISOC : in dwc2_desclist_idx_dec()
251 if (chan->speed == USB_SPEED_HIGH && qh->host_interval) { in dwc2_update_frame_list()
1014 chan->speed); in dwc2_complete_isoc_xfer_ddma()
/openbmc/linux/arch/arm/boot/dts/nxp/vf/
H A Dvf610-zii-ssmb-dtu.dts104 speed = <100>;
136 speed = <100>;
/openbmc/linux/include/uapi/linux/
H A Dfirewire-cdev.h840 __u32 speed; member
1138 __u32 speed; member
/openbmc/linux/drivers/phy/ti/
H A DKconfig104 This transceiver supports high and full speed devices plus,
105 in host mode, low speed.
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/
H A Dmicrochip,sparx5-sgpio.yaml65 the serial bitstream speed, which again affects the latency in
67 registers. The speed must be no larger than half the system
/openbmc/linux/arch/arm/boot/dts/ti/omap/
H A Ddra74x.dtsi226 maximum-speed = "high-speed";
/openbmc/linux/drivers/gpu/drm/omapdrm/
H A DKconfig89 SDI is a high speed one-way display serial bus between the host
99 DSI is a high speed half-duplex serial interface between the host
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_ethtool.c242 cmd->base.speed = SPEED_UNKNOWN; in bnx2x_get_vf_link_ksettings()
254 cmd->base.speed, in bnx2x_get_vf_link_ksettings()
288 cmd->base.speed = bnx2x_get_mf_speed(bp); in bnx2x_get_link_ksettings()
293 cmd->base.speed = SPEED_UNKNOWN; in bnx2x_get_link_ksettings()
361 cmd->base.speed, in bnx2x_get_link_ksettings()
373 u32 speed, phy_idx; in bnx2x_set_link_ksettings() local
390 cmd->base.speed, in bnx2x_set_link_ksettings()
394 speed = cmd->base.speed; in bnx2x_set_link_ksettings()
415 part = (speed * 100) / line_speed; in bnx2x_set_link_ksettings()
417 if (line_speed < speed || !part) { in bnx2x_set_link_ksettings()
[all …]
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c895 if (speed == speed_bit_map[i].speed) { in hclge_get_speed_bit()
2580 if (!mac->support_autoneg && mac->speed == speed && in hclge_cfg_mac_speed_dup()
2588 hdev->hw.mac.speed = speed; in hclge_cfg_mac_speed_dup()
3208 *speed = le32_to_cpu(resp->speed); in hclge_get_sfp_speed()
3240 mac->speed = le32_to_cpu(resp->speed); in hclge_get_sfp_info()
3289 cmd->base.speed = le32_to_cpu(req0->speed); in hclge_get_phy_link_ksettings()
3339 req0->speed = cpu_to_le32(cmd->base.speed); in hclge_set_phy_link_ksettings()
3377 hdev->hw.mac.speed = cmd.base.speed; in hclge_update_tp_port_info()
3414 speed = mac->speed; in hclge_update_port_info()
3431 if (mac->speed != speed) in hclge_update_port_info()
[all …]
/openbmc/linux/drivers/usb/gadget/function/
H A Df_uvc.c318 uvc_event->speed = cdev->gadget->speed; in uvc_function_set_alt()
501 uvc_copy_descriptors(struct uvc_device *uvc, enum usb_device_speed speed) in uvc_copy_descriptors() argument
518 switch (speed) { in uvc_copy_descriptors()
567 if (speed == USB_SPEED_SUPER) { in uvc_copy_descriptors()
622 if (speed == USB_SPEED_SUPER) in uvc_copy_descriptors()
/openbmc/linux/Documentation/cdrom/
H A Dcdrom-standard.rst107 cheapest CD-ROM drives was a Philips cm206, a double-speed proprietary
112 16 speed CD-ROM drive, and 24 speed drives are common.
187 such as its device name, speed, etc. This structure is conceptually
258 int speed; /* maximum speed for reading data */
401 Some CD-ROM drives are capable of changing their head-speed. There
402 are several reasons for changing the speed of a CD-ROM drive. Badly
408 make an annoyingly loud noise, which a lower speed may reduce.
410 This function specifies the speed at which data is read or audio is
411 played back. The value of *speed* specifies the head-speed of the
883 Select head-rate speed of disc specified as by *arg* in units
[all …]
/openbmc/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_ethtool.c1017 ks->base.speed = SPEED_5000; in i40e_get_settings_link_up()
1020 ks->base.speed = SPEED_2500; in i40e_get_settings_link_up()
1023 ks->base.speed = SPEED_1000; in i40e_get_settings_link_up()
1026 ks->base.speed = SPEED_100; in i40e_get_settings_link_up()
1161 __u32 speed; in i40e_speed_to_link_speed() member
1189 if (i40e_speed_lut[i].speed == speed) { in i40e_speed_to_link_speed()
1233 __u32 speed; in i40e_set_link_ksettings() local
1266 speed = copy_ks.base.speed; in i40e_set_link_ksettings()
1285 copy_ks.base.speed = safe_ks.base.speed; in i40e_set_link_ksettings()
1405 if ((speed != SPEED_UNKNOWN && safe_ks.base.speed != speed) && in i40e_set_link_ksettings()
[all …]
/openbmc/linux/drivers/net/bonding/
H A Dbond_main.c736 if (ecmd.base.speed == 0 || ecmd.base.speed == ((__u32)-1)) in bond_update_speed_duplex()
746 slave->speed = ecmd.base.speed; in bond_update_speed_duplex()
1125 if (prim->speed < curr->speed) in bond_choose_primary_or_current()
2789 slave->speed == SPEED_UNKNOWN ? 0 : slave->speed, in bond_miimon_commit()
5681 if (speed == 0 || speed == SPEED_UNKNOWN) in bond_mode_bcast_speed()
5682 speed = slave->speed; in bond_mode_bcast_speed()
5684 speed = min(speed, slave->speed); in bond_mode_bcast_speed()
5686 return speed; in bond_mode_bcast_speed()
5756 u32 speed = 0; in bond_ethtool_get_link_ksettings() local
5774 speed += slave->speed; in bond_ethtool_get_link_ksettings()
[all …]
/openbmc/linux/drivers/net/ethernet/intel/igb/
H A De1000_mac.h26 s32 igb_get_speed_and_duplex_copper(struct e1000_hw *hw, u16 *speed,
/openbmc/linux/Documentation/misc-devices/
H A Dics932s401.rst35 The clocks could be reprogrammed to increase system speed. I will not help you
/openbmc/linux/arch/arc/lib/
H A Dmemset.S30 .Laligned: ; This code address should be aligned for speed.

1...<<41424344454647484950>>...126