Searched refs:dma_coherent_handle (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/arcmsr/
H A Darcmsr_hba.c198 dma_addr_t dma_coherent_handle, dma_addr; local
205 &dma_coherent_handle, GFP_KERNEL);
210 acb->dma_coherent_handle = dma_coherent_handle;
215 dma_coherent_handle = dma_coherent_handle +
216 (0x20 - ((unsigned long)dma_coherent_handle & 0x1F));
219 dma_addr = dma_coherent_handle;
240 ccb_phyaddr_hi32 = (uint32_t) ((dma_coherent_handle >> 16) >> 16);
682 acb->dma_coherent_handle);
[all...]
H A Darcmsr.h317 dma_addr_t dma_coherent_handle; member in struct:AdapterControlBlock
318 /* dma_coherent_handle used for memory free */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dhptiop.h434 dma_addr_t dma_coherent_handle; member in struct:hptiop_hba
H A Dhptiop.c802 hba->dma_coherent_handle = start_phy;
841 hba->dma_coherent, hba->dma_coherent_handle);
900 hba->dma_coherent_handle);

Completed in 170 milliseconds