| /linux/include/acpi/ |
| H A D | acbuffer.h | 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) /* … 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) /* … argument 127 #define ACPI_PLD_GET_RED(dword) ACPI_GET_BITS (dword, 8, ACPI_8BIT_MASK) argument 128 #define ACPI_PLD_SET_RED(dword,value) ACPI_SET_BITS (dword, 8, ACPI_8BIT_MASK, value) /* … argument 130 #define ACPI_PLD_GET_GREEN(dword) ACPI_GET_BITS (dword, 16, ACPI_8BIT_MASK) argument 131 #define ACPI_PLD_SET_GREEN(dword,value) ACPI_SET_BITS (dword, 16, ACPI_8BIT_MASK, value) /*… argument 133 #define ACPI_PLD_GET_BLUE(dword) ACPI_GET_BITS (dword, 24, ACPI_8BIT_MASK) argument 134 #define ACPI_PLD_SET_BLUE(dword,value) ACPI_SET_BITS (dword, 24, ACPI_8BIT_MASK, value) /*… argument [all …]
|
| /linux/include/linux/cdx/ |
| H A D | bitfield.h | 32 #define CDX_DWORD_VAL(dword) \ argument 39 #define CDX_DWORD_FIELD(dword, field) \ argument 70 #define CDX_POPULATE_DWORD(dword, ...) \ argument 75 #define CDX_POPULATE_DWORD_6(dword, ...) \ argument 77 #define CDX_POPULATE_DWORD_5(dword, ...) \ argument 79 #define CDX_POPULATE_DWORD_4(dword, ...) \ argument 81 #define CDX_POPULATE_DWORD_3(dword, ...) \ argument 83 #define CDX_POPULATE_DWORD_2(dword, ...) \ argument 85 #define CDX_POPULATE_DWORD_1(dword, ...) \ argument 87 #define CDX_SET_DWORD(dword) \ argument
|
| /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 166 #define EFX_EXTRACT_DWORD(dword, low, high) \ argument 186 #define EFX_DWORD_FIELD(dword, field) \ argument 203 #define EFX_DWORD_IS_ZERO(dword) \ argument 219 #define EFX_DWORD_IS_ALL_ONES(dword) \ argument 344 #define EFX_POPULATE_DWORD(dword, ...) do { \ argument 450 #define EFX_POPULATE_DWORD_18(dword, ...) \ argument 452 #define EFX_POPULATE_DWORD_17(dword, ...) \ argument [all …]
|
| H A D | ef100.c | 54 efx_dword_t dword; in _ef100_pci_get_bar_bits_with_width() local
|
| /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 164 #define EFX_EXTRACT_DWORD(dword, low, high) \ argument 184 #define EFX_DWORD_FIELD(dword, field) \ argument 201 #define EFX_DWORD_IS_ZERO(dword) \ argument 217 #define EFX_DWORD_IS_ALL_ONES(dword) \ argument 342 #define EFX_POPULATE_DWORD(dword, ...) do { \ argument 448 #define EFX_POPULATE_DWORD_18(dword, ...) \ argument 450 #define EFX_POPULATE_DWORD_17(dword, ...) \ argument [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 164 #define EF4_EXTRACT_DWORD(dword, low, high) \ argument 184 #define EF4_DWORD_FIELD(dword, field) \ argument 201 #define EF4_DWORD_IS_ZERO(dword) \ argument 217 #define EF4_DWORD_IS_ALL_ONES(dword) \ argument 324 #define EF4_POPULATE_DWORD(dword, ...) do { \ argument 394 #define EF4_POPULATE_DWORD_9(dword, ...) \ argument 396 #define EF4_POPULATE_DWORD_8(dword, ...) \ argument [all …]
|
| /linux/lib/crypto/mips/ |
| H A D | sha1.h | 28 u64 dword; in octeon_sha1_store_hash() member 42 u64 dword; in octeon_sha1_read_hash() member
|
| /linux/drivers/pci/ |
| H A D | syscall.c | 21 u32 dword; in SYSCALL_DEFINE5() local 92 u32 dword; in SYSCALL_DEFINE5() local
|
| /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/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() 1108 static int __cpu_check_vmap(struct drm_i915_gem_object *obj, u32 dword, u32 val) in __cpu_check_vmap() 1138 static int cpu_check(struct drm_i915_gem_object *obj, u32 dword, u32 val) in cpu_check() 1149 u32 dword, u32 val) in __igt_write_huge() 1267 u32 dword = offset_in_page(num) / 4; in igt_write_huge() local
|
| /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() 423 static uint8_t dc_ecc(uint64_t dword) in dc_ecc()
|
| /linux/drivers/acpi/acpica/ |
| H A D | utxface.c | 456 u32 dword; in ACPI_EXPORT_SYMBOL() local
|
| H A D | dbconvert.c | 272 u32 dword; in acpi_db_encode_pld_buffer() local
|
| /linux/drivers/net/ethernet/aquantia/atlantic/hw_atl2/ |
| H A D | hw_atl2_llh_internal.h | 344 #define HW_ATL2_MIF_SHARED_BUFFER_IN_ADR(dword) (0x00012000U + (dword) * 0x4U) argument 346 #define HW_ATL2_MIF_SHARED_BUFFER_OUT_ADR(dword) (0x00013000U + (dword) * 0x4U) argument
|
| /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()
|
| /linux/drivers/net/ethernet/microsoft/mana/ |
| H A D | shm_channel.c | 142 u32 *dword; in mana_smc_setup_hwc() local
|
| /linux/drivers/scsi/bnx2i/ |
| H A D | bnx2i_hwi.c | 334 u32 dword; in bnx2i_send_iscsi_login() local 390 u32 dword; in bnx2i_send_iscsi_tmf() local 461 u32 dword; in bnx2i_send_iscsi_text() local
|
| /linux/drivers/mtd/spi-nor/ |
| H A D | sfdp.h | 18 #define SFDP_MASK_CHECK(dword, mask) (((dword) & (mask)) == (mask)) argument
|
| H A D | sfdp.c | 77 u32 dword; member 442 u32 dword; in spi_nor_parse_bfpt() local
|
| /linux/drivers/net/ethernet/smsc/ |
| H A D | smc9194.h | 32 typedef unsigned long int dword; typedef
|
| /linux/drivers/net/wwan/iosm/ |
| H A D | iosm_ipc_devlink.h | 184 __le32 dword; member
|
| /linux/drivers/scsi/megaraid/ |
| H A D | megaraid_mbox.c | 2043 uint32_t dword; in megaraid_ack_sequence() local 3237 uint32_t dword; in megaraid_mbox_fire_sync_cmd() local
|
| /linux/tools/testing/selftests/net/ |
| H A D | cmsg_sender.c | 227 int *dword = s; in memrnd() local
|
| /linux/drivers/net/ethernet/intel/e1000e/ |
| H A D | ich8lan.c | 3414 u32 dword = 0; in e1000_read_nvm_spt() local 3935 u32 dword = 0; in e1000_update_nvm_checksum_spt() local 4534 u32 offset, u32 dword) in e1000_retry_write_flash_dword_ich8lan()
|
| /linux/drivers/scsi/elx/efct/ |
| H A D | efct_scsi.c | 233 u32 *dword = NULL; in efc_log_sgl() local
|