/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | radeon_legacy_tv.c | 301 uint16_t addr, uint32_t value) in radeon_legacy_tv_write_fifo() argument 308 WREG32(RADEON_TV_HOST_WRITE_DATA, value); in radeon_legacy_tv_write_fifo() 855 static int get_post_div(int value) in get_post_div() argument 858 switch (value) { in get_post_div()
|
/openbmc/u-boot/doc/device-tree-bindings/gpio/ |
H A D | gpio.txt | 77 value at the device. The exact definition of logically asserted should be 174 #gpio-range-cells with value <3>. This requirement is now deprecated. 232 the value low. 234 the value high.
|
/openbmc/linux/drivers/char/ipmi/ |
H A D | ipmi_devintf.c | 494 return ipmi_set_my_address(priv->user, val.channel, val.value); in ipmi_ioctl() 506 rv = ipmi_get_my_address(priv->user, val.channel, &val.value); in ipmi_ioctl() 526 rv = ipmi_set_my_LUN(priv->user, val.channel, val.value); in ipmi_ioctl() 539 rv = ipmi_get_my_LUN(priv->user, val.channel, &val.value); in ipmi_ioctl()
|
/openbmc/linux/drivers/spi/ |
H A D | spidev.c | 285 k_tmp->delay.value = u_tmp->delay_usecs; in spidev_message() 288 k_tmp->word_delay.value = u_tmp->word_delay_usecs; in spidev_message() 300 k_tmp->delay.value, in spidev_message() 301 k_tmp->word_delay.value, in spidev_message()
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | offb.c | 109 u32 value; in offb_setcolreg() local 114 value = (cr << info->var.red.offset) | in offb_setcolreg() 120 value |= mask; in offb_setcolreg() 122 pal[regno] = value; in offb_setcolreg()
|
/openbmc/linux/sound/pci/hda/ |
H A D | patch_analog.c | 466 ucontrol->value.enumerated.item[0] = spec->cur_smux; in ad1983_auto_smux_enum_get() 475 unsigned int val = ucontrol->value.enumerated.item[0]; in ad1983_auto_smux_enum_put() 744 ucontrol->value.enumerated.item[0] = spec->cur_smux; in ad1988_auto_smux_enum_get() 753 unsigned int val = ucontrol->value.enumerated.item[0]; in ad1988_auto_smux_enum_put()
|
/openbmc/linux/arch/arm64/boot/dts/qcom/ |
H A D | sdm845-mtp.dts | 664 qcom,imp-res-offset-value = <8>; 665 qcom,hstx-trim-value = <QUSB2_V2_HSTX_TRIM_21_6_MA>; 698 qcom,imp-res-offset-value = <8>; 699 qcom,hstx-trim-value = <QUSB2_V2_HSTX_TRIM_22_8_MA>;
|
H A D | sdm850-lenovo-yoga-c630.dts | 746 qcom,imp-res-offset-value = <8>; 747 qcom,hstx-trim-value = <QUSB2_V2_HSTX_TRIM_21_6_MA>; 774 qcom,imp-res-offset-value = <8>; 775 qcom,hstx-trim-value = <QUSB2_V2_HSTX_TRIM_22_8_MA>;
|
/openbmc/linux/Documentation/devicetree/bindings/powerpc/fsl/ |
H A D | mpc5200.txt | 9 For mpc5200 on-chip devices, the format for each compatible value is 11 to the device based solely on the compatible value. If two drivers 70 Note: The tables below show the value for the mpc5200. A mpc5200b device 183 L2 := interrupt number; directly mapped from the value in the
|
/openbmc/linux/drivers/net/ethernet/microchip/lan966x/ |
H A D | lan966x_vcap_impl.c | 326 u32 value, mask; in lan966x_vcap_is1_add_default_fields() local 330 &value, &mask)) in lan966x_vcap_is1_add_default_fields() 342 u32 value, mask; in lan966x_vcap_is2_add_default_fields() local 345 &value, &mask)) in lan966x_vcap_is2_add_default_fields()
|
/openbmc/linux/drivers/comedi/drivers/ |
H A D | jr3_pci.c | 297 int value; in read_idm_word() local 306 value = hex_to_bin(data[*pos]); in read_idm_word() 307 if (value >= 0) { in read_idm_word() 309 *val = (*val << 4) + value; in read_idm_word()
|
/openbmc/linux/Documentation/admin-guide/mm/damon/ |
H A D | reclaim.rst | 48 ``damon_reclaim.<parameter>=<value>`` on the kernel boot command line or write 58 You can enable DAMON_RCLAIM by setting the value of this parameter as ``Y``. 91 used for limiting CPU consumption of DAMON_RECLAIM. If the value is zero, the 103 This can be used for limiting consumption of CPU and IO. If this value is
|
/openbmc/linux/sound/soc/codecs/ |
H A D | adau17x1.c | 197 if (ucontrol->value.enumerated.item[0] >= e->items) in adau17x1_dsp_mux_enum_put() 200 switch (ucontrol->value.enumerated.item[0]) { in adau17x1_dsp_mux_enum_put() 224 ucontrol->value.enumerated.item[0], e, &update); in adau17x1_dsp_mux_enum_put() 251 ucontrol->value.enumerated.item[0] = val; in adau17x1_dsp_mux_enum_get()
|
/openbmc/linux/tools/include/nolibc/ |
H A D | sys.h | 526 int sys_ioctl(int fd, unsigned long req, void *value) in sys_ioctl() argument 528 return my_syscall3(__NR_ioctl, fd, req, value); in sys_ioctl() 532 int ioctl(int fd, unsigned long req, void *value) in ioctl() argument 534 return __sysret(sys_ioctl(fd, req, value)); in ioctl()
|
/openbmc/phosphor-fan-presence/control/ |
H A D | fanctl.cpp | 63 double value; member 717 << sensor.value; in printSensors() 747 auto value = std::get<double>(it->second.at("Value")); in extractSensorData() local 791 sensors.emplace_back(printName, value, functional, available); in extractSensorData()
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/files/corstone1000/ |
H A D | 0001-remoteproc-Add-Arm-remoteproc-driver.patch | 188 + * @exp_ack: expected bits value 189 + * @rst_ack: bits value read 213 + dev_err(dev, "unexpected RST_ACK value: 0x%x\n", 218 + /* expected ACK value read */
|
/openbmc/linux/drivers/media/i2c/ |
H A D | ds90ub913.c | 172 int value) in ub913_gpio_direction_out() argument 181 (value ? UB913_REG_GPIO_CFG_OUT_VAL(field_idx) : in ub913_gpio_direction_out() 185 static void ub913_gpio_set(struct gpio_chip *gc, unsigned int offset, int value) in ub913_gpio_set() argument 187 ub913_gpio_direction_out(gc, offset, value); in ub913_gpio_set()
|
/openbmc/linux/Documentation/devicetree/bindings/bus/ |
H A D | qcom,ebi2.txt | 81 value is actually 1, so a value of 0 will still yield 1 recovery cycle. 84 WE is asserted until CS is asserted. With a hold of 1 (value = 0), the CS
|
/openbmc/linux/drivers/net/ethernet/microchip/sparx5/ |
H A D | sparx5_calendar.c | 162 u32 cal[7], value, idx, portno; in sparx5_config_auto_calendar() local 239 value = spx5_rd(sparx5, QSYS_CAL_CTRL); in sparx5_config_auto_calendar() 240 if (QSYS_CAL_CTRL_CAL_AUTO_ERROR_GET(value)) { in sparx5_config_auto_calendar()
|
/openbmc/u-boot/drivers/mmc/ |
H A D | arm_pl180_mmci.c | 500 int value = 1; in dm_mmc_getcd() local 503 value = dm_gpio_get_value(&host->cd_gpio); in dm_mmc_getcd() 505 return value; in dm_mmc_getcd()
|
/openbmc/linux/include/uapi/drm/ |
H A D | drm.h | 271 unsigned long value; member 780 __u64 value; member 848 __u64 value; member
|
/openbmc/linux/drivers/edac/ |
H A D | fsl_ddr_edac.c | 43 static inline void ddr_out32(void __iomem *addr, u32 value) in ddr_out32() argument 46 iowrite32(value, addr); in ddr_out32() 48 iowrite32be(value, addr); in ddr_out32()
|
/openbmc/linux/arch/arm/boot/dts/ti/omap/ |
H A D | am335x-baltos.dtsi | 119 /* Slave 1 reset value */ 128 /* Slave 2 reset value*/ 154 /* MDIO reset value */
|
/openbmc/linux/Documentation/devicetree/bindings/regulator/ |
H A D | regulator-max77620.txt | 77 "maxim,active-fps-source" but value 83 this value get configured into FPS 91 this value get configured into FPS
|
/openbmc/linux/Documentation/trace/ |
H A D | uprobetracer.rst | 34 GRP : Group name. If omitted, "uprobes" is the default value. 47 $retval : Fetch return value.(\*1) 50 \IMM : Store an immediate value to the argument.
|