/drivers/scsi/mpt3sas/mpi/ |
D | mpi2.h | 872 U32 Address; member 878 U64 Address; member 901 U32 Address; member 909 U64 Address; member 1123 U32 Address; member 1129 U64 Address; member 1165 U64 Address; member
|
/drivers/staging/rtl8723bs/core/ |
D | rtw_efuse.c | 203 u16 Address) in EFUSE_Read1Byte() argument 212 if (Address < contentLen) {/* E-fuse 512Byte */ in EFUSE_Read1Byte() 214 temp = Address & 0xFF; in EFUSE_Read1Byte() 218 temp = ((Address >> 8) & 0x03) | (Bytetemp & 0xFC); in EFUSE_Read1Byte()
|
/drivers/message/fusion/lsi/ |
D | mpi.h | 360 U32 Address; member 367 U64 Address; member 391 U32 Address; member 400 U64 Address; member
|
/drivers/scsi/aic7xxx/ |
D | aic79xx.reg | 513 * Data Channel Host Address 524 * Host Overlay DMA Address 575 * Scatter/Gather Host Address 586 * SCB Host Address 648 * ROM Address 1011 * Slave Split Out Address 0 1021 * Slave Split Out Address 1 1032 * Slave Split Out Address 2 1042 * Slave Split Out Address 3 2576 * Shadow Host Address. [all …]
|
D | aic7xxx.reg | 438 * SCSI/Host Address (p. 3-30) 636 * Sequencer Address Registers (p. 3-35) 767 field HADDLDSEL1 0x02 /* Host Address Load Select Bits */ 838 * Host Address (p. 3-48) 1551 * Address of the hardware scb array in the host.
|
/drivers/staging/r8188eu/core/ |
D | rtw_efuse.c | 232 u8 EFUSE_Read1Byte(struct adapter *Adapter, u16 Address) in EFUSE_Read1Byte() argument 242 if (Address < contentLen) { /* E-fuse 512Byte */ in EFUSE_Read1Byte() 244 temp = Address & 0xFF; in EFUSE_Read1Byte() 248 temp = ((Address >> 8) & 0x03) | (Bytetemp & 0xFC); in EFUSE_Read1Byte()
|
/drivers/scsi/megaraid/ |
D | megaraid_sas_fusion.h | 318 __le64 Address; member 352 __le32 Address; member 357 __le32 Address; member 362 __le64 Address; member 370 __le64 Address; member
|
D | megaraid_sas_fusion.c | 2189 main_chain_element->Address = cpu_to_le64(ptr_sgl_phys); in megasas_make_prp_nvme() 2204 ptr_first_sgl->Address = cpu_to_le64(sge_addr); in megasas_make_prp_nvme() 2288 sgl_ptr->Address = cpu_to_le64(sg_dma_address(os_sgl)); in megasas_make_sgl_fusion() 2323 sg_chain->Address = cpu_to_le64(cmd->sg_frame_phys_addr); in megasas_make_sgl_fusion() 3897 mpi25_ieee_chain->Address = cpu_to_le64(mfi_cmd->frame_phys_addr); in build_mpt_mfi_pass_thru()
|
/drivers/message/fusion/ |
D | mptlan.c | 775 pSimple->Address.Low = cpu_to_le32((u32) dma); in mpt_lan_sdu_send() 777 pSimple->Address.High = cpu_to_le32((u32) ((u64) dma >> 32)); in mpt_lan_sdu_send() 779 pSimple->Address.High = 0; in mpt_lan_sdu_send() 1242 pSimple->Address.Low = cpu_to_le32((u32) priv->RcvCtl[ctx].dma); in mpt_lan_post_receive_buckets() 1244 pSimple->Address.High = cpu_to_le32((u32) ((u64) priv->RcvCtl[ctx].dma >> 32)); in mpt_lan_post_receive_buckets() 1246 pSimple->Address.High = 0; in mpt_lan_post_receive_buckets()
|
D | mptctl.c | 903 } else if (sgIn->Address) { in mptctl_do_fw_download() 904 iocp->add_sge(sgOut, sgIn->FlagsLength, sgIn->Address); in mptctl_do_fw_download() 1085 sgl->Address = dma_addr; in kbuf_alloc_2_sgl() 1139 dma_addr = sglbuf[i].Address; in kbuf_alloc_2_sgl() 1174 } else if (sg->Address) { in kfree_sgl() 1179 dma_addr = sg->Address; in kfree_sgl() 1192 if (sg->Address) { in kfree_sgl() 1197 dma_addr = sg->Address; in kfree_sgl()
|
D | mptbase.h | 823 dma_addr_t Address; member
|
D | mptbase.c | 1057 pSge->Address = cpu_to_le32(dma_addr); in mpt_add_sge() 1073 pSge->Address.Low = cpu_to_le32 in mpt_add_sge_64bit() 1075 pSge->Address.High = cpu_to_le32 in mpt_add_sge_64bit() 1096 pSge->Address.Low = cpu_to_le32 in mpt_add_sge_64bit_1078() 1114 pSge->Address.High = cpu_to_le32(tmp); in mpt_add_sge_64bit_1078() 1136 pChain->Address = cpu_to_le32(dma_addr); in mpt_add_chain() 1160 pChain->Address.Low = cpu_to_le32(tmp); in mpt_add_chain_64bit() 1162 pChain->Address.High = cpu_to_le32(tmp); in mpt_add_chain_64bit()
|
/drivers/media/pci/ngene/ |
D | ngene-core.c | 358 com.cmd.FWLoadFinish.Address = DATA_FIFO_AREA; in ngene_command_load_firmware() 768 Cur->scList1->Address); in free_ringbuffer() 773 Cur->scList2->Address); in free_ringbuffer() 928 SCListEntry->Address = PABuffer; in AllocateRingBuffers() 941 SCListEntry->Address = of; in AllocateRingBuffers() 961 SCListEntry->Address = PABuffer; in AllocateRingBuffers() 974 SCListEntry->Address = of; in AllocateRingBuffers()
|
D | ngene.h | 181 u64 Address; member 288 u16 Address; /* address of final block */ member
|
/drivers/media/dvb-frontends/ |
D | drxd_hard.c | 301 u32 Address, u16 BlockSize, u8 *pBlock, u8 Flags) in WriteBlock() argument 306 if (write_chunk(state, Address, pBlock, Chunk, Flags) < 0) in WriteBlock() 309 Address += (Chunk >> 1); in WriteBlock() 324 u32 Address = pTable[0] | (pTable[1] << 8) | in WriteTable() local 327 if (Address == 0xFFFFFFFF) in WriteTable() 335 status = WriteBlock(state, Address, Length * 2, pTable, 0); in WriteTable() 914 u32 Address; in DownloadMicrocode() local 930 Address = (pSrc[0] << 24) | (pSrc[1] << 16) | in DownloadMicrocode() 949 status = WriteBlock(state, Address, BlockSize, in DownloadMicrocode()
|
/drivers/net/ethernet/micrel/ |
D | Kconfig | 49 This platform driver is for Micrel KS8851 Address/data bus
|
/drivers/staging/rtl8723bs/include/ |
D | rtw_efuse.h | 118 u8 EFUSE_Read1Byte(struct adapter *padapter, u16 Address);
|
/drivers/net/ethernet/wiznet/ |
D | Kconfig | 61 using Indirect Mode Address Register and Indirect Mode Data Register,
|
/drivers/staging/mt7621-pci/ |
D | mediatek,mt7621-pci.txt | 8 - #address-cells: Address representation for root ports (must be 3)
|
/drivers/hwtracing/coresight/ |
D | Kconfig | 49 tristate "Coresight Address Translation Unit (CATU) driver" 52 Enable support for the Coresight Address Translation Unit (CATU).
|
/drivers/iommu/intel/ |
D | Kconfig | 55 means of a Process Address Space ID (PASID).
|
/drivers/iommu/ |
D | Kconfig | 237 space through the GART (Graphics Address Relocation Table) 300 Support for Apple DART (Device Address Resolution Table) IOMMUs
|
/drivers/scsi/mpt3sas/ |
D | mpt3sas_base.c | 524 le32_to_cpu(sgel->Address)); in _clone_sg_entries() 539 sgel->Address = in _clone_sg_entries() 555 sgel->Address = in _clone_sg_entries() 562 sgel->Address = in _clone_sg_entries() 2112 sgel->Address = cpu_to_le32(dma_addr); in _base_add_sg_single_32() 2130 sgel->Address = cpu_to_le64(dma_addr); in _base_add_sg_single_64() 2498 main_chain_element->Address = cpu_to_le64(msg_dma); in base_make_prp_nvme() 2513 ptr_first_sgl->Address = cpu_to_le64(sge_addr); in base_make_prp_nvme() 2653 sgel->Address = cpu_to_le64(dma_addr); in _base_add_sg_single_ieee()
|
/drivers/pci/ |
D | Kconfig | 156 Process Address Space Identifiers (PASIDs) can be used by PCI devices
|
/drivers/firmware/efi/ |
D | Kconfig | 61 e.g. Address Range Mirroring feature.
|