Home
last modified time | relevance | path

Searched refs:value (Results 11001 – 11025 of 13080) sorted by relevance

1...<<441442443444445446447448449450>>...524

/openbmc/linux/Documentation/usb/
H A Dauthorization.rst109 The default value for new interfaces
/openbmc/linux/arch/m68k/fpsp040/
H A Dstanh.S11 | Output: The value tanh(X) returned in floating-point register Fp0.
/openbmc/linux/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_dev.c88 return sysfs_emit(buf, "0x%08x\n", config_id.value); in config_id_show()
/openbmc/phosphor-webui/app/server-control/controllers/
H A Dvirtual-media-controller.js51 document.getElementById('file-upload').value = '';
/openbmc/linux/Documentation/driver-api/iio/
H A Dbuffers.rst48 repeat element is 0 or 1, then the repeat value is omitted.
/openbmc/u-boot/scripts/kconfig/
H A Dqconf.h29 bool writeSizes(const QString& key, const QList<int>& value);
/openbmc/qemu/include/sysemu/
H A Dkvm.h168 int value; member
/openbmc/qemu/hw/s390x/
H A Ds390-stattrib.c299 static int qemu_s390_set_migrationmode_stub(S390StAttribState *sa, bool value, in qemu_s390_set_migrationmode_stub() argument
/openbmc/linux/drivers/net/wireless/marvell/libertas_tf/
H A Dlibertas_tf.h161 u32 value; member
/openbmc/linux/Documentation/misc-devices/
H A Duacce.rst167 So user driver need check return value as well as the negotiated uacce->flags.
/openbmc/linux/include/acpi/
H A Dactbl3.h619 u32 value; /* Value used with Read/Write register */ member
/openbmc/linux/Documentation/arch/arm64/
H A Damu.rst92 SYS_AMEVCNTR1_EL0(n), where n is a value between 0 and 15.
/openbmc/u-boot/doc/device-tree-bindings/spi/
H A Dspi-bus.txt67 Now the value that spi-tx-bus-width and spi-rx-bus-width can receive is
/openbmc/qemu/target/sh4/
H A Dcpu.h137 uint32_t value; member
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dfunctional.hpp278 __make_indices<std::tuple_size<std::remove_cvref_t<_Tup>>::value>;
/openbmc/qemu/qapi/
H A Dblock-core.json1391 # @len: Estimated @offset value at the completion of the job. This
1392 # value can arbitrarily change while the job is running, in both
1396 # value can only meaningfully be used for the ratio of @offset to
1397 # @len. The value is monotonically increasing.
1888 # query-block-jobs where the BlockJobInfo.type field has the value
1919 # query-block-jobs where the BlockJobInfo.type field has the value
2649 # current value is not changed.
3235 # single submission in the AIO backend. The smallest value
3236 # between this and the aio-max-batch value of the IOThread object
3417 # information on these structures. The default value is chosen
[all …]
/openbmc/linux/Documentation/networking/
H A Dsnmp_counter.rst434 value must stay constant)
503 1. the memory used by the TCP protocol is higher than the third value of
554 The sum of CWND detected by ACK train length. Dividing this value by
564 The sum of CWND detected by packet delay. Dividing this value by
854 value. For example, if the previous window size is 10, and the TCP
860 The TCP receive window is set to zero from a no-zero value.
864 The TCP receive window is set to no-zero value from zero.
1074 * 48 bytes data (default value of the ping command)
1281 Change tcp_max_orphans to a smaller value on client::
1373 value of TcpExtTCPAbortOnMemory was 54.
[all …]
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dsubdev-formats.rst136 be set to non default value (``V4L2_QUANTIZATION_FULL_RANGE`` or
189 value stating if the bytes are padded in their most high order bits
195 1, an endianness value stating if the pixel is transferred MSB first
201 half of the green value) transferred first will be named
2390 value stating if the bytes are padded in their most high order bits
2394 1, an endianness value stating if the pixel is transferred MSB first
8020 - The hue, saturation, value or lightness and optional alpha components
8022 supported value is AHSV.
8025 be different for all components. The only currently supported value
8030 supported value is 1.
[all …]
/openbmc/linux/drivers/net/ethernet/cadence/
H A Dmacb_main.c235 static void hw_writel_native(struct macb *bp, int offset, u32 value) in hw_writel_native() argument
237 __raw_writel(value, bp->regs + offset); in hw_writel_native()
245 static void hw_writel(struct macb *bp, int offset, u32 value) in hw_writel() argument
247 writel_relaxed(value, bp->regs + offset); in hw_writel()
256 u32 value = MACB_BIT(LLB); in hw_is_native_io() local
258 __raw_writel(value, addr + MACB_NCR); in hw_is_native_io()
259 value = __raw_readl(addr + MACB_NCR); in hw_is_native_io()
264 return value == MACB_BIT(LLB); in hw_is_native_io()
419 u16 value) in macb_mdio_write_c22() argument
437 | MACB_BF(DATA, value))); in macb_mdio_write_c22()
[all …]
/openbmc/linux/drivers/usb/dwc2/
H A Dgadget.c1724 static int dwc2_hsotg_ep_sethalt(struct usb_ep *ep, int value, bool now);
4384 static int dwc2_hsotg_ep_sethalt(struct usb_ep *ep, int value, bool now) in dwc2_hsotg_ep_sethalt() argument
4393 dev_info(hs->dev, "%s(ep %p %s, %d)\n", __func__, ep, ep->name, value); in dwc2_hsotg_ep_sethalt()
4396 if (value) in dwc2_hsotg_ep_sethalt()
4409 if (!now && value && !list_empty(&hs_ep->queue)) { in dwc2_hsotg_ep_sethalt()
4419 if (value) { in dwc2_hsotg_ep_sethalt()
4436 if (value) { in dwc2_hsotg_ep_sethalt()
4454 hs_ep->halted = value; in dwc2_hsotg_ep_sethalt()
4463 static int dwc2_hsotg_ep_sethalt_lock(struct usb_ep *ep, int value) in dwc2_hsotg_ep_sethalt_lock() argument
4471 ret = dwc2_hsotg_ep_sethalt(ep, value, false); in dwc2_hsotg_ep_sethalt_lock()
/openbmc/linux/drivers/scsi/qla4xxx/
H A Dql4_nx.c1888 uint32_t value) in ql4_84xx_ipmdio_wr_reg() argument
1896 ha->isp_ops->wr_reg_indirect(ha, addr3, value); in ql4_84xx_ipmdio_wr_reg()
2631 uint32_t addr1, addr2, value, data, temp, wrval; in qla4_84xx_minidump_process_rddfe() local
2642 value = le32_to_cpu(rddfe->value); in qla4_84xx_minidump_process_rddfe()
2654 ha->isp_ops->wr_reg_indirect(ha, addr1, (0x40000000 | value)); in qla4_84xx_minidump_process_rddfe()
2675 ha->isp_ops->wr_reg_indirect(ha, addr1, value); in qla4_84xx_minidump_process_rddfe()
2692 ((0x40000000 | value) + in qla4_84xx_minidump_process_rddfe()
/openbmc/u-boot/common/spl/
H A DKconfig272 This is a 32-bit checksum value that can be used to verify images.
282 checksum is a 128-bit hash value used to check that the image
285 image while still retaining the same MD5 hash value. For secure
295 checksum is a 160-bit (20-byte) hash value used to check that the
307 checksum is a 256-bit (32-byte) hash value used to check that the
317 checksum is a 384-bit (48-byte) hash value used to check that the
328 checksum is a 512-bit (64-byte) hash value used to check that the
404 a number of settings (essentially name/value pairs) which can
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dpackages.rst148 generators. The value of :term:`PR` bumps when the checksum changes and the
224 value of the :term:`PR` variable needs to be increased (or "bumped") as part of
226 its initial value equal to "r0", which is the default. Even though the
227 default value is "r0", the practice of adding it to a new recipe makes
413 set for all packages. The default value of None
468 the value you put in :term:`PACKAGES_DYNAMIC` should correspond to the name
998 # in the LICENSE value for now since it is a reasonable assumption that all
1000 # licenses then you should change the value to separate the licenses with |
/openbmc/linux/drivers/net/ethernet/intel/igc/
H A Digc_main.c6574 void igc_read_pci_cfg(struct igc_hw *hw, u32 reg, u16 *value) in igc_read_pci_cfg() argument
6578 pci_read_config_word(adapter->pdev, reg, value); in igc_read_pci_cfg()
6581 void igc_write_pci_cfg(struct igc_hw *hw, u32 reg, u16 *value) in igc_write_pci_cfg() argument
6585 pci_write_config_word(adapter->pdev, reg, *value); in igc_write_pci_cfg()
6588 s32 igc_read_pcie_cap_reg(struct igc_hw *hw, u32 reg, u16 *value) in igc_read_pcie_cap_reg() argument
6595 pcie_capability_read_word(adapter->pdev, reg, value); in igc_read_pcie_cap_reg()
6600 s32 igc_write_pcie_cap_reg(struct igc_hw *hw, u32 reg, u16 *value) in igc_write_pcie_cap_reg() argument
6607 pcie_capability_write_word(adapter->pdev, reg, *value); in igc_write_pcie_cap_reg()
6616 u32 value = 0; in igc_rd32() local
6619 return ~value; in igc_rd32()
[all …]
/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/
H A Dbitbake-user-manual-execution.rst34 A common method to determine this value for your build host is to run
42 eight processors, which is the value you would then assign to
478 some fixed value and create the checksum for the "run" script. BitBake
506 ``PACKAGE_ARCHS`` variable does not depend on the value of ``MACHINE``,
666 configuration if top level key ``bitbake_merge`` is set to the value
670 match the value of the default configuration.

1...<<441442443444445446447448449450>>...524