/openbmc/linux/drivers/net/ethernet/amd/ |
H A D | declance.c | 296 static inline void writereg(volatile unsigned short *regptr, short value) in writereg() argument 298 *regptr = value; in writereg()
|
/openbmc/linux/drivers/net/wireless/ralink/rt2x00/ |
H A D | rt2x00dev.c | 968 const int value) in rt2x00lib_channel() argument 974 entry->hw_value = value; in rt2x00lib_channel()
|
/openbmc/linux/drivers/net/dsa/ |
H A D | rzn1_a5psw.c | 71 static void a5psw_reg_writel(struct a5psw *a5psw, int offset, u32 value) in a5psw_reg_writel() argument 73 writel(value, a5psw->base + offset); in a5psw_reg_writel()
|
/openbmc/linux/Documentation/arch/s390/ |
H A D | s390dbf.rst | 79 value whereas low priority entries should have a high one. 305 and for each vararg a long value. So e.g. for a debug entry with a format
|
/openbmc/linux/Documentation/userspace-api/media/cec/ |
H A D | cec-ioc-receive.rst | 133 value of the original transmit. This allows the application to associate the 158 are processed differently: either value will match both possible replies.
|
/openbmc/linux/net/bluetooth/hidp/ |
H A D | core.c | 148 unsigned int code, int value) in hidp_input_event() argument 155 session, type, code, value); in hidp_input_event()
|
/openbmc/linux/arch/arm/mach-at91/ |
H A D | pm.c | 169 #define at91_ramc_write(id, field, value) \ argument 170 __raw_writel(value, soc_pm.data.ramc[id] + field)
|
/openbmc/linux/arch/powerpc/perf/ |
H A D | imc-pmu.c | 162 event->value = base + reg; in imc_parse_event() 301 ev_val_str = kasprintf(GFP_KERNEL, "event=0x%x", pmu->events[i].value); in update_events_in_group()
|
/openbmc/linux/arch/arm/mm/ |
H A D | proc-v7.S | 806 .long 0x510f0400 @ Required ID value 822 .long 0x000f0000 @ Required ID value
|
/openbmc/linux/drivers/tty/ |
H A D | Kconfig | 172 the default value of the sysctl. 195 only set the default value of this functionality.
|
H A D | amiserial.c | 995 static int get_lsr_info(struct serial_state *info, unsigned int __user *value) in get_lsr_info() argument 1006 if (copy_to_user(value, &result, sizeof(int))) in get_lsr_info()
|
/openbmc/linux/Documentation/target/ |
H A D | tcmu-design.rst | 163 containing "len_op", a 32-bit value that stores the length, as well as 243 where size must be equal to the value read from
|
/openbmc/linux/drivers/gpu/drm/i915/selftests/ |
H A D | intel_memory_region.c | 677 u32 value) in igt_gpu_write_dw() argument 680 vma->size >> PAGE_SHIFT, value); in igt_gpu_write_dw()
|
/openbmc/linux/drivers/tty/serial/ |
H A D | sprd_serial.c | 144 int value) in serial_out() argument 146 writel_relaxed(value, port->membase + offset); in serial_out()
|
/openbmc/linux/Documentation/process/ |
H A D | 6.Followthrough.rst | 32 value and why you went to the trouble of writing it. But that value
|
/openbmc/linux/drivers/iommu/ |
H A D | rockchip-iommu.c | 340 static void rk_iommu_write(void __iomem *base, u32 offset, u32 value) in rk_iommu_write() argument 342 writel(value, base + offset); in rk_iommu_write()
|
/openbmc/linux/arch/s390/mm/ |
H A D | pgtable.c | 1158 unsigned long bits, unsigned long value) in set_pgste_bits() argument 1174 pgste_val(new) |= value & bits; in set_pgste_bits()
|
/openbmc/linux/drivers/net/phy/ |
H A D | mediatek-ge-soc.c | 1202 u8 index, enum led_brightness value) in mt798x_phy_led_brightness_set() argument 1210 return mt798x_phy_hw_led_on_set(phydev, index, (value != LED_OFF)); in mt798x_phy_led_brightness_set()
|
/openbmc/docs/designs/ |
H A D | vpd-collection.md | 38 Essentially, the IPZ VPD structure consists of key-value pairs called keywords. 58 - The keyword format VPD is also something that consists of key-value pairs, but
|
/openbmc/linux/drivers/staging/greybus/ |
H A D | light.c | 435 enum led_brightness value) in gb_brightness_set() argument 439 channel->led->brightness = value; in gb_brightness_set()
|
/openbmc/qemu/hw/scsi/ |
H A D | vmw_pvscsi.c | 1004 pvscsi_on_command_data(PVSCSIState *s, uint32_t value) in pvscsi_on_command_data() argument 1009 s->curr_cmd_data[s->curr_cmd_data_cntr++] = value; in pvscsi_on_command_data()
|
/openbmc/linux/Documentation/dev-tools/ |
H A D | kselftest.rst | 179 the timeout with a value higher than 45 seconds, selftests strives to keep 204 specifying a `FORMAT` make variable. Any value recognized by `tar's auto-compress`_
|
/openbmc/linux/sound/soc/codecs/ |
H A D | cs35l56.c | 151 ucontrol->value.enumerated.item[0] = snd_soc_enum_val_to_item(e, val); in cs35l56_dspwait_asp1tx_get() 163 int item = ucontrol->value.enumerated.item[0]; in cs35l56_dspwait_asp1tx_put()
|
/openbmc/linux/drivers/s390/block/ |
H A D | dasd_eckd.c | 2070 unsigned long value; in dasd_eckd_check_characteristics() local 2117 value = 1; in dasd_eckd_check_characteristics() 2118 for (i = 0; i < private->conf.gneq->timeout.value; i++) in dasd_eckd_check_characteristics() 2119 value = 10 * value; in dasd_eckd_check_characteristics() 2120 value = value * private->conf.gneq->timeout.number; in dasd_eckd_check_characteristics() 2122 if (value != 0 && value <= DASD_EXPIRES_MAX) in dasd_eckd_check_characteristics() 2123 device->default_expires = value; in dasd_eckd_check_characteristics()
|
/openbmc/openbmc/poky/documentation/kernel-dev/ |
H A D | common.rst | 1313 Requested value: CONFIG_X86_TSC=y 1314 Actual value: 1321 Requested value: # CONFIG_X86_BIGSMP is not set 1322 Actual value: 1330 Requested value: CONFIG_NR_CPUS=8 1331 Actual value: CONFIG_NR_CPUS=1 1338 Requested value: CONFIG_SCHED_SMT=y 1339 Actual value: 1703 The value is
|