dma_coherent_handle 801 drivers/scsi/arcmsr/arcmsr.h dma_addr_t dma_coherent_handle; dma_coherent_handle 639 drivers/scsi/arcmsr/arcmsr_hba.c dma_addr_t dma_coherent_handle; dma_coherent_handle 646 drivers/scsi/arcmsr/arcmsr_hba.c &dma_coherent_handle, GFP_KERNEL); dma_coherent_handle 651 drivers/scsi/arcmsr/arcmsr_hba.c acb->dma_coherent_handle2 = dma_coherent_handle; dma_coherent_handle 660 drivers/scsi/arcmsr/arcmsr_hba.c &dma_coherent_handle, GFP_KERNEL); dma_coherent_handle 665 drivers/scsi/arcmsr/arcmsr_hba.c acb->dma_coherent_handle2 = dma_coherent_handle; dma_coherent_handle 676 drivers/scsi/arcmsr/arcmsr_hba.c &dma_coherent_handle, GFP_KERNEL); dma_coherent_handle 681 drivers/scsi/arcmsr/arcmsr_hba.c acb->dma_coherent_handle2 = dma_coherent_handle; dma_coherent_handle 698 drivers/scsi/arcmsr/arcmsr_hba.c dma_addr_t dma_coherent_handle; dma_coherent_handle 723 drivers/scsi/arcmsr/arcmsr_hba.c dma_coherent = dma_alloc_coherent(&pdev->dev, acb->uncache_size, &dma_coherent_handle, GFP_KERNEL); dma_coherent_handle 729 drivers/scsi/arcmsr/arcmsr_hba.c acb->dma_coherent_handle = dma_coherent_handle; dma_coherent_handle 733 drivers/scsi/arcmsr/arcmsr_hba.c curr_phy_upper32 = upper_32_bits(dma_coherent_handle); dma_coherent_handle 734 drivers/scsi/arcmsr/arcmsr_hba.c acb->vir2phy_offset = (unsigned long)dma_coherent - (unsigned long)dma_coherent_handle; dma_coherent_handle 736 drivers/scsi/arcmsr/arcmsr_hba.c cdb_phyaddr = (unsigned long)dma_coherent_handle + offsetof(struct CommandControlBlock, arcmsr_cdb); dma_coherent_handle 752 drivers/scsi/arcmsr/arcmsr_hba.c next_ccb_phy = dma_coherent_handle + roundup_ccbsize; dma_coherent_handle 761 drivers/scsi/arcmsr/arcmsr_hba.c dma_coherent_handle = next_ccb_phy; dma_coherent_handle 763 drivers/scsi/arcmsr/arcmsr_hba.c acb->dma_coherent_handle2 = dma_coherent_handle; dma_coherent_handle 1952 drivers/scsi/arcmsr/arcmsr_hba.c dma_free_coherent(&acb->pdev->dev, acb->uncache_size, acb->dma_coherent, acb->dma_coherent_handle); dma_coherent_handle 3758 drivers/scsi/arcmsr/arcmsr_hba.c dma_addr_t dma_coherent_handle; dma_coherent_handle 3769 drivers/scsi/arcmsr/arcmsr_hba.c dma_coherent_handle = acb->dma_coherent_handle2; dma_coherent_handle 3772 drivers/scsi/arcmsr/arcmsr_hba.c dma_coherent_handle = acb->dma_coherent_handle + dma_coherent_handle 3776 drivers/scsi/arcmsr/arcmsr_hba.c dma_coherent_handle = acb->dma_coherent_handle; dma_coherent_handle 3779 drivers/scsi/arcmsr/arcmsr_hba.c cdb_phyaddr = lower_32_bits(dma_coherent_handle); dma_coherent_handle 3780 drivers/scsi/arcmsr/arcmsr_hba.c cdb_phyaddr_hi32 = upper_32_bits(dma_coherent_handle); dma_coherent_handle 3889 drivers/scsi/arcmsr/arcmsr_hba.c dma_coherent_handle = acb->dma_coherent_handle2; dma_coherent_handle 3890 drivers/scsi/arcmsr/arcmsr_hba.c cdb_phyaddr = (uint32_t)(dma_coherent_handle & 0xffffffff); dma_coherent_handle 3891 drivers/scsi/arcmsr/arcmsr_hba.c cdb_phyaddr_hi32 = (uint32_t)((dma_coherent_handle >> 16) >> 16); dma_coherent_handle 1446 drivers/scsi/hptiop.c hba->dma_coherent_handle[i] = start_phy; dma_coherent_handle 1478 drivers/scsi/hptiop.c if (hba->dma_coherent[i] && hba->dma_coherent_handle[i]) dma_coherent_handle 1482 drivers/scsi/hptiop.c hba->dma_coherent_handle[i]); dma_coherent_handle 1565 drivers/scsi/hptiop.c if (hba->dma_coherent[i] && hba->dma_coherent_handle[i]) dma_coherent_handle 1569 drivers/scsi/hptiop.c hba->dma_coherent_handle[i]); dma_coherent_handle 323 drivers/scsi/hptiop.h dma_addr_t dma_coherent_handle[HPTIOP_MAX_REQUESTS];