Home
last modified time | relevance | path

Searched refs:speed (Results 651 – 675 of 3125) sorted by relevance

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

/openbmc/linux/drivers/bluetooth/
H A Dhci_uart.h57 int (*set_baudrate)(struct hci_uart *hu, unsigned int speed);
116 void hci_uart_set_baudrate(struct hci_uart *hu, unsigned int speed);
/openbmc/phosphor-networkd/src/
H A Dsystem_queries.cpp92 .speed = edata.speed}; in getEthInfo()
H A Dsystem_queries.hpp14 uint16_t speed; member
/openbmc/qemu/tests/qemu-iotests/
H A D280.out45 {"data": {"device": "job0", "len": 65536, "offset": 65536, "speed": 0, "type": "commit"}, "event": …
46 {"data": {"device": "job0", "len": 65536, "offset": 65536, "speed": 0, "type": "commit"}, "event": …
/openbmc/linux/Documentation/hwmon/
H A Dit87.rst238 rotation speed sensors, 8 voltage sensors, associated alarms, and chassis
271 IT8728F. It only supports 3 fans, 16-bit fan mode, and the full speed mode
287 triggered if the rotation speed has dropped below a programmable limit. When
337 Fan speed control
340 The fan speed control features are limited to manual PWM mode. Automatic
345 If you are only able to control the fan speed with very small PWM values,
352 Automatic fan speed control (old interface)
355 The driver supports the old interface to automatic fan speed control
361 at full speed) while the PWM output of the other 3 trip points can be
373 Trip points must be set properly before switching to automatic fan speed
/openbmc/linux/drivers/net/phy/
H A DKconfig37 LED class driver. There are triggers for each link speed currently
39 logical-or of all the link speed ones.
41 <mii bus id>:<phy>:<speed>
43 Where speed is in the form:
45 for any speed known to the PHY.
55 tristate "MDIO Bus/PHY emulation with fixed speed/link PHYs"
229 Support for the Marvell 88X2222 Dual-port Multi-speed Ethernet
/openbmc/linux/Documentation/sound/cards/
H A Dserial-u16550.rst28 /sbin/modprobe snd-serial-u16550 port=0x3f8 irq=4 speed=115200
38 all four MIDI Out connectors. Set the A-B switch and the speed module
46 speed=19200
50 the same data to all four MIDI Out connectors at full MIDI speed.
/openbmc/u-boot/drivers/mmc/
H A Dxenon_sdhci.c332 uint speed = host->mmc->tran_speed; in xenon_sdhci_set_ios_post() local
345 else if (speed <= 25000000) in xenon_sdhci_set_ios_post()
350 if (speed <= 25000000) in xenon_sdhci_set_ios_post()
359 else if (speed <= 26000000) in xenon_sdhci_set_ios_post()
/openbmc/u-boot/board/CZ.NIC/turris_mox/
H A Dturris_mox.c251 serdes_map[0].speed = PHY_SPEED_1_25G; in comphy_update_map()
253 serdes_map[0].speed = PHY_SPEED_3_125G; in comphy_update_map()
255 serdes_map[0].speed = PHY_SPEED_1_25G; in comphy_update_map()
257 serdes_map[0].speed = PHY_SPEED_3_125G; in comphy_update_map()
/openbmc/u-boot/arch/arm/dts/
H A Dzynqmp-zcu100-revC.dts316 maximum-speed = "super-speed";
329 maximum-speed = "super-speed";
H A Ddra74x.dtsi56 maximum-speed = "high-speed";
/openbmc/linux/drivers/usb/usbip/
H A Dvudc_transfer.c25 static int get_frame_limit(enum usb_device_speed speed) in get_frame_limit() argument
27 switch (speed) { in get_frame_limit()
315 total = get_frame_limit(udc->gadget.speed); in v_timer()
467 t->frame_limit = get_frame_limit(udc->gadget.speed); in v_start_timer()
/openbmc/linux/drivers/infiniband/hw/vmw_pvrdma/
H A Dpvrdma.h365 enum ib_port_speed speed) in ib_port_speed_to_pvrdma() argument
367 return (enum pvrdma_port_speed)speed; in ib_port_speed_to_pvrdma()
371 enum pvrdma_port_speed speed) in pvrdma_port_speed_to_ib() argument
373 return (enum ib_port_speed)speed; in pvrdma_port_speed_to_ib()
/openbmc/linux/drivers/net/ethernet/ti/icssg/
H A Dicssg_config.c206 switch (emac->speed) { in icssg_config_ipg()
339 emac->speed = SPEED_1000; in icssg_config()
342 emac->speed = SPEED_100; in icssg_config()
440 switch (emac->speed) { in icssg_config_set_speed()
/openbmc/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx51-zii-scu2-mezz.dts89 speed = <100>;
100 speed = <1000>;
286 max-speed = <100>;
316 current-speed = <57600>;
H A Dimx51-zii-scu3-esb.dts207 speed = <100>;
263 speed = <1000>;
274 speed = <100>;
323 current-speed = <57600>;
/openbmc/linux/include/uapi/linux/usb/
H A Dgadgetfs.h53 enum usb_device_speed speed; member
/openbmc/linux/Documentation/admin-guide/pm/
H A Dworking-state.rst17 intel-speed-select
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dt3_hw.c459 if (speed >= 0) { in t3_set_phy_speed_duplex()
461 if (speed == SPEED_100) in t3_set_phy_speed_duplex()
463 else if (speed == SPEED_1000) in t3_set_phy_speed_duplex()
1177 int link_ok, speed, duplex, fc; in t3_link_changed() local
1207 if (link_ok == lc->link_ok && speed == lc->speed && in t3_link_changed()
1219 lc->speed = speed < 0 ? SPEED_INVALID : speed; in t3_link_changed()
1229 speed, duplex, fc); in t3_link_changed()
1256 speed = lc->speed; in t3_link_fault()
1264 lc->speed = SPEED_INVALID; in t3_link_fault()
1279 lc->speed = speed < 0 ? SPEED_INVALID : speed; in t3_link_fault()
[all …]
/openbmc/linux/include/uapi/linux/
H A Dbpqether.h30 int speed; /* unused */ member
/openbmc/linux/Documentation/networking/device_drivers/ethernet/netronome/
H A Dnfp.rst185 Configure interface link-speed
188 Agilio CX 2x25GbE cards. The changing of port speed must be done in order,
196 Set interface link-speed to 10G::
198 $ ethtool -s <netdev port 0> speed 10000
199 $ ethtool -s <netdev port 1> speed 10000
201 Set interface link-speed to 25G::
203 $ ethtool -s <netdev port 0> speed 25000
204 $ ethtool -s <netdev port 1> speed 25000
/openbmc/linux/drivers/ata/
H A Dpata_mpc52xx.c296 int speed) in mpc52xx_ata_compute_mdma_timings() argument
299 const struct mdmaspec *s = &priv->mdmaspec[speed]; in mpc52xx_ata_compute_mdma_timings()
301 if (speed < 0 || speed > 2) in mpc52xx_ata_compute_mdma_timings()
313 int speed) in mpc52xx_ata_compute_udma_timings() argument
316 const struct udmaspec *s = &priv->udmaspec[speed]; in mpc52xx_ata_compute_udma_timings()
318 if (speed < 0 || speed > 2) in mpc52xx_ata_compute_udma_timings()
/openbmc/linux/drivers/media/dvb-frontends/
H A Dstv090x.c4485 u32 speed; in stv0900_set_tspath() local
4494 speed = 0x08; in stv0900_set_tspath()
4496 speed = 0xFF; in stv0900_set_tspath()
4503 speed = 0x20; in stv0900_set_tspath()
4505 speed = 0xFF; in stv0900_set_tspath()
4517 u32 speed; in stv0900_set_tspath() local
4526 speed = 0x08; in stv0900_set_tspath()
4528 speed = 0xFF; in stv0900_set_tspath()
4535 speed = 0x20; in stv0900_set_tspath()
4537 speed = 0xFF; in stv0900_set_tspath()
[all …]
/openbmc/linux/Documentation/devicetree/bindings/clock/
H A Dst,stm32h7-rcc.txt21 - high speed external clock signal (HSE)
22 - low speed external clock signal (LSE)
/openbmc/u-boot/board/freescale/ls1043ardb/
H A DREADME28 - Two super speed USB 3.0 Type A ports
30 - DSPI: 16 MB high-speed flash Memory for boot code and storage (up to 108MHz)

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