Searched refs:dword (Results 51 - 75 of 98) sorted by relevance

1234

/linux-master/drivers/net/ethernet/sfc/falcon/
H A Dnic.h45 * We check both the high and low dword of the event for all ones. We
55 return !(EF4_DWORD_IS_ALL_ONES(event->dword[0]) |
56 EF4_DWORD_IS_ALL_ONES(event->dword[1]));
H A Dfarch.c1618 ef4_dword_t dword; local
1626 EF4_POPULATE_DWORD_1(dword, FRF_BZ_IT_QUEUE,
1628 ef4_writed(efx, &dword,
/linux-master/drivers/xen/xen-pciback/
H A Dconf_space.c36 DEFINE_PCI_CONFIG(read, dword, u32 *)
40 DEFINE_PCI_CONFIG(write, dword, u32)
/linux-master/drivers/bus/mhi/ep/
H A Dmain.c98 event->dword[0] = MHI_TRE_EV_DWORD0(code, len);
99 event->dword[1] = MHI_TRE_EV_DWORD1(ring->ch_id, MHI_PKT_TYPE_TX_EVENT);
116 event->dword[0] = MHI_SC_EV_DWORD0(state);
117 event->dword[1] = MHI_SC_EV_DWORD1(MHI_PKT_TYPE_STATE_CHANGE_EVENT);
134 event->dword[0] = MHI_EE_EV_DWORD0(exec_env);
135 event->dword[1] = MHI_SC_EV_DWORD1(MHI_PKT_TYPE_EE_EVENT);
154 event->dword[0] = MHI_CC_EV_DWORD0(code);
155 event->dword[1] = MHI_CC_EV_DWORD1(MHI_PKT_TYPE_CMD_COMPLETION_EVENT);
/linux-master/drivers/scsi/mpi3mr/mpi/
H A Dmpi30_image.h152 __le32 dword[1]; member in union:mpi3_ci_manifest
H A Dmpi30_cnfg.h1050 __le32 dword[16]; member in union:mpi3_iounit8_digest
1440 __le32 dword[16]; member in union:mpi3_security_mac
1446 __le32 dword[16]; member in union:mpi3_security_nonce
1452 __le32 dword[16]; member in union:mpi3_security_root_digest
1458 __le32 dword[1024]; member in union:mpi3_security0_cert_chain
1491 __le32 dword[128]; member in union:mpi3_security1_key_data
/linux-master/drivers/net/wwan/iosm/
H A Diosm_ipc_devlink.c152 rpsi_cmd.param.dword = cpu_to_le32(entry);
/linux-master/drivers/scsi/bnx2i/
H A Dbnx2i_hwi.c334 u32 dword; local
360 dword = ((1 << ISCSI_LOGIN_REQUEST_NUM_RESP_BDS_SHIFT) |
363 login_wqe->resp_buffer = dword;
390 u32 dword; local
421 dword = (ISCSI_TASK_TYPE_WRITE <<
424 dword = (ISCSI_TASK_TYPE_READ <<
426 tmfabort_wqe->ref_itt = (dword |
461 u32 dword; local
481 dword = ((1 << ISCSI_TEXT_REQUEST_NUM_RESP_BDS_SHIFT) |
484 text_wqe->resp_buffer = dword;
[all...]
H A Dbnx2i_iscsi.c1131 u32 dword; local
1141 lpcnt = cmd->scsi_cmd->cmd_len / sizeof(dword);
1145 memcpy(&dword, (const void *) srcp, 4);
1146 *dstp = cpu_to_be32(dword);
1151 dword = (u32) srcp[0] | ((u32) srcp[1] << 8);
1152 *dstp = cpu_to_be32(dword);
/linux-master/tools/testing/selftests/powerpc/nx-gzip/include/
H A Dnxu.h76 uint64_t dword[2]; member in union:nx_qw_t
/linux-master/drivers/gpu/drm/i915/
H A Di915_cmd_parser.c161 * Describes command checks where a particular dword is masked and
375 * It is always 1 dword though, so just treat it as fixed length.
1307 u32 dword; local
1328 dword = cmd[desc->bits[i].offset] &
1331 if (dword != desc->bits[i].expected) {
1336 dword, engine->name);
/linux-master/arch/sparc/kernel/
H A Dpci.c94 u32 dword; local
103 : "=r" (dword)
109 *ret = dword;
/linux-master/drivers/scsi/qedi/
H A Dqedi_fw.c1895 u32 dword; local
1899 lpcnt = sc->cmd_len / sizeof(dword);
1902 memcpy(&dword, (const void *)srcp, 4);
1903 *dstp = cpu_to_be32(dword);
1908 dword = (u32)srcp[0] | ((u32)srcp[1] << 8);
1909 *dstp = cpu_to_be32(dword);
/linux-master/drivers/net/ethernet/sfc/siena/
H A Dfarch.c1632 efx_dword_t dword; local
1638 EFX_POPULATE_DWORD_1(dword, FRF_BZ_IT_QUEUE,
1640 efx_writed(efx, &dword,
1649 efx_dword_t dword; local
1655 efx_readd(efx, &dword,
1658 efx->rss_context.rx_indir_table[i] = EFX_DWORD_FIELD(dword, FRF_BZ_IT_QUEUE);
/linux-master/drivers/scsi/megaraid/
H A Dmegaraid_mbox.c2040 uint32_t dword; local
2058 dword = RDOUTDOOR(raid_dev);
2059 if (dword != 0x10001234) break;
3234 uint32_t dword; local
3283 dword = RDOUTDOOR(raid_dev);
3284 WROUTDOOR(raid_dev, dword);
/linux-master/drivers/input/
H A Dinput.c1080 u32 dword = bits >> 32; local
1081 if (dword || !skip_empty)
1082 len += snprintf(buf, buf_size, "%x ", dword);
1084 dword = bits & 0xffffffffUL;
1085 if (dword || !skip_empty || len)
1087 "%x", dword);
/linux-master/drivers/edac/
H A Dpnd2_edac.c173 P2SB_WRITE(dword, P2SB_ADDR_OFF, (port << 24) | off);
174 P2SB_WRITE(dword, P2SB_DATA_OFF, 0);
175 P2SB_WRITE(dword, P2SB_EADD_OFF, 0);
186 P2SB_READ(dword, P2SB_DATA_OFF, data);
/linux-master/drivers/net/vmxnet3/
H A Dvmxnet3_defs.h141 * Thus, le32_to_cpu on the dword will allow the big endian driver to read
356 /* fields in RxCompDesc we access via Vmxnet3_GenericDesc.dword[3] */
385 __le32 dword[4]; member in union:Vmxnet3_GenericDesc
/linux-master/arch/powerpc/kernel/
H A Dpci-common.c1623 EARLY_PCI_OP(read, dword, u32 *)
1626 EARLY_PCI_OP(write, dword, u32)
/linux-master/arch/loongarch/include/asm/
H A Dasmmacro.h612 .dword 766b
613 .dword \sym
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dpci.c190 rx_info->fs = le32_get_bits(rxbd_info->dword, RTW89_PCI_RXBD_FS);
191 rx_info->ls = le32_get_bits(rxbd_info->dword, RTW89_PCI_RXBD_LS);
192 rx_info->len = le32_get_bits(rxbd_info->dword, RTW89_PCI_RXBD_WRITE_SIZE);
193 rx_info->tag = le32_get_bits(rxbd_info->dword, RTW89_PCI_RXBD_TAG);
572 seq = le32_get_bits(rpp->dword, RTW89_PCI_RPP_SEQ);
573 qsel = le32_get_bits(rpp->dword, RTW89_PCI_RPP_QSEL);
574 tx_status = le32_get_bits(rpp->dword, RTW89_PCI_RPP_TX_STATUS);
/linux-master/drivers/pci/
H A Dpci.c627 u32 dword; local
637 * capability position. The specification says that the first dword is
638 * the lower half, and the second dword is the upper half.
641 pci_read_config_dword(dev, pos, &dword);
642 dsn = (u64)dword;
643 pci_read_config_dword(dev, pos + 4, &dword);
644 dsn |= ((u64)dword) << 32;
1763 /* XXX: 100% dword access ok here? */
3722 /* Sapphire RX 5600 XT Pulse has an invalid cap dword for BAR 0 */
/linux-master/tools/testing/selftests/net/
H A Dtls.c99 int *dword = s; local
103 *dword++ = rand();
104 byte = (void *)dword;
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_82599.c1291 * @common: compressed common input dword
1296 * defines, and computing two keys at once since the hashed dword stream
1306 flow_vm_vlan = ntohl(input.dword);
1308 /* generate common hash dword */
1309 hi_hash_dword = ntohl(common.dword);
1311 /* low dword is word swapped version of common */
1321 * apply flow ID/VM pool/VLAN ID bits to lo hash dword, we had to
1358 * @input: unique input dword
1359 * @common: compressed common input dword
1452 /* generate common hash dword */
[all...]
/linux-master/drivers/mtd/nand/raw/
H A Ddiskonchip.c376 uint32_t dword; member in union:__anon24
383 ident.dword = readl(docptr + DoC_2k_CDSN_IO);

Completed in 431 milliseconds

1234