dma_coherent      102 arch/arc/mm/dma.c 		dev->dma_coherent = true;
dma_coherent      105 arch/arc/mm/dma.c 		 dev->dma_coherent ? "" : "non");
dma_coherent       18 arch/arm/include/asm/device.h 	unsigned int dma_coherent:1;
dma_coherent      201 arch/arm/mm/dma-mapping-nommu.c 		dev->archdata.dma_coherent = (cacheid) ? coherent : true;
dma_coherent      206 arch/arm/mm/dma-mapping-nommu.c 		dev->archdata.dma_coherent = (get_cr() & CR_M) ? coherent : true;
dma_coherent      209 arch/arm/mm/dma-mapping-nommu.c 	if (!dev->archdata.dma_coherent)
dma_coherent     2231 arch/arm/mm/dma-mapping.c 	set_dma_ops(dev, arm_get_dma_map_ops(dev->archdata.dma_coherent));
dma_coherent     2297 arch/arm/mm/dma-mapping.c 	dev->archdata.dma_coherent = coherent;
dma_coherent     2299 arch/arm/mm/dma-mapping.c 	dev->dma_coherent = coherent;
dma_coherent       51 arch/arm64/mm/dma-mapping.c 	dev->dma_coherent = coherent;
dma_coherent      148 arch/mips/mm/dma-noncoherent.c 	dev->dma_coherent = coherent;
dma_coherent      799 drivers/scsi/arcmsr/arcmsr.h 	void *			dma_coherent;
dma_coherent      638 drivers/scsi/arcmsr/arcmsr_hba.c 	void *dma_coherent;
dma_coherent      645 drivers/scsi/arcmsr/arcmsr_hba.c 		dma_coherent = dma_alloc_coherent(&pdev->dev, acb->ioqueue_size,
dma_coherent      647 drivers/scsi/arcmsr/arcmsr_hba.c 		if (!dma_coherent) {
dma_coherent      652 drivers/scsi/arcmsr/arcmsr_hba.c 		acb->dma_coherent2 = dma_coherent;
dma_coherent      653 drivers/scsi/arcmsr/arcmsr_hba.c 		acb->pmuB = (struct MessageUnit_B *)dma_coherent;
dma_coherent      659 drivers/scsi/arcmsr/arcmsr_hba.c 		dma_coherent = dma_alloc_coherent(&pdev->dev, acb->ioqueue_size,
dma_coherent      661 drivers/scsi/arcmsr/arcmsr_hba.c 		if (!dma_coherent) {
dma_coherent      666 drivers/scsi/arcmsr/arcmsr_hba.c 		acb->dma_coherent2 = dma_coherent;
dma_coherent      667 drivers/scsi/arcmsr/arcmsr_hba.c 		acb->pmuD = (struct MessageUnit_D *)dma_coherent;
dma_coherent      675 drivers/scsi/arcmsr/arcmsr_hba.c 		dma_coherent = dma_alloc_coherent(&pdev->dev, acb->ioqueue_size,
dma_coherent      677 drivers/scsi/arcmsr/arcmsr_hba.c 		if (!dma_coherent){
dma_coherent      682 drivers/scsi/arcmsr/arcmsr_hba.c 		acb->dma_coherent2 = dma_coherent;
dma_coherent      683 drivers/scsi/arcmsr/arcmsr_hba.c 		acb->pCompletionQ = dma_coherent;
dma_coherent      697 drivers/scsi/arcmsr/arcmsr_hba.c 	void *dma_coherent;
dma_coherent      723 drivers/scsi/arcmsr/arcmsr_hba.c 	dma_coherent = dma_alloc_coherent(&pdev->dev, acb->uncache_size, &dma_coherent_handle, GFP_KERNEL);
dma_coherent      724 drivers/scsi/arcmsr/arcmsr_hba.c 	if(!dma_coherent){
dma_coherent      728 drivers/scsi/arcmsr/arcmsr_hba.c 	acb->dma_coherent = dma_coherent;
dma_coherent      730 drivers/scsi/arcmsr/arcmsr_hba.c 	memset(dma_coherent, 0, acb->uncache_size);
dma_coherent      732 drivers/scsi/arcmsr/arcmsr_hba.c 	ccb_tmp = dma_coherent;
dma_coherent      734 drivers/scsi/arcmsr/arcmsr_hba.c 	acb->vir2phy_offset = (unsigned long)dma_coherent - (unsigned long)dma_coherent_handle;
dma_coherent     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     1445 drivers/scsi/hptiop.c 		hba->dma_coherent[i] = start_virt;
dma_coherent     1478 drivers/scsi/hptiop.c 		if (hba->dma_coherent[i] && hba->dma_coherent_handle[i])
dma_coherent     1481 drivers/scsi/hptiop.c 					hba->dma_coherent[i],
dma_coherent     1565 drivers/scsi/hptiop.c 		if (hba->dma_coherent[i] && hba->dma_coherent_handle[i])
dma_coherent     1568 drivers/scsi/hptiop.c 					hba->dma_coherent[i],
dma_coherent      322 drivers/scsi/hptiop.h 	void        *dma_coherent[HPTIOP_MAX_REQUESTS];
dma_coherent     1317 include/linux/device.h 	bool			dma_coherent:1;
dma_coherent       15 include/linux/dma-noncoherent.h 	return dev->dma_coherent;