Home
last modified time | relevance | path

Searched refs:speed (Results 576 – 600 of 3125) sorted by relevance

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

/openbmc/linux/Documentation/devicetree/bindings/pci/
H A Dti,am65-pci-ep.yaml51 - max-link-speed
73 max-link-speed = <2>;
/openbmc/linux/drivers/net/ethernet/ti/icssg/
H A Dicssg_mii_cfg.c52 if (emac->speed == SPEED_1000) in icssg_update_rgmii_cfg()
58 if (emac->speed == SPEED_10 && phy_interface_mode_is_rgmii(emac->phy_if)) in icssg_update_rgmii_cfg()
/openbmc/linux/drivers/usb/storage/
H A Duas-detect.h103 } else if (udev->speed < USB_SPEED_SUPER) { in uas_use_uas_driver()
149 if (udev->speed >= USB_SPEED_SUPER && !hcd->can_do_streams) { in uas_use_uas_driver()
/openbmc/linux/arch/arm64/boot/dts/amlogic/
H A Dmeson-gxm-mecool-kiii-pro.dts75 max-speed = <1000>;
107 max-speed = <2000000>;
/openbmc/linux/drivers/net/phy/
H A Dmotorcomm.c1181 int speed; in yt8521_adjust_status() local
1196 speed = SPEED_10; in yt8521_adjust_status()
1201 speed = SPEED_UNKNOWN; in yt8521_adjust_status()
1204 speed = SPEED_100; in yt8521_adjust_status()
1207 speed = SPEED_1000; in yt8521_adjust_status()
1210 speed = SPEED_UNKNOWN; in yt8521_adjust_status()
1214 phydev->speed = speed; in yt8521_adjust_status()
1266 phydev->speed = SPEED_UNKNOWN; in yt8521_read_status_paged()
1674 if (phydev->speed < 0) in yt8531_link_change_notify()
1677 switch (phydev->speed) { in yt8531_link_change_notify()
[all …]
/openbmc/u-boot/drivers/spi/
H A Dpic32_spi.c290 static int pic32_spi_set_speed(struct udevice *bus, uint speed) in pic32_spi_set_speed() argument
295 debug("%s: %s, speed %u\n", __func__, bus->name, speed); in pic32_spi_set_speed()
298 div = (priv->clk_rate / 2 / speed) - 1; in pic32_spi_set_speed()
302 priv->speed_hz = speed; in pic32_spi_set_speed()
H A Dmt7621_spi.c95 static int mt7621_spi_set_speed(struct udevice *bus, uint speed) in mt7621_spi_set_speed() argument
101 debug("%s: speed=%d\n", __func__, speed); in mt7621_spi_set_speed()
102 rate = DIV_ROUND_UP(rs->sys_freq, speed); in mt7621_spi_set_speed()
H A Dmeson_spifc.c221 static int meson_spifc_set_speed(struct udevice *dev, uint speed) in meson_spifc_set_speed() argument
228 n = max_t(int, parent / speed - 1, 1); in meson_spifc_set_speed()
230 debug("parent %lu, speed %u, n %d\n", parent, speed, n); in meson_spifc_set_speed()
/openbmc/u-boot/drivers/pinctrl/
H A Dpinctrl_stm32.c244 ctl->pupd > 2 || ctl->speed > 3) in stm32_gpio_config()
262 ctl->speed << index); in stm32_gpio_config()
304 gpio_ctl->speed = fdtdec_get_int(gd->fdt_blob, node, "slew-rate", 0); in prep_gpio_ctl()
319 __func__, gpio_fn, gpio_ctl->speed, gpio_ctl->otype, in prep_gpio_ctl()
/openbmc/u-boot/board/freescale/ls1021aqds/
H A DREADME17 security features and the broadest array of high-speed interconnects and
44 - High speed interconnect (4 SerDes lanes with are muxed for these protocol)
49 - One high-speed USB 3.0 controller with integrated PHY and one high-speed
/openbmc/u-boot/doc/device-tree-bindings/memory-controllers/
H A Dst,stm32mp1-ddr.txt11 at phy level according the expected value in "mem-speed" field
19 - st,mem-speed : DDR expected speed for the setting in MHz
176 st,mem-speed = <533>;
/openbmc/u-boot/board/freescale/ls1021atwr/
H A DREADME17 security features and the broadest array of high-speed interconnects and
44 - High speed interconnect (4 SerDes lanes with are muxed for these protocol)
49 - One high-speed USB 3.0 controller with integrated PHY and one high-speed
/openbmc/linux/drivers/usb/gadget/udc/
H A Dtrace.h24 __field(enum usb_device_speed, speed)
45 __entry->speed = g->speed;
66 __entry->speed, __entry->max_speed, __entry->state, __entry->mA,
/openbmc/linux/arch/arm/boot/dts/qcom/
H A Dqcom-ipq8064-rb3011.dts60 speed = <1000>;
185 speed = <1000>;
348 speed = <1000>;
361 speed = <1000>;
/openbmc/linux/arch/arm64/boot/dts/ti/
H A Dk3-am642-phyboard-electra-rdk.dts255 current-speed = <115200>;
263 current-speed = <115200>;
299 maximum-speed = "super-speed";
/openbmc/linux/Documentation/devicetree/bindings/net/dsa/
H A Dmscc,ocelot.yaml144 speed = <2500>;
156 speed = <1000>;
241 speed = <2500>;
253 speed = <2500>;
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H A Dhclgevf_mbx.c309 u32 speed; in hclgevf_mbx_async_handler() local
331 speed = le32_to_cpu(link_info->speed); in hclgevf_mbx_async_handler()
336 hclgevf_update_speed_duplex(hdev, speed, duplex); in hclgevf_mbx_async_handler()
/openbmc/linux/arch/arm/boot/dts/mediatek/
H A Dmt7623n-bananapi-bpi-r2.dts179 speed = <1000>;
190 speed = <1000>;
246 speed = <1000>;
259 speed = <1000>;
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-ata55 hw_sata_spd_limit: (RO) Maximum speed supported by the
58 sata_spd_limit: (RO) Maximum speed imposed by libata.
60 sata_spd: (RO) Current speed of the link
87 speed of link due to errors.
/openbmc/linux/Documentation/hwmon/
H A Damc6821.rst46 fan1_input ro tachometer speed
74 speed. It can go from temp1_auto_point2_temp.
91 speed. It can only have certain discrete
/openbmc/linux/Documentation/usb/
H A Diuu_phoenix.rst23 How to tune the reader speed?
64 the speed to a score 10 to 20% better than the simple clockmode=3 !!!
82 is an abstraction, so use any speed or parity setting will
/openbmc/linux/drivers/net/ethernet/ibm/emac/
H A Dzmii.c172 void zmii_set_speed(struct platform_device *ofdev, int input, int speed) in zmii_set_speed() argument
181 ZMII_DBG(dev, "speed(%d, %d)" NL, input, speed); in zmii_set_speed()
183 if (speed == SPEED_100) in zmii_set_speed()
/openbmc/linux/arch/arm/boot/dts/broadcom/
H A Dbcm53573.dtsi187 speed = <1000>;
230 speed = <1000>;
249 speed = <1000>;
/openbmc/phosphor-fan-presence/docs/monitor/
H A Dmethod.md52 fan sensor update where its feedback speed is calculated out of range of the
55 feedback speed is within range, the counter is decremented by 1. Therefore the
66 - `count_interval` - The interval, in seconds, to check the feedback speed and
/openbmc/u-boot/drivers/usb/host/
H A Dxhci.c307 udev->speed == USB_SPEED_FULL ? "" : "micro"); in xhci_parse_exponent_interval()
309 if (udev->speed == USB_SPEED_FULL) { in xhci_parse_exponent_interval()
335 switch (udev->speed) { in xhci_get_endpoint_interval()
390 if (udev->speed < USB_SPEED_SUPER || in xhci_get_endpoint_mult()
402 if (udev->speed >= USB_SPEED_SUPER) in xhci_get_endpoint_max_burst()
405 if (udev->speed == USB_SPEED_HIGH && in xhci_get_endpoint_max_burst()
431 if (udev->speed >= USB_SPEED_SUPER) in xhci_get_max_esit_payload()
718 udev->speed = USB_SPEED_SUPER; in _xhci_alloc_device()
1445 else if (udev->speed == USB_SPEED_FULL) in xhci_update_hub_device()
1460 if (udev->speed == USB_SPEED_HIGH) in xhci_update_hub_device()

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