Home
last modified time | relevance | path

Searched refs:speed (Results 1051 – 1075 of 3127) sorted by relevance

1...<<41424344454647484950>>...126

/openbmc/linux/drivers/pcmcia/
H A Dtcic.c701 "%#llx-%#llx)\n", psock, io->map, io->flags, io->speed, in tcic_set_io_map()
718 ioctl |= to_cycles(io->speed) & TCIC_ICTL_WSCNT_MASK; in tcic_set_io_map()
739 mem->speed, (unsigned long long)mem->res->start, in tcic_set_mem_map()
743 (mem->res->start > mem->res->end) || (mem->speed > 1000)) in tcic_set_mem_map()
764 ctl |= to_cycles(mem->speed) & TCIC_MCTL_WSCNT_MASK; in tcic_set_mem_map()
/openbmc/openbmc/meta-raspberrypi/recipes-bsp/bootfiles/
H A Drpi-config_git.bb167 echo "dtoverlay=pitft22,rotate=270,speed=32000000,txbuflen=32768" >>$CONFIG
171 echo "dtoverlay=pitft28-resistive,rotate=90,speed=32000000,txbuflen=32768" >>$CONFIG
175 echo "dtoverlay=pitft28-capacitive,rotate=90,speed=32000000,txbuflen=32768" >>$CONFIG
180 echo "dtoverlay=pitft35-resistive,rotate=90,speed=42000000,fps=20" >>$CONFIG
267 echo "dtoverlay=at86rf233,speed=3000000" >>$CONFIG
/openbmc/linux/Documentation/hwmon/
H A Dlm80.rst40 The LM80 implements one temperature sensor, two fan rotation speed sensors,
53 triggered if the rotation speed has dropped below a programmable limit. Fan
/openbmc/linux/arch/powerpc/boot/dts/
H A DkuroboxHG.dts90 current-speed = <9600>;
101 current-speed = <57600>;
H A Dtqm8xx.dts77 bosch,iso-low-speed-mux;
89 bosch,iso-low-speed-mux;
H A DkuroboxHD.dts90 current-speed = <9600>;
101 current-speed = <57600>;
/openbmc/u-boot/drivers/net/phy/
H A Dcortina.c282 phydev->speed = SPEED_10000; in cs4340_startup()
314 phydev->speed = SPEED_10000; in cs4223_startup()
/openbmc/u-boot/drivers/i2c/
H A Drcar_iic.c196 static int rcar_iic_set_speed(struct udevice *dev, uint speed) in rcar_iic_set_speed() argument
213 denom = speed * (ratio_high + ratio_low); in rcar_iic_set_speed()
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A DKconfig71 SDI is a high speed one-way display serial bus between the host
79 DSI is a high speed half-duplex serial interface between the host
/openbmc/linux/Documentation/devicetree/bindings/pci/
H A Dmediatek-pcie-gen3.yaml13 PCIe Gen3 MAC controller for MediaTek SoCs, it supports Gen3 speed
14 and compatible with Gen2, Gen1 speed.
/openbmc/linux/drivers/net/ethernet/atheros/alx/
H A Dethtool.c167 cmd->base.speed = hw->link_speed; in alx_get_link_ksettings()
196 adv_cfg = alx_speed_to_ethadv(cmd->base.speed, in alx_set_link_ksettings()
/openbmc/linux/drivers/net/ethernet/mscc/
H A Docelot_mm.c66 ocelot_port->speed == SPEED_1000) && mm->tx_active) in ocelot_port_update_active_preemptible_tcs()
81 phy_speed_to_str(ocelot_port->speed), in ocelot_port_update_active_preemptible_tcs()
/openbmc/linux/arch/arm/boot/dts/marvell/
H A Dorion5x-netgear-wnr854t.dts143 speed = <1000>;
213 speed = <1000>;
/openbmc/linux/drivers/ata/
H A Dpata_rdc.c176 u8 speed = adev->dma_mode; in rdc_set_dmamode() local
192 if (speed >= XFER_UDMA_0) { in rdc_set_dmamode()
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dsm6115-fxtec-pro1x.dts237 maximum-speed = "high-speed";
/openbmc/obmc-console/
H A Dtty-handler.c195 speed_t speed) in set_terminal_baud() argument
204 if (cfsetspeed(&term_options, speed) < 0) { in set_terminal_baud()
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A Darcturus_ppt.c1197 uint32_t *speed) in arcturus_get_fan_speed_rpm() argument
1205 if (!speed) in arcturus_get_fan_speed_rpm()
1212 speed); in arcturus_get_fan_speed_rpm()
1222 *speed = 0; in arcturus_get_fan_speed_rpm()
1232 *speed = 0; in arcturus_get_fan_speed_rpm()
1242 uint32_t speed) in arcturus_set_fan_speed_pwm() argument
1248 speed = MIN(speed, 255); in arcturus_set_fan_speed_pwm()
1267 uint32_t speed) in arcturus_set_fan_speed_rpm() argument
1287 uint32_t *speed) in arcturus_get_fan_speed_pwm() argument
1300 *speed = 0; in arcturus_get_fan_speed_pwm()
[all …]
/openbmc/qemu/
H A Dblockdev.c2286 bool has_speed, int64_t speed, in qmp_block_stream() argument
2434 bool has_speed, int64_t speed, in qmp_block_commit() argument
2453 speed = 0; in qmp_block_commit()
2607 speed, on_error, backing_file, in qmp_block_commit()
2630 backup->speed = 0; in do_backup_common()
2783 bool has_speed, int64_t speed, in blockdev_mirror_common() argument
2804 speed = 0; in blockdev_mirror_common()
3040 arg->has_speed, arg->speed, in qmp_drive_mirror()
3058 bool has_speed, int64_t speed, in qmp_blockdev_mirror() argument
3099 zero_target, has_speed, speed, in qmp_blockdev_mirror()
[all …]
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/
H A Damdgpu_smu.c67 static int smu_set_fan_speed_pwm(void *handle, u32 speed);
2293 if (speed == U32_MAX) in smu_set_fan_speed_rpm()
2296 ret = smu->ppt_funcs->set_fan_speed_rpm(smu, speed); in smu_set_fan_speed_rpm()
2299 smu->user_dpm_profile.fan_speed_rpm = speed; in smu_set_fan_speed_rpm()
2721 if (!speed) in smu_get_fan_speed_pwm()
2724 ret = smu->ppt_funcs->get_fan_speed_pwm(smu, speed); in smu_get_fan_speed_pwm()
2740 if (speed == U32_MAX) in smu_set_fan_speed_pwm()
2743 ret = smu->ppt_funcs->set_fan_speed_pwm(smu, speed); in smu_set_fan_speed_pwm()
2746 smu->user_dpm_profile.fan_speed_pwm = speed; in smu_set_fan_speed_pwm()
2767 if (!speed) in smu_get_fan_speed_rpm()
[all …]
/openbmc/linux/drivers/pinctrl/stm32/
H A Dpinctrl-stm32.c181 u32 speed) in stm32_gpio_backup_speed() argument
184 bank->pin_backup[offset] |= speed << STM32_GPIO_BKP_SPEED_SHIFT; in stm32_gpio_backup_speed()
955 unsigned offset, u32 speed) in stm32_pconf_set_speed() argument
975 val |= speed << (offset * 2); in stm32_pconf_set_speed()
981 stm32_gpio_backup_speed(bank, offset, speed); in stm32_pconf_set_speed()
1202 u32 mode, alt, drive, speed, bias; in stm32_pconf_dbg_show() local
1240 speed = stm32_pconf_get_speed(bank, offset); in stm32_pconf_dbg_show()
1246 speeds[speed], "speed"); in stm32_pconf_dbg_show()
1252 speed = stm32_pconf_get_speed(bank, offset); in stm32_pconf_dbg_show()
1261 speeds[speed], "speed"); in stm32_pconf_dbg_show()
/openbmc/linux/Documentation/devicetree/bindings/phy/
H A Dnvidia,tegra124-xusb-padctl.yaml21 Some of the lanes are high-speed lanes, which can be used for PCIe, SATA or
22 super-speed USB. Other lanes are for various types of low-speed, full-speed
23 or high-speed USB (such as UTMI, ULPI and HSIC). The XUSB pad controller
476 number to map this super-speed USB port to. The range of
497 number to map this super-speed USB port to. The range of
/openbmc/linux/include/uapi/linux/
H A Dscc.h135 long speed; /* Line speed, bps */ member
/openbmc/linux/Documentation/devicetree/bindings/extcon/
H A Dextcon-rt8973a.txt7 speed USB operation. Also, RT8973A support 'auto-configuration' mode.
/openbmc/linux/drivers/i3c/
H A DKconfig10 support for high speed transfers and native interrupt support
/openbmc/linux/Documentation/devicetree/bindings/watchdog/
H A Dst,stm32-iwdg.yaml27 - description: Low speed clock

1...<<41424344454647484950>>...126