/openbmc/linux/include/uapi/linux/ |
H A D | kfd_ioctl.h | 724 __u32 value; member
|
/openbmc/linux/arch/x86/kvm/svm/ |
H A D | svm.h | 555 void svm_set_gif(struct vcpu_svm *svm, bool value);
|
/openbmc/docs/designs/ |
H A D | ocp-led-policy-support.md | 124 priority will be an integer value. A larger number means higher priority for
|
H A D | firmware-update-via-blobs.md | 114 important to your verification service. The value provided will be written to a 286 this is not rejected but currently provides no additional value.
|
/openbmc/qemu/docs/devel/ |
H A D | tcg-plugins.rst | 65 like adding or storing an immediate value. It is also possible to execute a
|
/openbmc/qemu/linux-headers/asm-x86/ |
H A D | kvm.h | 401 __u64 value; member
|
/openbmc/qemu/include/tcg/ |
H A D | tcg.h | 218 uintptr_t value; member
|
/openbmc/linux/samples/bpf/ |
H A D | Makefile | 396 -D__KERNEL__ -D__BPF_TRACING__ -Wno-unused-value -Wno-pointer-sign \
|
/openbmc/openbmc/poky/documentation/ref-manual/ |
H A D | classes.rst | 176 are extracted into the subdirectory expected by the default value of 911 and if the default value of :term:`GITHUB_BASE_URI` is not suitable, 913 in the value you set for :term:`SRC_URI` within the recipe. 1458 value. Installing the package in this manner can cause errors during 1514 (:term:`PN`) value that appears in 1537 - ``src-uri-bad:`` Checks that the :term:`SRC_URI` value set by a recipe 1812 exclusion. This class is enabled by default using the default value for 1830 Provides the function ``linuxloader()``, which gives the value of the 1831 dynamic loader/linker provided on the platform. This value is used by a 2955 default value. [all …]
|
/openbmc/linux/drivers/net/wireless/ath/ath11k/ |
H A D | wmi.c | 684 memcpy(frame_tlv->value, frame->data, buf_len); in ath11k_wmi_mgmt_send() 686 ath11k_ce_byte_swap(frame_tlv->value, buf_len); in ath11k_wmi_mgmt_send() 1496 cmd->value = param->value; in ath11k_wmi_send_set_ap_ps_param_cmd() 1531 cmd->value = param_value; in ath11k_wmi_set_sta_ps_param() 1765 memcpy(tlv->value, bcn->data, bcn->len); in ath11k_wmi_bcn_tmpl() 1814 memcpy(tlv->value, (u8 *)arg->key_data, key_len_aligned); in ath11k_wmi_vdev_install_key() 3813 memcpy(tlv->value, tmpl->data, tmpl->len); in ath11k_wmi_fils_discovery_tmpl() 3870 memcpy(tlv->value, tmpl->data, tmpl->len); in ath11k_wmi_probe_resp_tmpl() 8946 cmd->value = dbglog->value; in ath11k_wmi_fw_dbglog_cfg() 8950 cmd->value = dbglog->value; in ath11k_wmi_fw_dbglog_cfg() [all …]
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | gfx_v8_0.c | 6401 uint32_t value = 0; in gfx_v8_0_ring_soft_recovery() local 6403 value = REG_SET_FIELD(value, SQ_CMD, CMD, 0x03); in gfx_v8_0_ring_soft_recovery() 6404 value = REG_SET_FIELD(value, SQ_CMD, MODE, 0x01); in gfx_v8_0_ring_soft_recovery() 6405 value = REG_SET_FIELD(value, SQ_CMD, CHECK_VMID, 1); in gfx_v8_0_ring_soft_recovery() 6406 value = REG_SET_FIELD(value, SQ_CMD, VM_ID, vmid); in gfx_v8_0_ring_soft_recovery() 6407 WREG32(mmSQ_CMD, value); in gfx_v8_0_ring_soft_recovery()
|
/openbmc/u-boot/test/py/ |
H A D | README.md | 268 to provide board-specific information to the test script. Any global value 284 global value defined in these modules is available for use by any test
|
/openbmc/u-boot/drivers/usb/gadget/ |
H A D | at91_udc.c | 542 static int at91_ep_set_halt(struct usb_ep *_ep, int value) in at91_ep_set_halt() argument 569 if (value) { in at91_ep_set_halt()
|
/openbmc/u-boot/drivers/net/ |
H A D | mvneta.c | 1497 u16 value) in mvneta_mdio_write() argument 1518 smi_reg = value << MVNETA_SMI_DATA_OFFS; in mvneta_mdio_write()
|
/openbmc/u-boot/scripts/ |
H A D | spelling.txt | 99 alue||value 1225 vaule||value
|
/openbmc/u-boot/arch/arm/mach-imx/mx6/ |
H A D | ddr.c | 933 #define MMDC1(entry, value) do { \ argument 935 mmdc1->entry = value; \
|
/openbmc/linux/Documentation/networking/ |
H A D | vrf.rst | 87 This high metric value ensures that the default unreachable route can 150 value, it is unspecified which listening socket will be selected to handle
|
/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/ |
H A D | bitbake-user-manual-hello.rst | 212 …Without a value for :term:`PN`, the variables :term:`STAMP`, :term:`T`, and :term:`B`, prevent more 214 have a value similar to what OpenEmbedded and BitBake use in the default
|
/openbmc/openbmc/meta-phosphor/classes/ |
H A D | image_types_phosphor.bbclass | 115 # Instead, prefix the overlay override value with 'rwfs-' to avoid collisions. 478 # Create an empty hash-value so that the dictionary can be emitted,
|
/openbmc/openbmc/poky/meta/classes/ |
H A D | cve-check.bbclass | 499 # default value of status is Unpatched 622 # default value of status is Unpatched
|
/openbmc/linux/drivers/soc/fsl/dpio/ |
H A D | qbman-portal.c | 182 u32 value) in qbman_write_register() argument 184 writel_relaxed(value, p->addr_cinh + offset); in qbman_write_register()
|
/openbmc/linux/drivers/mmc/host/ |
H A D | sunxi-mmc.c | 79 #define mmc_writel(host, reg, value) \ argument 80 writel((value), (host)->reg_base + SDXC_##reg)
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
H A D | dr_types.h | 386 struct mlx5dr_match_param *value); 389 struct mlx5dr_match_param *value,
|
/openbmc/linux/drivers/media/firewire/ |
H A D | firedtv-avc.c | 1364 static inline void set_opcr(__be32 *opcr, u32 value, u32 mask, u32 shift) in set_opcr() argument 1367 *opcr |= cpu_to_be32((value & mask) << shift); in set_opcr()
|
/openbmc/linux/drivers/media/i2c/ |
H A D | saa7115.c | 109 static inline int saa711x_write(struct v4l2_subdev *sd, u8 reg, u8 value) in saa711x_write() argument 113 return i2c_smbus_write_byte_data(client, reg, value); in saa711x_write()
|