Home
last modified time | relevance | path

Searched refs:value (Results 5176 – 5200 of 13073) sorted by relevance

1...<<201202203204205206207208209210>>...523

/openbmc/qemu/hw/intc/
H A Driscv_imsic.c285 static void riscv_imsic_write(void *opaque, hwaddr addr, uint64_t value, in riscv_imsic_write() argument
307 msi.data = le32_to_cpu(value); in riscv_imsic_write()
318 if (value && (value < imsic->num_irqs)) { in riscv_imsic_write()
319 qatomic_or(&imsic->eistate[(page * imsic->num_irqs) + value], in riscv_imsic_write()
H A Daspeed_intc.c121 uint32_t value = 0; in aspeed_intc_read() local
130 value = s->regs[addr]; in aspeed_intc_read()
131 trace_aspeed_intc_read(offset, size, value); in aspeed_intc_read()
133 return value; in aspeed_intc_read()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dverifier_sock.c16 __type(value, __u64);
23 __type(value, int);
30 __type(value, int);
37 __type(value, int);
49 __type(value, struct val);
/openbmc/linux/tools/perf/util/
H A Dparse-events.l35 static int value(yyscan_t scanner, int base) in value() function
286 {num_dec} { return value(yyscanner, 10); }
287 {num_hex} { return value(yyscanner, 16); }
333 {num_dec} { return value(yyscanner, 10); }
334 {num_hex} { return value(yyscanner, 16); }
/openbmc/linux/Documentation/ABI/stable/
H A Dsysfs-bus-usb7 The file holds a boolean value (0 or 1) indicating whether or
24 being autosuspended at all, and writing a negative value
28 the value of the usbcore.autosuspend module parameter.
103 another value will change the active configuration.
106 configuration with a value equal to 0. Writing 0 to
/openbmc/qemu/contrib/vhost-user-input/
H A Dmain.c104 g_debug("input %d %d %d", evdev.type, evdev.code, evdev.value); in vi_evdev_watch()
108 virtio.value = cpu_to_le32(evdev.value); in vi_evdev_watch()
129 evdev.value = le32_to_cpu(event->value); in vi_handle_status()
/openbmc/linux/drivers/hwmon/
H A Dltc2945.c246 long long value; in ltc2945_value_show() local
248 value = ltc2945_reg_to_val(dev, attr->index); in ltc2945_value_show()
249 if (value < 0) in ltc2945_value_show()
250 return value; in ltc2945_value_show()
251 return sysfs_emit(buf, "%lld\n", value); in ltc2945_value_show()
/openbmc/linux/Documentation/RCU/
H A Drculist_nulls.rst100 We need to make sure a reader cannot read the new 'obj->obj_node.next' value
101 and previous value of 'obj->key'. Otherwise, an item could be deleted
148 to another chain) checking the final 'nulls' value if
149 the lookup met the end of chain. If final 'nulls' value
182 // If the nulls value we got at the end of this lookup is
/openbmc/u-boot/drivers/net/
H A Dftmac110.c369 uint16_t value = 0; in ftmac110_mdio_read() local
378 value = mdio_read(dev, addr, reg); in ftmac110_mdio_read()
383 return value; in ftmac110_mdio_read()
387 int reg, u16 value) in ftmac110_mdio_write() argument
397 mdio_write(dev, addr, reg, value); in ftmac110_mdio_write()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-tty25 Shows the current uartclk value associated with the
147 user specified value to change it for the FIFO buffer.
148 Users can show or set this value regardless of opening the
152 serials. When users input a meaning less value to this I/F,
153 the RX trigger is changed to the nearest lower value for the
/openbmc/u-boot/Documentation/devicetree/bindings/ram/
H A Dfsl,mpc83xx-mem-controller.txt33 - odt_termination_value: ODT termination value for I/Os; possible values:
198 - sdmode: Initial value loaded into the DDR SDRAM mode
200 - esdmode: Initial value loaded into the DDR SDRAM extended
202 - esdmode2: Initial value loaded into the DDR SDRAM extended
204 - esdmode3: Initial value loaded into the DDR SDRAM extended
/openbmc/openpower-hw-diags/util/
H A Dpdbg.cpp673 ATTR_PHYS_BIN_PATH_Type value; in getPhysBinPath() local
674 if (DT_GET_PROP(ATTR_PHYS_BIN_PATH, target, value)) in getPhysBinPath()
687 binPath.insert(binPath.end(), value, value + sizeof(value)); in getPhysBinPath()
/openbmc/linux/drivers/staging/qlge/
H A Dqlge_main.c216 u32 value; in qlge_write_cfg() local
244 value = bit | (q_id << CFG_Q_SHIFT); in qlge_write_cfg()
245 qlge_write32(qdev, CFG, (mask | value)); in qlge_write_cfg()
260 u32 *value) in qlge_get_mac_addr_reg() argument
279 *value++ = qlge_read32(qdev, MAC_ADDR_DATA); in qlge_get_mac_addr_reg()
291 *value++ = qlge_read32(qdev, MAC_ADDR_DATA); in qlge_get_mac_addr_reg()
307 *value++ = qlge_read32(qdev, MAC_ADDR_DATA); in qlge_get_mac_addr_reg()
471 int qlge_get_routing_reg(struct qlge_adapter *qdev, u32 index, u32 *value) in qlge_get_routing_reg() argument
484 *value = qlge_read32(qdev, RT_DATA); in qlge_get_routing_reg()
498 u32 value = 0; in qlge_set_routing_reg() local
[all …]
/openbmc/qemu/hw/sh4/
H A Dr2d.c157 r2d_fpga_write(void *opaque, hwaddr addr, uint64_t value, unsigned int size) in r2d_fpga_write() argument
163 s->irlmsk = value; in r2d_fpga_write()
167 s->outport = value; in r2d_fpga_write()
170 if (value & 1) { in r2d_fpga_write()
/openbmc/linux/sound/mips/
H A Dsnd-n64.c65 static void n64audio_write_reg(struct n64audio *priv, const u8 reg, const u32 value) in n64audio_write_reg() argument
67 writel(value, priv->ai_reg_base + reg); in n64audio_write_reg()
70 static void n64mi_write_reg(struct n64audio *priv, const u8 reg, const u32 value) in n64mi_write_reg() argument
72 writel(value, priv->mi_reg_base + reg); in n64mi_write_reg()
/openbmc/linux/arch/sparc/include/asm/
H A Dpgtable_32.h87 static inline unsigned long srmmu_swap(unsigned long *addr, unsigned long value) in srmmu_swap() argument
90 "=&r" (value) : "0" (value), "r" (addr) : "memory"); in srmmu_swap()
91 return value; in srmmu_swap()
/openbmc/linux/drivers/parisc/
H A Dled.c154 unsigned char value; in led_ASP_driver() local
155 value = (leds & 0x80) >> 7; in led_ASP_driver()
156 gsc_writeb( value, LED_DATA_REG ); in led_ASP_driver()
157 gsc_writeb( value | LED_STROBE, LED_DATA_REG ); in led_ASP_driver()
/openbmc/qemu/tests/unit/
H A Dtest-qtree.c51 static void my_value_destroy(gpointer value) in my_value_destroy() argument
53 destroyed_value = value; in my_value_destroy()
57 static gint my_traverse(gpointer key, gpointer value, gpointer data) in my_traverse() argument
79 static gint check_order(gpointer key, gpointer value, gpointer data) in check_order() argument
/openbmc/qemu/hw/usb/
H A Ddev-wacom.c317 int request, int value, int index, int length, uint8_t *data) in usb_wacom_handle_control() argument
322 ret = usb_desc_handle_control(dev, p, request, value, index, length, data); in usb_wacom_handle_control()
329 switch (value >> 8) { in usb_wacom_handle_control()
363 s->idle = (uint8_t) (value >> 8); in usb_wacom_handle_control()
/openbmc/linux/drivers/accessibility/speakup/
H A Dspeakup_acntpc.c189 jiffy_delta_val = jiffy_delta->u.n.value; in do_catch_up()
207 full_time_val = full_time->u.n.value; in do_catch_up()
235 jiffy_delta_val = jiffy_delta->u.n.value; in do_catch_up()
236 delay_time_val = delay_time->u.n.value; in do_catch_up()
/openbmc/linux/drivers/net/ethernet/marvell/
H A Dmvmdio.c153 int regnum, u16 value) in orion_mdio_smi_write() argument
165 (value << MVMDIO_SMI_DATA_SHIFT)), in orion_mdio_smi_write()
210 int dev_addr, int regnum, u16 value) in orion_mdio_xsmi_write_c45() argument
222 MVMDIO_XSMI_WRITE_OPERATION | value, in orion_mdio_xsmi_write_c45()
/openbmc/linux/drivers/pinctrl/mediatek/
H A Dpinctrl-mt2701.c457 unsigned int i, value, mask; in mt2701_spec_pinmux_set() local
472 value = mask; in mt2701_spec_pinmux_set()
474 value = 0; in mt2701_spec_pinmux_set()
475 regmap_update_bits(reg, mt2701_spec_pinmux[i].offset, mask, value); in mt2701_spec_pinmux_set()
/openbmc/linux/drivers/s390/char/
H A Dsclp_cpi_sys.c202 static void set_string(char *attr, const char *value) in set_string() argument
207 len = strlen(value); in set_string()
209 if ((len > 0) && (value[len - 1] == '\n')) in set_string()
214 attr[i] = toupper(value[i]); in set_string()
/openbmc/linux/drivers/net/usb/
H A Dch9200.c100 unsigned char request, unsigned short value, in control_read() argument
125 request, request_type, value, index, buf, size, in control_read()
138 unsigned short value, unsigned short index, in control_write() argument
165 request, request_type, value, index, buf, size, in control_write()
/openbmc/linux/sound/usb/6fire/
H A Dfirmware.c159 int type, int value, char *data, int len) in usb6fire_fw_ezusb_write() argument
163 value, 0, data, len, 1000, GFP_KERNEL); in usb6fire_fw_ezusb_write()
167 int type, int value, char *data, int len) in usb6fire_fw_ezusb_read() argument
171 value, 0, data, len, 1000, GFP_KERNEL); in usb6fire_fw_ezusb_read()

1...<<201202203204205206207208209210>>...523