| /linux/include/acpi/ |
| H A D | acbuffer.h | 119 /* First 32-bit dword, bits 0:32 */ 121 #define ACPI_PLD_GET_REVISION(dword) ACPI_GET_BITS (dword, 0, ACPI_7BIT_MASK) argument 122 #define ACPI_PLD_SET_REVISION(dword,value) ACPI_SET_BITS (dword, 0, ACPI_7BIT_MASK, value) /* Offset 0, Len 7 */ argument 124 #define ACPI_PLD_GET_IGNORE_COLOR(dword) ACPI_GET_BITS (dword, 7, ACPI_1BIT_MASK) argument 125 #define ACPI_PLD_SET_IGNORE_COLOR(dword,value) ACPI_SET_BITS (dword, 7, ACPI_1BIT_MASK, value) /* Offset 7, Len 1 */ argument 127 #define ACPI_PLD_GET_RED(dword) ACPI_GET_BIT argument 128 ACPI_PLD_SET_RED(dword,value) global() argument 130 ACPI_PLD_GET_GREEN(dword) global() argument 131 ACPI_PLD_SET_GREEN(dword,value) global() argument 133 ACPI_PLD_GET_BLUE(dword) global() argument 134 ACPI_PLD_SET_BLUE(dword,value) global() argument 138 ACPI_PLD_GET_WIDTH(dword) global() argument 139 ACPI_PLD_SET_WIDTH(dword,value) global() argument 141 ACPI_PLD_GET_HEIGHT(dword) global() argument 142 ACPI_PLD_SET_HEIGHT(dword,value) global() argument 146 ACPI_PLD_GET_USER_VISIBLE(dword) global() argument 147 ACPI_PLD_SET_USER_VISIBLE(dword,value) global() argument 149 ACPI_PLD_GET_DOCK(dword) global() argument 150 ACPI_PLD_SET_DOCK(dword,value) global() argument 152 ACPI_PLD_GET_LID(dword) global() argument 153 ACPI_PLD_SET_LID(dword,value) global() argument 155 ACPI_PLD_GET_PANEL(dword) global() argument 156 ACPI_PLD_SET_PANEL(dword,value) global() argument 158 ACPI_PLD_GET_VERTICAL(dword) global() argument 159 ACPI_PLD_SET_VERTICAL(dword,value) global() argument 161 ACPI_PLD_GET_HORIZONTAL(dword) global() argument 162 ACPI_PLD_SET_HORIZONTAL(dword,value) global() argument 164 ACPI_PLD_GET_SHAPE(dword) global() argument 165 ACPI_PLD_SET_SHAPE(dword,value) global() argument 167 ACPI_PLD_GET_ORIENTATION(dword) global() argument 168 ACPI_PLD_SET_ORIENTATION(dword,value) global() argument 170 ACPI_PLD_GET_TOKEN(dword) global() argument 171 ACPI_PLD_SET_TOKEN(dword,value) global() argument 173 ACPI_PLD_GET_POSITION(dword) global() argument 174 ACPI_PLD_SET_POSITION(dword,value) global() argument 176 ACPI_PLD_GET_BAY(dword) global() argument 177 ACPI_PLD_SET_BAY(dword,value) global() argument 181 ACPI_PLD_GET_EJECTABLE(dword) global() argument 182 ACPI_PLD_SET_EJECTABLE(dword,value) global() argument 184 ACPI_PLD_GET_OSPM_EJECT(dword) global() argument 185 ACPI_PLD_SET_OSPM_EJECT(dword,value) global() argument 187 ACPI_PLD_GET_CABINET(dword) global() argument 188 ACPI_PLD_SET_CABINET(dword,value) global() argument 190 ACPI_PLD_GET_CARD_CAGE(dword) global() argument 191 ACPI_PLD_SET_CARD_CAGE(dword,value) global() argument 193 ACPI_PLD_GET_REFERENCE(dword) global() argument 194 ACPI_PLD_SET_REFERENCE(dword,value) global() argument 196 ACPI_PLD_GET_ROTATION(dword) global() argument 197 ACPI_PLD_SET_ROTATION(dword,value) global() argument 199 ACPI_PLD_GET_ORDER(dword) global() argument 200 ACPI_PLD_SET_ORDER(dword,value) global() argument 204 ACPI_PLD_GET_VERT_OFFSET(dword) global() argument 205 ACPI_PLD_SET_VERT_OFFSET(dword,value) global() argument 207 ACPI_PLD_GET_HORIZ_OFFSET(dword) global() argument 208 ACPI_PLD_SET_HORIZ_OFFSET(dword,value) global() argument [all...] |
| /linux/lib/crypto/riscv/ |
| H A D | sha512-riscv64-zvknhb-zvkb.S | 163 .dword 0x428a2f98d728ae22, 0x7137449123ef65cd 164 .dword 0xb5c0fbcfec4d3b2f, 0xe9b5dba58189dbbc 165 .dword 0x3956c25bf348b538, 0x59f111f1b605d019 166 .dword 0x923f82a4af194f9b, 0xab1c5ed5da6d8118 167 .dword 0xd807aa98a3030242, 0x12835b0145706fbe 168 .dword 0x243185be4ee4b28c, 0x550c7dc3d5ffb4e2 169 .dword 0x72be5d74f27b896f, 0x80deb1fe3b1696b1 170 .dword 0x9bdc06a725c71235, 0xc19bf174cf692694 171 .dword 0xe49b69c19ef14ad2, 0xefbe4786384f25e3 172 .dword 0x0fc19dc68b8cd5b5, 0x240ca1cc77ac9c65 [all …]
|
| /linux/include/linux/cdx/ |
| H A D | bitfield.h | 32 #define CDX_DWORD_VAL(dword) \ argument 33 ((unsigned int)le32_to_cpu((dword).cdx_u32)) 39 #define CDX_DWORD_FIELD(dword, field) \ argument 41 le32_to_cpu((dword).cdx_u32))) 70 #define CDX_POPULATE_DWORD(dword, ...) \ argument 71 (dword).cdx_u32 = cpu_to_le32(CDX_INSERT_FIELDS(__VA_ARGS__)) 75 #define CDX_POPULATE_DWORD_6(dword, ...) \ argument 76 CDX_POPULATE_DWORD_7(dword, CDX_DWORD, 0, __VA_ARGS__) 77 #define CDX_POPULATE_DWORD_5(dword, ...) \ argument 78 CDX_POPULATE_DWORD_6(dword, CDX_DWORD, 0, __VA_ARGS__) [all …]
|
| /linux/drivers/acpi/acpica/ |
| H A D | dbconvert.c | 272 u32 dword; in acpi_db_encode_pld_buffer() local 281 dword = 0; in acpi_db_encode_pld_buffer() 282 ACPI_PLD_SET_REVISION(&dword, pld_info->revision); in acpi_db_encode_pld_buffer() 283 ACPI_PLD_SET_IGNORE_COLOR(&dword, pld_info->ignore_color); in acpi_db_encode_pld_buffer() 284 ACPI_PLD_SET_RED(&dword, pld_info->red); in acpi_db_encode_pld_buffer() 285 ACPI_PLD_SET_GREEN(&dword, pld_info->green); in acpi_db_encode_pld_buffer() 286 ACPI_PLD_SET_BLUE(&dword, pld_info->blue); in acpi_db_encode_pld_buffer() 287 ACPI_MOVE_32_TO_32(&buffer[0], &dword); in acpi_db_encode_pld_buffer() 291 dword = 0; in acpi_db_encode_pld_buffer() 292 ACPI_PLD_SET_WIDTH(&dword, pld_info->width); in acpi_db_encode_pld_buffer() [all …]
|
| H A D | utxface.c | 456 u32 dword; in ACPI_EXPORT_SYMBOL() local 472 ACPI_MOVE_32_TO_32(&dword, &buffer[0]); in ACPI_EXPORT_SYMBOL() 473 pld_info->revision = ACPI_PLD_GET_REVISION(&dword); in ACPI_EXPORT_SYMBOL() 474 pld_info->ignore_color = ACPI_PLD_GET_IGNORE_COLOR(&dword); in ACPI_EXPORT_SYMBOL() 475 pld_info->red = ACPI_PLD_GET_RED(&dword); in ACPI_EXPORT_SYMBOL() 476 pld_info->green = ACPI_PLD_GET_GREEN(&dword); in ACPI_EXPORT_SYMBOL() 477 pld_info->blue = ACPI_PLD_GET_BLUE(&dword); in ACPI_EXPORT_SYMBOL() 481 ACPI_MOVE_32_TO_32(&dword, &buffer[1]); in ACPI_EXPORT_SYMBOL() 482 pld_info->width = ACPI_PLD_GET_WIDTH(&dword); in ACPI_EXPORT_SYMBOL() 483 pld_info->height = ACPI_PLD_GET_HEIGHT(&dword); in ACPI_EXPORT_SYMBOL() [all...] |
| /linux/drivers/net/ethernet/sfc/ |
| H A D | bitfield.h | 84 efx_dword_t dword[2]; member 92 efx_dword_t dword[4]; member 99 #define EFX_DWORD_VAL(dword) \ argument 100 ((unsigned int) le32_to_cpu((dword).u32[0])) 166 #define EFX_EXTRACT_DWORD(dword, low, high) \ argument 167 (EFX_EXTRACT32((dword).u32[0], 0, 31, low, high) & \ 186 #define EFX_DWORD_FIELD(dword, field) \ argument 187 EFX_EXTRACT_DWORD(dword, EFX_LOW_BIT(field), \ 203 #define EFX_DWORD_IS_ZERO(dword) \ argument 204 (((dword).u32[0]) == (__force __le32) 0) [all …]
|
| /linux/drivers/net/ethernet/sfc/siena/ |
| H A D | bitfield.h | 82 efx_dword_t dword[2]; member 90 efx_dword_t dword[4]; member 97 #define EFX_DWORD_VAL(dword) \ argument 98 ((unsigned int) le32_to_cpu((dword).u32[0])) 164 #define EFX_EXTRACT_DWORD(dword, low, high) \ argument 165 (EFX_EXTRACT32((dword).u32[0], 0, 31, low, high) & \ 184 #define EFX_DWORD_FIELD(dword, field) \ argument 185 EFX_EXTRACT_DWORD(dword, EFX_LOW_BIT(field), \ 201 #define EFX_DWORD_IS_ZERO(dword) \ argument 202 (((dword).u32[0]) == (__force __le32) 0) [all …]
|
| /linux/drivers/net/ethernet/sfc/falcon/ |
| H A D | bitfield.h | 82 ef4_dword_t dword[2]; member 90 ef4_dword_t dword[4]; member 97 #define EF4_DWORD_VAL(dword) \ argument 98 ((unsigned int) le32_to_cpu((dword).u32[0])) 164 #define EF4_EXTRACT_DWORD(dword, low, high) \ argument 165 (EF4_EXTRACT32((dword).u32[0], 0, 31, low, high) & \ 184 #define EF4_DWORD_FIELD(dword, field) \ argument 185 EF4_EXTRACT_DWORD(dword, EF4_LOW_BIT(field), \ 201 #define EF4_DWORD_IS_ZERO(dword) \ argument 202 (((dword).u32[0]) == (__force __le32) 0) [all …]
|
| /linux/drivers/dma/qcom/ |
| H A D | gpi.c | 222 u32 dword[4]; member 273 u32 dword[4]; member 946 gpi_ere->dword[0], gpi_ere->dword[1], in gpi_process_imed_data_event() 947 gpi_ere->dword[2], gpi_ere->dword[3]); in gpi_process_imed_data_event() 951 gpi_tre->dword[0], gpi_tre->dword[1], in gpi_process_imed_data_event() 952 gpi_tre->dword[2], gpi_tre->dword[ in gpi_process_imed_data_event() [all...] |
| /linux/lib/crypto/mips/ |
| H A D | sha1.h | 28 u64 dword; in octeon_sha1_store_hash() member 33 write_octeon_64bit_hash_dword(hash_tail.dword, 2); in octeon_sha1_store_hash() 42 u64 dword; in octeon_sha1_read_hash() member 47 hash_tail.dword = read_octeon_64bit_hash_dword(2); in octeon_sha1_read_hash() 49 memzero_explicit(&hash_tail.dword, sizeof(hash_tail.dword)); in octeon_sha1_read_hash()
|
| /linux/drivers/pci/ |
| H A D | syscall.c | 21 u32 dword; in SYSCALL_DEFINE5() local 42 cfg_ret = pci_user_read_config_dword(dev, off, &dword); in SYSCALL_DEFINE5() 61 err = put_user(dword, (u32 __user *)buf); in SYSCALL_DEFINE5() 92 u32 dword; in SYSCALL_DEFINE5() local 123 err = get_user(dword, (u32 __user *)buf); in SYSCALL_DEFINE5() 126 err = pci_user_write_config_dword(dev, off, dword); in SYSCALL_DEFINE5()
|
| /linux/drivers/scsi/aic94xx/ |
| H A D | aic94xx_reg.c | 128 ASD_READ_SW(swa, u32, dword); 132 ASD_READ_SW(swb, u32, dword); 136 ASD_READ_SW(swc, u32, dword); 140 ASD_WRITE_SW(swa, u32, dword); 144 ASD_WRITE_SW(swb, u32, dword); 148 ASD_WRITE_SW(swc, u32, dword); 223 ASD_WRITE_REG(u32,dword); 275 ASD_READ_REG(u32,dword);
|
| H A D | aic94xx_reg.h | 71 ASD_READ_OCM(u32,dword,l); 84 ASD_WRITE_OCM(u32,dword,l); 96 ASD_DDBSITE_READ(u32, dword); 122 ASD_DDBSITE_WRITE(u32, dword); 149 ASD_SCBSITE_READ(u32, dword); 175 ASD_SCBSITE_WRITE(u32, dword);
|
| /linux/drivers/net/ethernet/aquantia/atlantic/hw_atl2/ |
| H A D | hw_atl2_llh_internal.h | 135 #define HW_ATL2_RPF_L3_SA_DW_ADR(filter, dword) \ 136 (0x00006400u + (filter) * 0x10 + (dword) * 0x4) 139 #define HW_ATL2_RPF_L3_DA_DW_ADR(filter, dword) \ 140 (0x00006480u + (filter) * 0x10 + (dword) * 0x4) 518 #define HW_ATL2_MIF_SHARED_BUFFER_IN_ADR(dword) (0x00012000U + (dword) * 0x4U) 520 #define HW_ATL2_MIF_SHARED_BUFFER_OUT_ADR(dword) (0x00013000U + (dword) * 0x4U) 344 HW_ATL2_MIF_SHARED_BUFFER_IN_ADR(dword) global() argument 346 HW_ATL2_MIF_SHARED_BUFFER_OUT_ADR(dword) global() argument
|
| /linux/drivers/net/wireless/realtek/rtlwifi/ |
| H A D | pci.h | 109 u32 dword[4 * (1 << (BUFDESC_SEG_NUM + 1))]; member 113 u32 dword[16]; member 117 u32 dword[4]; member 121 u32 dword[8]; member 125 u32 dword[16]; member
|
| /linux/drivers/media/common/saa7146/ |
| H A D | saa7146_i2c.c | 176 static int saa7146_i2c_writeout(struct saa7146_dev *dev, __le32 *dword, int short_delay) in saa7146_i2c_writeout() argument 184 *dword, saa7146_read(dev, I2C_STATUS), dev->i2c_op); in saa7146_i2c_writeout() 189 saa7146_write(dev, I2C_TRANSFER, le32_to_cpu(*dword)); in saa7146_i2c_writeout() 212 saa7146_write(dev, I2C_TRANSFER, le32_to_cpu(*dword)); in saa7146_i2c_writeout() 285 *dword = cpu_to_le32(saa7146_read(dev, I2C_TRANSFER)); in saa7146_i2c_writeout() 287 DEB_I2C("after: 0x%08x\n", *dword); in saa7146_i2c_writeout()
|
| /linux/arch/mips/mm/ |
| H A D | cerr-sb1.c | 288 static char range_parity(uint64_t dword, int max, int min) in range_parity() argument 292 dword >>= min; in range_parity() 294 if (dword & 0x1) in range_parity() 296 dword >>= 1; in range_parity() 423 static uint8_t dc_ecc(uint64_t dword) in dc_ecc() argument 434 t = dword & mask_72_64[i]; in dc_ecc()
|
| /linux/arch/riscv/kernel/ |
| H A D | head.S | 43 .dword 0 47 .dword 0x200000 50 .dword 0x400000 54 .dword _end - _start 55 .dword __HEAD_FLAGS 58 .dword 0
|
| /linux/drivers/gpu/drm/i915/gem/selftests/ |
| H A D | huge_pages.c | 1073 __cpu_check_shmem(struct drm_i915_gem_object *obj, u32 dword, u32 val) in __cpu_check_shmem() argument 1090 if (ptr[dword] != val) { in __cpu_check_shmem() 1092 n, dword, ptr[dword], val); in __cpu_check_shmem() 1108 static int __cpu_check_vmap(struct drm_i915_gem_object *obj, u32 dword, u32 val) in __cpu_check_vmap() argument 1122 ptr += dword; in __cpu_check_vmap() 1126 dword, *ptr, val); in __cpu_check_vmap() 1138 static int cpu_check(struct drm_i915_gem_object *obj, u32 dword, u32 val) in cpu_check() argument 1141 return __cpu_check_shmem(obj, dword, val); in cpu_check() 1143 return __cpu_check_vmap(obj, dword, val); in cpu_check() 1149 u32 dword, u32 val) in __igt_write_huge() argument [all …]
|
| /linux/drivers/mtd/spi-nor/ |
| H A D | sfdp.h | 18 #define SFDP_MASK_CHECK(dword, mask) (((dword) & (mask)) == (mask)) argument
|
| /linux/drivers/net/ethernet/microsoft/mana/ |
| H A D | shm_channel.c | 142 u32 *dword; in mana_smc_setup_hwc() local 232 dword = (u32 *)shm_buf; in mana_smc_setup_hwc() 234 writel(*dword++, sc->base + i * SMC_BASIC_UNIT); in mana_smc_setup_hwc()
|
| /linux/arch/loongarch/kernel/ |
| H A D | head.S | 25 .dword _kernel_entry /* Kernel entry point (physical address) */ 26 .dword _kernel_asize /* Kernel image effective size */
|
| /linux/arch/sh/drivers/pci/ |
| H A D | common.c | 44 EARLY_PCI_OP(read, dword, u32 *) in EARLY_PCI_OP() 47 EARLY_PCI_OP(write, dword, u32) in EARLY_PCI_OP()
|
| /linux/drivers/net/vmxnet3/ |
| H A D | vmxnet3_xdp.c | 167 gdesc->dword[2] = cpu_to_le32(dw2); in vmxnet3_xdp_xmit_frame() 170 gdesc->dword[3] = cpu_to_le32(VMXNET3_TXD_CQ | VMXNET3_TXD_EOP); in vmxnet3_xdp_xmit_frame() 187 gdesc->dword[2] = cpu_to_le32(le32_to_cpu(gdesc->dword[2]) ^ in vmxnet3_xdp_xmit_frame()
|
| /linux/drivers/scsi/elx/efct/ |
| H A D | efct_scsi.c | 233 u32 *dword = NULL; in efc_log_sgl() local 242 dword = (u32 *)data; in efc_log_sgl() 245 i, dword[0], dword[1], dword[2], dword[3]); in efc_log_sgl() 247 if (dword[2] & (1U << 31)) in efc_log_sgl()
|