Home
last modified time | relevance | path

Searched refs:speed (Results 501 – 525 of 3125) sorted by relevance

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

/openbmc/linux/drivers/usb/serial/
H A Dkobil_sct.c485 speed_t speed; in kobil_set_termios() local
495 speed = tty_get_baud_rate(tty); in kobil_set_termios()
496 switch (speed) { in kobil_set_termios()
501 speed = 9600; in kobil_set_termios()
517 tty_encode_baud_rate(tty, speed, speed); in kobil_set_termios()
/openbmc/linux/drivers/net/ethernet/intel/igb/
H A De1000_mac.c39 bus->speed = e1000_bus_speed_unknown; in igb_get_bus_info_pcie()
43 bus->speed = e1000_bus_speed_2500; in igb_get_bus_info_pcie()
46 bus->speed = e1000_bus_speed_5000; in igb_get_bus_info_pcie()
49 bus->speed = e1000_bus_speed_unknown; in igb_get_bus_info_pcie()
906 u16 speed, duplex; in igb_config_fc_after_link_up() local
1075 ret_val = hw->mac.ops.get_speed_and_duplex(hw, &speed, &duplex); in igb_config_fc_after_link_up()
1230 s32 igb_get_speed_and_duplex_copper(struct e1000_hw *hw, u16 *speed, in igb_get_speed_and_duplex_copper() argument
1237 *speed = SPEED_1000; in igb_get_speed_and_duplex_copper()
1240 *speed = SPEED_100; in igb_get_speed_and_duplex_copper()
1243 *speed = SPEED_10; in igb_get_speed_and_duplex_copper()
/openbmc/qemu/hw/char/
H A Dtrace-events44 escc_update_parameters(char channel, int speed, int parity, int data_bits, int stop_bits) "channel …
72 cmsdk_apb_uart_set_params(int speed) "CMSDK APB UART: params set to %d 8N1"
87 …t_update_params(uint32_t channel, int speed, uint8_t parity, int data, int stop, uint64_t wordtime…
119 stm32l4x5_usart_update_params(int speed, uint8_t parity, int data, int stop) "USART: speed: %d, par…
/openbmc/u-boot/cmd/
H A Di2c.c235 int i2c_set_bus_speed(unsigned int speed) in i2c_set_bus_speed() argument
237 if (speed != CONFIG_SYS_I2C_SPEED) in i2c_set_bus_speed()
1858 int speed, ret=0; in do_i2c_bus_speed() local
1868 speed = dm_i2c_get_bus_speed(bus); in do_i2c_bus_speed()
1870 speed = i2c_get_bus_speed(); in do_i2c_bus_speed()
1873 printf("Current bus speed=%d\n", speed); in do_i2c_bus_speed()
1875 speed = simple_strtoul(argv[1], NULL, 10); in do_i2c_bus_speed()
1876 printf("Setting bus speed to %d Hz\n", speed); in do_i2c_bus_speed()
1878 ret = dm_i2c_set_bus_speed(bus, speed); in do_i2c_bus_speed()
1880 ret = i2c_set_bus_speed(speed); in do_i2c_bus_speed()
[all …]
/openbmc/linux/drivers/usb/core/
H A Dhub.c172 if (udev->speed == USB_SPEED_HIGH || udev->speed == USB_SPEED_FULL) { in usb_device_supports_lpm()
2961 udev->speed = USB_SPEED_SUPER; in hub_port_wait_reset()
2963 udev->speed = USB_SPEED_HIGH; in hub_port_wait_reset()
2965 udev->speed = USB_SPEED_LOW; in hub_port_wait_reset()
2967 udev->speed = USB_SPEED_FULL; in hub_port_wait_reset()
4833 const char *speed; in hub_port_init() local
4874 oldspeed = udev->speed; in hub_port_init()
4880 switch (udev->speed) { in hub_port_init()
4903 speed = usb_speed_string(udev->speed); in hub_port_init()
4981 if (oldspeed != udev->speed) { in hub_port_init()
[all …]
/openbmc/linux/arch/powerpc/boot/dts/
H A Damigaone.dts66 devsel-speed = <0x00000001>;
131 current-speed = <115200>;
140 current-speed = <115200>;
/openbmc/linux/Documentation/hwmon/
H A Dnsa320.rst36 followed by an 8 bit fan speed in 100s of RPM and a 16 bit temperature in
45 fan1_input fan speed
63 fan speed. As the most likely case for two accesses in quick succession is
H A Dnzxt-smart2.rst15 Besides typical speed monitoring and PWM duty cycle control, voltage and current
46 fan[1-3]_input Fan speed monitoring (in rpm).
49 pwm[1-3] Controls fan speed: PWM duty cycle for PWM-controlled
H A Dsch5627.rst24 affect the speed of each fan. Setting pwmX_auto_channels_temp to 0 forces
25 the corresponding fan to full speed until another value is written.
/openbmc/u-boot/doc/driver-model/
H A Dspi-howto.txt35 - methods to set speed and mode are separated out
97 static int exynos_spi_set_speed(struct udevice *dev, uint speed)
394 Here is an example for the speed part:
396 static int exynos_spi_set_speed(struct udevice *bus, uint speed)
402 if (speed > plat->frequency)
403 speed = plat->frequency;
404 ret = set_spi_clk(priv->periph_id, speed);
407 priv->freq = speed;
450 needed. It is anything unrelated to speed and mode:
598 the default bus speed and mode. It is automatically read
[all …]
/openbmc/linux/drivers/w1/masters/
H A Dds2490.c148 u8 speed; member
490 static int ds_set_speed(struct ds_device *dev, int speed)
494 if (speed != SPEED_NORMAL && speed != SPEED_FLEXIBLE && speed != SPEED_OVERDRIVE)
497 if (speed != SPEED_OVERDRIVE)
498 speed = SPEED_FLEXIBLE;
500 speed &= 0xff;
502 err = ds_send_control_mode(dev, MOD_1WIRE_SPEED, speed);
/openbmc/linux/Documentation/devicetree/bindings/soc/fsl/cpm_qe/qe/
H A Dusb.txt9 - fsl,fullspeed-clock : specifies the full speed USB clock source:
13 - fsl,lowspeed-clock : specifies the low speed USB clock source:
/openbmc/u-boot/arch/arm/mach-imx/
H A Di2c-mxv7.c75 int setup_i2c(unsigned i2c_index, int speed, int slave_addr, in setup_i2c() argument
105 bus_i2c_init(i2c_index, speed, slave_addr, force_idle_bus, p); in setup_i2c()
/openbmc/u-boot/include/configs/
H A Dsuvd3.h166 #define CONFIG_SYS_FIXED_PHY_PORT(devnum, speed, duplex) \ argument
167 {devnum, speed, duplex}
/openbmc/u-boot/arch/mips/dts/
H A Dsfr,nb4-ser.dts63 speed = <100>;
75 speed = <100>;
/openbmc/u-boot/arch/arm/dts/
H A Dsocfpga_cyclone5_sr1500.dts67 speed-mode = <0>;
72 speed-mode = <0>;
/openbmc/qemu/tests/qemu-iotests/
H A D094.out16 …B_READY", "data": {"device": "src", "len": 67108864, "offset": 67108864, "speed": 0, "type": "mirr…
22 …MPLETED", "data": {"device": "src", "len": 67108864, "offset": 67108864, "speed": 0, "type": "mirr…
/openbmc/openbmc/poky/meta/recipes-core/busybox/
H A Dbusybox-inittab_1.36.1.bb22 speed=$(echo $s | cut -d\; -f 1)
26 …echo "$device::respawn:${sbindir}/ttyrun $device ${base_sbindir}/getty $speed $device" >> ${D}${sy…
/openbmc/linux/drivers/net/ethernet/arc/
H A Demac.h133 void (*set_mac_speed)(void *priv, unsigned int speed);
160 unsigned int speed; member
/openbmc/linux/Documentation/devicetree/bindings/net/
H A Dxlnx,gmii-to-rgmii.yaml18 speed of operation. This core can switch dynamically between the three
19 different speed modes by configuring the converter register through mdio write.
H A Drealtek-bluetooth.yaml17 module speed.
44 max-speed: true
/openbmc/linux/arch/arm/boot/dts/broadcom/
H A Dbcm47094-asus-rt-ac88u.dts65 speed = <1000>;
107 speed = <1000>;
/openbmc/linux/arch/arm/boot/dts/marvell/
H A Dkirkwood-rd88f6281.dtsi111 speed = <1000>;
123 speed = <1000>;
/openbmc/u-boot/drivers/spi/
H A Dtegra114_spi.c349 static int tegra114_spi_set_speed(struct udevice *bus, uint speed) in tegra114_spi_set_speed() argument
354 if (speed > plat->frequency) in tegra114_spi_set_speed()
355 speed = plat->frequency; in tegra114_spi_set_speed()
356 priv->freq = speed; in tegra114_spi_set_speed()
H A Dtegra20_sflash.c311 static int tegra20_sflash_set_speed(struct udevice *bus, uint speed) in tegra20_sflash_set_speed() argument
316 if (speed > plat->frequency) in tegra20_sflash_set_speed()
317 speed = plat->frequency; in tegra20_sflash_set_speed()
318 priv->freq = speed; in tegra20_sflash_set_speed()

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