Home
last modified time | relevance | path

Searched refs:speed (Results 451 – 475 of 3121) sorted by relevance

1...<<11121314151617181920>>...125

/openbmc/linux/net/bridge/
H A Dbr_device.c275 cmd->base.speed = SPEED_UNKNOWN; in br_get_link_ksettings()
287 if (ecmd.base.speed == (__u32)SPEED_UNKNOWN) in br_get_link_ksettings()
290 if (cmd->base.speed == (__u32)SPEED_UNKNOWN || in br_get_link_ksettings()
291 cmd->base.speed < ecmd.base.speed) in br_get_link_ksettings()
292 cmd->base.speed = ecmd.base.speed; in br_get_link_ksettings()
/openbmc/linux/drivers/hwmon/
H A Ddell-smm-hwmon.c283 static int __init i8k_get_fan_nominal_speed(const struct dell_smm_data *data, u8 fan, int speed) in i8k_get_fan_nominal_speed() argument
287 .ebx = fan | (speed << 8), in i8k_get_fan_nominal_speed()
313 static int i8k_set_fan(const struct dell_smm_data *data, u8 fan, int speed) in i8k_set_fan() argument
320 speed = (speed < 0) ? 0 : ((speed > data->i8k_fan_max) ? data->i8k_fan_max : speed); in i8k_set_fan()
321 regs.ebx = fan | (speed << 8); in i8k_set_fan()
439 int speed, err; in i8k_ioctl() local
508 if (copy_from_user(&speed, argp + 1, sizeof(int))) in i8k_ioctl()
512 err = i8k_set_fan(data, val, speed); in i8k_ioctl()
/openbmc/linux/drivers/pci/hotplug/
H A Dibmphp_core.c363 enum pci_bus_speed speed; in get_max_bus_speed() local
370 speed = slot->supported_speed; in get_max_bus_speed()
373 switch (speed) { in get_max_bus_speed()
378 speed += 0x01; in get_max_bus_speed()
382 speed += 0x01; in get_max_bus_speed()
390 bus->max_bus_speed = speed; in get_max_bus_speed()
392 debug("%s - Exit rc[%d] speed[%x]\n", __func__, rc, speed); in get_max_bus_speed()
741 u8 speed; in set_bus() local
754 speed = SLOT_SPEED(slot_cur->ext_status); in set_bus()
755 debug("ext_status = %x, speed = %x\n", slot_cur->ext_status, speed); in set_bus()
[all …]
/openbmc/u-boot/drivers/usb/dwc3/
H A Dgadget.c1268 u8 speed; in dwc3_gadget_wakeup() local
1280 speed = reg & DWC3_DSTS_CONNECTSPD; in dwc3_gadget_wakeup()
1281 if (speed == DWC3_DSTS_SUPERSPEED) { in dwc3_gadget_wakeup()
2118 if (speed != DWC3_DSTS_SUPERSPEED) in dwc3_update_ram_clk_sel()
2138 u8 speed; in dwc3_gadget_conndone_interrupt() local
2141 speed = reg & DWC3_DSTS_CONNECTSPD; in dwc3_gadget_conndone_interrupt()
2142 dwc->speed = speed; in dwc3_gadget_conndone_interrupt()
2144 dwc3_update_ram_clk_sel(dwc, speed); in dwc3_gadget_conndone_interrupt()
2146 switch (speed) { in dwc3_gadget_conndone_interrupt()
2182 dwc->gadget.speed = USB_SPEED_LOW; in dwc3_gadget_conndone_interrupt()
[all …]
/openbmc/linux/Documentation/devicetree/bindings/hwmon/
H A Dmax6650.txt16 - maxim,fan-target-rpm: Initial requested fan rotation speed. If specified, the
17 driver selects closed-loop mode and the requested speed.
/openbmc/u-boot/drivers/net/phy/
H A Dsmsc.c23 phydev->speed = SPEED_100; in smsc_parse_status()
25 phydev->speed = SPEED_10; in smsc_parse_status()
/openbmc/qemu/tests/qemu-iotests/
H A D224107 speed=1,
115 speed=1,
/openbmc/openbmc/poky/meta/recipes-devtools/ninja/
H A Dninja_1.11.1.bb1 SUMMARY = "Ninja is a small build system with a focus on speed."
3 DESCRIPTION = "Ninja is a small build system with a focus on speed. It differs from other build sys…
/openbmc/qemu/tests/qemu-iotests/tests/
H A Diothreads-commit-active.out20 {"data": {"device": "job1", "len": 131072, "offset": 131072, "speed": 0, "type": "commit"}, "event"…
21 {"data": {"device": "job1", "len": 131072, "offset": 131072, "speed": 0, "type": "commit"}, "event"…
/openbmc/openbmc/poky/meta/recipes-support/lzop/
H A Dlzop_1.04.bb4 gzip are much higher compression and decompression speed at the cost of some \n\
6 of reliability, speed, portability and with reasonable drop-in compatibility \n\
/openbmc/linux/Documentation/cpu-freq/
H A Dindex.rst9 Clock scaling allows you to change the clock speed of the CPUs on the
11 the clock speed, the less power the CPU consumes.
/openbmc/linux/arch/arm64/boot/dts/hisilicon/
H A Dhi3660-hikey960.dts213 * from Huawei. The 40 pin low speed expansion connector is named
522 /* On Low speed expansion */
591 /* On Low speed expansion */
597 /* On Low speed expansion */
608 max-speed = <3000000>;
613 /* On Low speed expansion */
619 /* On Low speed expansion */
625 /* On High speed expansion */
672 maximum-speed = "super-speed";
/openbmc/linux/Documentation/hwmon/
H A Df71882fg.rst142 Both PWM (pulse-width modulation) and DC fan speed control methods are
153 There are 2 modes to specify the speed of the fan, PWM duty cycle (or DC
155 mode where the actual RPM of the fan (as measured) is controlled and the speed
160 important difference is that in RPM mode the 0-100% controls the fan speed
181 You can define a number of temperature/fan speed trip points, which % the
188 The fan speed is regulated to keep the temp the fan is mapped to between
/openbmc/linux/Documentation/devicetree/bindings/mmc/
H A Dsdhci-am654.yaml58 # Binding needs to be provided for each supported speed mode otherwise the
68 description: Output tap delay for MMC high speed timing
74 description: Output tap delay for SD high speed timing
138 description: Input tap delay for MMC high speed timing
144 description: Input tap delay for SD high speed timing
190 description: strobe select delay for HS400 speed mode.
/openbmc/linux/drivers/usb/core/
H A Dsysfs.c149 char *speed; in speed_show() local
153 switch (udev->speed) { in speed_show()
155 speed = "1.5"; in speed_show()
159 speed = "12"; in speed_show()
162 speed = "480"; in speed_show()
165 speed = "5000"; in speed_show()
169 speed = "20000"; in speed_show()
171 speed = "10000"; in speed_show()
174 speed = "unknown"; in speed_show()
176 return sysfs_emit(buf, "%s\n", speed); in speed_show()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/lshw/
H A Dlshw_02.20.bb3 firmware version, mainboard configuration, CPU version and speed, cache \
4 configuration, bus speed, etc. on DMI-capable or EFI systems."
/openbmc/qemu/hw/usb/
H A Dredirect.c1648 const char *speed; in usbredir_device_connect() local
1655 switch (device_connect->speed) { in usbredir_device_connect()
1657 speed = "low speed"; in usbredir_device_connect()
1658 dev->dev.speed = USB_SPEED_LOW; in usbredir_device_connect()
1663 speed = "full speed"; in usbredir_device_connect()
1668 speed = "high speed"; in usbredir_device_connect()
1672 speed = "super speed"; in usbredir_device_connect()
1676 speed = "unknown speed"; in usbredir_device_connect()
1730 dev->dev.speed = 0; in usbredir_device_disconnect()
2210 switch (dev->device_info.speed) { in usbredir_post_load()
[all …]
/openbmc/linux/drivers/net/ethernet/
H A Ddnet.c197 if (bp->speed != phydev->speed) { in dnet_handle_link_change()
199 switch (phydev->speed) { in dnet_handle_link_change()
211 phydev->speed); in dnet_handle_link_change()
214 bp->speed = phydev->speed; in dnet_handle_link_change()
226 bp->speed = 0; in dnet_handle_link_change()
244 dev->name, phydev->speed, in dnet_handle_link_change()
291 bp->speed = 0; in dnet_mii_probe()
/openbmc/linux/arch/arm/boot/dts/nxp/vf/
H A Dvf610-zii-scu4-aib.dts66 speed = <100>;
106 speed = <100>;
120 speed = <10000>;
166 speed = <10000>;
178 speed = <10000>;
266 speed = <2500>;
320 speed = <2500>;
333 speed = <10000>;
512 speed = <100>;
/openbmc/linux/drivers/pci/
H A Dpci.h271 #define PCIE_SPEED2MBS_ENC(speed) \ argument
272 ((speed) == PCIE_SPEED_64_0GT ? 64000*1/1 : \
273 (speed) == PCIE_SPEED_32_0GT ? 32000*128/130 : \
274 (speed) == PCIE_SPEED_16_0GT ? 16000*128/130 : \
275 (speed) == PCIE_SPEED_8_0GT ? 8000*128/130 : \
276 (speed) == PCIE_SPEED_5_0GT ? 5000*8/10 : \
277 (speed) == PCIE_SPEED_2_5GT ? 2500*8/10 : \
280 const char *pci_speed_string(enum pci_bus_speed speed);
283 u32 pcie_bandwidth_capable(struct pci_dev *dev, enum pci_bus_speed *speed,
/openbmc/linux/drivers/net/phy/
H A Dmxl-gpy.c350 phydev->speed = SPEED_2500; in gpy_2500basex_chk()
523 switch (phydev->speed) { in gpy_update_interface()
556 if (phydev->speed == SPEED_2500 || phydev->speed == SPEED_1000) { in gpy_update_interface()
573 phydev->speed = SPEED_UNKNOWN; in gpy_read_status()
600 phydev->speed = SPEED_10; in gpy_read_status()
603 phydev->speed = SPEED_100; in gpy_read_status()
606 phydev->speed = SPEED_1000; in gpy_read_status()
609 phydev->speed = SPEED_2500; in gpy_read_status()
/openbmc/u-boot/drivers/i2c/
H A Dat91_i2c.c171 bus->speed = DIV_ROUND_UP(src_rate, in at91_calc_i2c_clock()
203 static int at91_i2c_set_bus_speed(struct udevice *dev, unsigned int speed) in at91_i2c_set_bus_speed() argument
207 at91_calc_i2c_clock(dev, speed); in at91_i2c_set_bus_speed()
218 return bus->speed; in at91_i2c_get_bus_speed()
/openbmc/linux/Documentation/devicetree/bindings/usb/
H A Dnvidia,tegra-xudc.yaml49 - description: Clock to enable XUSB super speed clock.
50 - description: Clock to enable XUSB super speed dev clock.
51 - description: Clock to enable XUSB high speed dev clock.
52 - description: Clock to enable XUSB full speed dev clock.
/openbmc/linux/drivers/usb/usbip/
H A Dvhci.h29 enum usb_device_speed speed; member
126 void rh_port_connect(struct vhci_device *vdev, enum usb_device_speed speed);
/openbmc/linux/Documentation/devicetree/bindings/mfd/
H A Dzii,rave-sp.txt16 - current-speed: Should be set to baud rate SP device is using
33 current-speed = <1000000>;

1...<<11121314151617181920>>...125