Home
last modified time | relevance | path

Searched refs:value (Results 12976 – 13000 of 13561) sorted by relevance

1...<<511512513514515516517518519520>>...543

/openbmc/linux/drivers/s390/char/
H A Dcon3270.c164 static char *tty3270_add_sa(struct tty3270 *tp, char *cp, char attr, char value) in tty3270_add_sa() argument
168 *cp++ = value; in tty3270_add_sa()
/openbmc/linux/drivers/mtd/nand/raw/
H A Domap2.c61 #define TF(value) (value ? 1 : 0) argument
/openbmc/linux/drivers/net/ethernet/atheros/
H A Dag71xx.c408 static void ag71xx_wr(struct ag71xx *ag, unsigned int reg, u32 value) in ag71xx_wr() argument
410 iowrite32(value, ag->mac_base + reg); in ag71xx_wr()
/openbmc/linux/drivers/s390/crypto/
H A Dvfio_ap_ops.c304 union ap_qirq_ctrl aqic_gisa = { .value = 0 }; in vfio_ap_irq_disable()
409 union ap_qirq_ctrl aqic_gisa = { .value = 0 }; in vfio_ap_irq_enable()
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-4.0.rst224 - New SPDX_ORG variable to allow changing the Organization field value
329 version of the BSD license in its :term:`LICENSE` value.
/openbmc/pldm/pldmtool/
H A Dpldm_platform_cmd.cpp723 uint16_t stateId, const std::vector<uint8_t>& value) in getStateSetPossibleStateNames() argument
727 for (const auto& s : value) in getStateSetPossibleStateNames()
/openbmc/qemu/dump/
H A Ddump.c1207 static int set_dump_bitmap(uint64_t last_pfn, uint64_t pfn, bool value, in set_dump_bitmap() argument
1251 if (value) { in set_dump_bitmap()
/openbmc/qemu/docs/about/
H A Demulation.rst467 counted. You can give a value to the ``count`` argument for a class of
637 This plugin can also dump registers when they change value. Specify the name of the
/openbmc/qemu/target/arm/hvf/
H A Dhvf.c1428 static void pmswinc_write(CPUARMState *env, uint64_t value) in pmswinc_write() argument
1433 if ((value & (1 << i)) && /* counter's bit is set */ in pmswinc_write()
/openbmc/libpldm/src/dsp/
H A Dpdr.c375 struct pldm_terminus_locator_type_mctp_eid *value = in pldm_pdr_update_TL_pdr() local
379 pdr->tid == tid && value->eid == tl_eid) { in pldm_pdr_update_TL_pdr()
/openbmc/linux/Documentation/driver-api/
H A Dlibata.rst475 3. :c:expr:`qc->complete_fn` callback is invoked. If the return value of the
631 This error is indicated when STATUS value doesn't match HSM requirement
735 A keyword the indicates a field has no defined value in this
/openbmc/linux/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_main.c612 u32 value; in netxen_setup_msi_interrupts() local
633 value = msi_tgt_status[adapter->ahw.pci_func]; in netxen_setup_msi_interrupts()
635 adapter->tgt_status_reg = netxen_get_ioaddr(adapter, value); in netxen_setup_msi_interrupts()
/openbmc/linux/arch/powerpc/
H A DKconfig926 this in mind when choosing a value for this option.
1272 This value puts the alignment restrictions on physical address
1294 # This value must have zeroes in the bottom 60 bits otherwise lots will break
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dlayers.rst623 Each layer is assigned a priority value. Priority values control which
795 value of "6", you can either use the ``--priority`` option or you
797 :term:`BBFILE_PRIORITY` value
/openbmc/linux/drivers/tty/serial/
H A Dsh-sci.c519 static void sci_serial_out(struct uart_port *p, int offset, int value) in sci_serial_out() argument
524 iowrite8(value, p->membase + (reg->offset << p->regshift)); in sci_serial_out()
526 iowrite16(value, p->membase + (reg->offset << p->regshift)); in sci_serial_out()
/openbmc/linux/tools/testing/selftests/net/mptcp/
H A Dmptcp_join.sh4004 value="${subtests#*@}"
4007 all_tests_names+=("${value}")
4008 all_tests[${key}]="${value}"
/openbmc/openbmc/poky/documentation/overview-manual/
H A Dconcepts.rst343 after ``auto.conf``, variable1 is assigned the value from the
724 system of the target device. A typical value would be "linux" (e.g.
1221 function needs to be passed. The function returns a True or False value.
1352 :term:`INHERIT` value globally
1630 fixed value and create the checksum for the "run" script.
1654 does not depend on the value of :term:`MACHINE`, even if it does
1922 how its value is maintained.
2116 ``foo``, because the default value of ``RDEPENDS:${PN}-dev`` (set in
/openbmc/qemu/hw/nvme/
H A Dctrl.c8744 uint8_t value = n->smart_critical_warning; in nvme_get_smart_warning() local
8746 visit_type_uint8(v, name, &value, errp); in nvme_get_smart_warning()
8753 uint8_t value, old_value, cap = 0, index, event; in nvme_set_smart_warning() local
8755 if (!visit_type_uint8(v, name, &value, errp)) { in nvme_set_smart_warning()
8765 if ((value & cap) != value) { in nvme_set_smart_warning()
8767 value & ~cap); in nvme_set_smart_warning()
8772 n->smart_critical_warning = value; in nvme_set_smart_warning()
8777 if (value & ~old_value & event) in nvme_set_smart_warning()
/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c2073 uint32_t value) in amdgpu_dm_dmub_reg_write() argument
2077 return dm_write_reg(adev->dm.dc->ctx, address, value); in amdgpu_dm_dmub_reg_write()
10976 u32 value, const char *func_name) in dm_write_reg_func() argument
10984 cgs_write_register(ctx->cgs_device, address, value); in dm_write_reg_func()
10985 trace_amdgpu_dc_wreg(&ctx->perf_trace->write_count, address, value); in dm_write_reg_func()
10991 u32 value; in dm_read_reg_func() local
11006 value = cgs_read_register(ctx->cgs_device, address); in dm_read_reg_func()
11008 trace_amdgpu_dc_rreg(&ctx->perf_trace->read_count, address, value); in dm_read_reg_func()
11010 return value; in dm_read_reg_func()
/openbmc/linux/drivers/net/
H A Dmacsec.c1516 static int nla_put_sci(struct sk_buff *skb, int attrtype, sci_t value, in nla_put_sci() argument
1519 return nla_put_u64_64bit(skb, attrtype, (__force u64)value, padattr); in nla_put_sci()
1527 static int nla_put_ssci(struct sk_buff *skb, int attrtype, ssci_t value) in nla_put_ssci() argument
1529 return nla_put_u32(skb, attrtype, (__force u64)value); in nla_put_ssci()
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Dgfx_v10_0.c8745 uint32_t value = 0; in gfx_v10_0_ring_soft_recovery() local
8747 value = REG_SET_FIELD(value, SQ_CMD, CMD, 0x03); in gfx_v10_0_ring_soft_recovery()
8748 value = REG_SET_FIELD(value, SQ_CMD, MODE, 0x01); in gfx_v10_0_ring_soft_recovery()
8749 value = REG_SET_FIELD(value, SQ_CMD, CHECK_VMID, 1); in gfx_v10_0_ring_soft_recovery()
8750 value = REG_SET_FIELD(value, SQ_CMD, VM_ID, vmid); in gfx_v10_0_ring_soft_recovery()
8752 WREG32_SOC15(GC, 0, mmSQ_CMD, value); in gfx_v10_0_ring_soft_recovery()
/openbmc/linux/Documentation/admin-guide/pm/
H A Dsuspend-flows.rst161 "notification type" parameter value is passed to them.
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
H A DKconfig576 Reserved memory needs to be aligned for MC to use. Default value
/openbmc/u-boot/
H A D.travis.yml129 # value.
/openbmc/linux/Documentation/networking/device_drivers/ethernet/toshiba/
H A Dspider_net.rst103 to "empty". The actual value printed is RXCOMST_A.

1...<<511512513514515516517518519520>>...543