/openbmc/linux/arch/arm/boot/dts/rockchip/ |
H A D | rk3288-phycore-rdk.dts | 178 * high-speed mode on pcm-947 board so bump up to 12 mA.
|
/openbmc/linux/arch/arm/boot/dts/broadcom/ |
H A D | bcm958623hr.dts | 214 speed = <1000>;
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-pci-drivers-xhci_hcd | 5 xHCI compatible USB host controllers (i.e. super-speed
|
/openbmc/linux/arch/arm64/boot/dts/rockchip/ |
H A D | rk3399-roc-pc-plus.dts | 70 gpio-fan,speed-map = <0 0 3000 1>;
|
/openbmc/linux/arch/arm/boot/dts/ti/omap/ |
H A D | omap34xx.dtsi | 71 /* only high-speed grade omap3530 devices */
|
H A D | am335x-baltos-ir5221.dts | 131 speed = <100>;
|
/openbmc/linux/drivers/net/phy/ |
H A D | microchip.c | 354 if (!phydev->autoneg && phydev->speed == 100) { in lan88xx_link_change_notify()
|
/openbmc/linux/include/linux/ |
H A D | cdrom.h | 48 int speed; /* maximum speed for reading data */ member
|
/openbmc/qemu/include/hw/firmware/ |
H A D | smbios.h | 282 uint16_t speed; member
|
/openbmc/linux/drivers/net/ethernet/renesas/ |
H A D | ravb_main.c | 98 switch (priv->speed) { in ravb_set_rate_gbeth() 115 switch (priv->speed) { in ravb_set_rate_rcar() 1368 if (phydev->speed != priv->speed) { in ravb_adjust_link() 1370 priv->speed = phydev->speed; in ravb_adjust_link() 1381 priv->speed = 0; in ravb_adjust_link() 1408 priv->speed = 0; in ravb_phy_init()
|
/openbmc/u-boot/drivers/usb/host/ |
H A D | dwc2.c | 492 if (dev->speed == USB_SPEED_LOW) in dwc_otg_hc_init() 943 if (dev->speed != USB_SPEED_HIGH) { in chunk_msg() 1064 dev->speed = USB_SPEED_HIGH; in _submit_control_msg()
|
H A D | Kconfig | 105 "high speed" (480 Mbit/sec, 60 Mbyte/sec) host controller hardware. 111 will connect to EHCI if the device is high speed, otherwise they
|
/openbmc/linux/drivers/net/ethernet/brocade/bna/ |
H A D | bnad_ethtool.c | 254 cmd->base.speed = SPEED_10000; in bnad_get_link_ksettings() 257 cmd->base.speed = SPEED_UNKNOWN; in bnad_get_link_ksettings() 272 if ((cmd->base.speed == SPEED_10000) && in bnad_set_link_ksettings()
|
/openbmc/qemu/hw/usb/ |
H A D | dev-network.c | 632 uint32_t speed; member 700 stl_le_p(outbuf, s->speed); in ndis_query() 1371 s->speed = 1000000; /* 100MBps, in 100Bps units */ in usb_net_realize()
|
/openbmc/linux/init/ |
H A D | Kconfig | 263 in efficiency, compression and decompression speed. 264 Compression speed is only relevant when building a kernel. 265 Decompression speed is relevant at each boot. 283 between compression ratio and decompression speed. 289 Its compression ratio and speed is intermediate. 290 Decompression speed is slowest among the choices. The kernel 314 The speed is about the same as with LZMA: The decompression 315 speed of XZ is better than that of bzip2 but worse than gzip 323 size is about 10% bigger than gzip; however its speed 335 is about 8% bigger than LZO. But the decompression speed is [all …]
|
/openbmc/u-boot/drivers/net/ |
H A D | vsc9953.c | 691 int speed; in vsc9953_port_config_show() local 708 speed = SPEED_2500; in vsc9953_port_config_show() 713 speed = vsc9953_l2sw.port[port_no].phydev->speed; in vsc9953_port_config_show() 717 speed = -1; in vsc9953_port_config_show() 726 switch (speed) { in vsc9953_port_config_show()
|
/openbmc/linux/drivers/pci/controller/dwc/ |
H A D | pcie-tegra194.c | 318 u32 val, speed, width; in tegra_pcie_icc_set() local 322 speed = FIELD_GET(PCI_EXP_LNKSTA_CLS, val); in tegra_pcie_icc_set() 325 val = width * (PCIE_SPEED2MBS_ENC(pcie_link_speed[speed]) / BITS_PER_BYTE); in tegra_pcie_icc_set() 330 if (speed >= ARRAY_SIZE(pcie_gen_freq)) in tegra_pcie_icc_set() 331 speed = 0; in tegra_pcie_icc_set() 333 clk_set_rate(pcie->core_clk, pcie_gen_freq[speed]); in tegra_pcie_icc_set()
|
/openbmc/linux/drivers/usb/gadget/udc/ |
H A D | fsl_udc_core.c | 557 if (!udc->driver || (udc->gadget.speed == USB_SPEED_UNKNOWN)) in fsl_ep_enable() 887 if (!udc->driver || udc->gadget.speed == USB_SPEED_UNKNOWN) in fsl_ep_queue() 1060 if (!udc->driver || udc->gadget.speed == USB_SPEED_UNKNOWN) in fsl_ep_fifo_status() 1742 udc->gadget.speed = in port_change_irq() 1996 udc_controller->gadget.speed = USB_SPEED_UNKNOWN; in fsl_udc_stop() 2464 udc_controller->gadget.speed = USB_SPEED_UNKNOWN; in fsl_udc_probe()
|
/openbmc/linux/drivers/usb/gadget/function/ |
H A D | f_uac2.c | 717 enum usb_device_speed speed, bool is_playback) in set_ep_max_packet_size_bint() argument 723 switch (speed) { in set_ep_max_packet_size_bint() 766 speed_names[speed], dir, max_size_bw, bint); in set_ep_max_packet_size_bint() 770 speed_names[speed], dir, max_size_bw, bint, max_size_ep); in set_ep_max_packet_size_bint() 805 enum usb_device_speed speed) in setup_headers() argument 817 switch (speed) { in setup_headers()
|
/openbmc/u-boot/drivers/net/fm/ |
H A D | eth.c | 477 fm_eth->phydev->speed = SPEED_1000; in fm_eth_open() 483 mac->set_if_mode(mac, fm_eth->enet_if, fm_eth->phydev->speed); in fm_eth_open()
|
/openbmc/u-boot/board/freescale/m547xevb/ |
H A D | README | 22 - arch/m68k/cpu/mcf547x_8x/speed.c system, pci, flexbus, and cpu clock 102 CONFIG_SYS_I2C_SPEED -- define for I2C speed
|
/openbmc/u-boot/board/freescale/t208xrdb/ |
H A D | README | 22 - High-speed peripheral interfaces 27 - Two high-speed USB 2.0 controllers with integrated PHY
|
/openbmc/linux/Documentation/devicetree/bindings/pci/ |
H A D | snps,dw-pcie-common.yaml | 185 PHYs are supposed to be able to work in the PCIe mode with a speed 218 max-link-speed:
|
/openbmc/linux/drivers/net/ethernet/microchip/lan966x/ |
H A D | lan966x_main.h | 396 int speed; member 649 int lan966x_taprio_speed_set(struct lan966x_port *port, int speed);
|
/openbmc/linux/arch/arm/boot/dts/allwinner/ |
H A D | sun8i-a83t-tbs-a711.dts | 477 max-speed = <1500000>; 491 current-speed = <9600>;
|