/linux-4.1.27/include/acpi/ |
D | acbuffer.h | 154 #define ACPI_PLD_GET_REVISION(dword) ACPI_GET_BITS (dword, 0, ACPI_7BIT_MASK) argument 155 #define ACPI_PLD_SET_REVISION(dword,value) ACPI_SET_BITS (dword, 0, ACPI_7BIT_MASK, value) /* … argument 157 #define ACPI_PLD_GET_IGNORE_COLOR(dword) ACPI_GET_BITS (dword, 7, ACPI_1BIT_MASK) argument 158 #define ACPI_PLD_SET_IGNORE_COLOR(dword,value) ACPI_SET_BITS (dword, 7, ACPI_1BIT_MASK, value) /* … argument 160 #define ACPI_PLD_GET_RED(dword) ACPI_GET_BITS (dword, 8, ACPI_8BIT_MASK) argument 161 #define ACPI_PLD_SET_RED(dword,value) ACPI_SET_BITS (dword, 8, ACPI_8BIT_MASK, value) /* … argument 163 #define ACPI_PLD_GET_GREEN(dword) ACPI_GET_BITS (dword, 16, ACPI_8BIT_MASK) argument 164 #define ACPI_PLD_SET_GREEN(dword,value) ACPI_SET_BITS (dword, 16, ACPI_8BIT_MASK, value) /*… argument 166 #define ACPI_PLD_GET_BLUE(dword) ACPI_GET_BITS (dword, 24, ACPI_8BIT_MASK) argument 167 #define ACPI_PLD_SET_BLUE(dword,value) ACPI_SET_BITS (dword, 24, ACPI_8BIT_MASK, value) /*… argument [all …]
|
/linux-4.1.27/drivers/net/ethernet/sfc/ |
D | bitfield.h | 85 efx_dword_t dword[2]; member 93 efx_dword_t dword[4]; member 100 #define EFX_DWORD_VAL(dword) \ argument 167 #define EFX_EXTRACT_DWORD(dword, low, high) \ argument 187 #define EFX_DWORD_FIELD(dword, field) \ argument 204 #define EFX_DWORD_IS_ZERO(dword) \ argument 220 #define EFX_DWORD_IS_ALL_ONES(dword) \ argument 327 #define EFX_POPULATE_DWORD(dword, ...) do { \ argument 397 #define EFX_POPULATE_DWORD_9(dword, ...) \ argument 399 #define EFX_POPULATE_DWORD_8(dword, ...) \ argument [all …]
|
D | farch.c | 1647 efx_dword_t dword; in efx_farch_rx_push_indir_table() local
|
/linux-4.1.27/drivers/pci/ |
D | syscall.c | 22 u32 dword; in SYSCALL_DEFINE5() local 92 u32 dword; in SYSCALL_DEFINE5() local
|
/linux-4.1.27/arch/arm/kvm/ |
D | mmio.c | 33 u64 dword; in mmio_write_buf() member 64 u64 dword; in mmio_read_buf() member
|
/linux-4.1.27/arch/mips/cavium-octeon/crypto/ |
D | octeon-sha1.c | 40 u64 dword; in octeon_sha1_store_hash() member 54 u64 dword; in octeon_sha1_read_hash() member
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/ |
D | pci.h | 151 u32 dword[2*(DMA_IS_64BIT + 1)*8]; /*seg = 8*/ member 160 u32 dword[16]; member 164 u32 dword[2]; member 168 u32 dword[8]; member 172 u32 dword[16]; member
|
/linux-4.1.27/arch/mips/mm/ |
D | cerr-sb1.c | 301 static char range_parity(uint64_t dword, int max, int min) in range_parity() 436 static uint8_t dc_ecc(uint64_t dword) in dc_ecc()
|
/linux-4.1.27/drivers/acpi/acpica/ |
D | utxface.c | 516 u32 dword; in ACPI_EXPORT_SYMBOL() local
|
/linux-4.1.27/drivers/media/common/saa7146/ |
D | saa7146_i2c.c | 178 static int saa7146_i2c_writeout(struct saa7146_dev *dev, __le32 *dword, int short_delay) in saa7146_i2c_writeout()
|
/linux-4.1.27/drivers/hv/ |
D | connection.c | 365 u32 dword; in vmbus_on_event() local
|
/linux-4.1.27/drivers/vfio/pci/ |
D | vfio_pci_config.c | 1019 u32 dword; in vfio_cap_len() local 1085 u32 dword; in vfio_ext_cap_len() local 1171 u32 dword; in vfio_fill_vconfig_bytes() local
|
/linux-4.1.27/drivers/scsi/bnx2i/ |
D | bnx2i_hwi.c | 338 u32 dword; in bnx2i_send_iscsi_login() local 396 u32 dword; in bnx2i_send_iscsi_tmf() local 469 u32 dword; in bnx2i_send_iscsi_text() local
|
D | bnx2i_iscsi.c | 1133 u32 dword; in bnx2i_cpy_scsi_cdb() local
|
/linux-4.1.27/drivers/media/pci/saa7134/ |
D | saa7134-i2c.c | 198 __u32 dword; in i2c_send_byte() local
|
/linux-4.1.27/drivers/net/ethernet/smsc/ |
D | smc9194.h | 32 typedef unsigned long int dword; typedef
|
/linux-4.1.27/drivers/usb/host/ |
D | imx21-hcd.c | 117 static void etd_writel(struct imx21 *imx21, int etd_num, int dword, u32 value) in etd_writel() 122 static u32 etd_readl(struct imx21 *imx21, int etd_num, int dword) in etd_readl()
|
D | imx21-dbg.c | 288 u32 dword; in debug_etd_show() local
|
/linux-4.1.27/drivers/scsi/megaraid/ |
D | megaraid_mbox.c | 2065 uint32_t dword; in megaraid_ack_sequence() local 3307 uint32_t dword; in megaraid_mbox_fire_sync_cmd() local
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | i915_cmd_parser.c | 998 u32 dword; in check_cmd() local
|
/linux-4.1.27/drivers/net/ethernet/intel/e1000e/ |
D | ich8lan.c | 3111 u32 dword = 0; in e1000_read_nvm_spt() local 3633 u32 dword = 0; in e1000_update_nvm_checksum_spt() local 4226 u32 offset, u32 dword) in e1000_retry_write_flash_dword_ich8lan()
|
/linux-4.1.27/drivers/isdn/hardware/eicon/ |
D | platform.h | 63 #define dword u32 macro
|
/linux-4.1.27/arch/sparc/kernel/ |
D | pci.c | 92 u32 dword; in pci_config_read32() local
|
/linux-4.1.27/drivers/net/usb/ |
D | sierra_net.c | 101 u32 dword; member
|
/linux-4.1.27/drivers/usb/early/ |
D | ehci-dbgp.c | 687 u32 dword; in nvidia_set_debug_port() local
|
/linux-4.1.27/drivers/mtd/nand/ |
D | diskonchip.c | 400 uint32_t dword; in doc200x_ident_chip() member
|
/linux-4.1.27/drivers/media/platform/s5p-jpeg/ |
D | jpeg-core.c | 706 unsigned int dword; in exynos4_jpeg_set_tbl() local
|
/linux-4.1.27/drivers/input/ |
D | input.c | 1016 u32 dword = bits >> 32; in input_bits_to_string() local
|
/linux-4.1.27/drivers/scsi/ |
D | megaraid.c | 1341 u32 dword = 0; in megaraid_isr_memmapped() local
|
D | advansys.c | 966 #define ADV_MEM_WRITEDW(addr, dword) writel(dword, addr) argument 2005 #define AdvWriteDWordRegister(iop_base, reg_off, dword) \ argument 2034 #define AdvWriteDWordLramNoSwap(iop_base, addr, dword) \ argument
|
/linux-4.1.27/drivers/net/vmxnet3/ |
D | vmxnet3_defs.h | 307 __le32 dword[4]; member
|
/linux-4.1.27/drivers/scsi/esas2r/ |
D | atioctl.h | 1212 u32 dword[1]; member
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_type.h | 2741 __be32 dword; member
|