/Linux-v4.19/drivers/ata/ |
D | acard-ahci.c | 185 rc = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(64)); in acard_ahci_configure_dma_masks() 187 rc = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in acard_ahci_configure_dma_masks() 200 rc = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in acard_ahci_configure_dma_masks()
|
D | sata_qstor.c | 561 rc = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(64)); in qs_set_dma_masks() 563 rc = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in qs_set_dma_masks() 576 rc = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in qs_set_dma_masks()
|
D | pata_ninja32.c | 128 rc = dma_set_coherent_mask(&dev->dev, ATA_DMA_MASK); in ninja32_init_one()
|
D | pata_ixp4xx_cf.c | 161 ret = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in ixp4xx_pata_probe()
|
D | pata_cs5520.c | 171 if (dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32))) { in cs5520_init_one()
|
D | pata_hpt3x3.c | 227 rc = dma_set_coherent_mask(&pdev->dev, ATA_DMA_MASK); in hpt3x3_init_one()
|
D | sata_sil24.c | 1316 rc = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(64)); in sil24_init_one() 1318 rc = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in sil24_init_one() 1331 rc = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in sil24_init_one()
|
/Linux-v4.19/arch/arm/common/ |
D | it8152.c | 277 int dma_set_coherent_mask(struct device *dev, u64 mask) in dma_set_coherent_mask() function 355 EXPORT_SYMBOL(dma_set_coherent_mask);
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | dma.c | 291 int dma_set_coherent_mask(struct device *dev, u64 mask) in dma_set_coherent_mask() function 308 EXPORT_SYMBOL(dma_set_coherent_mask);
|
/Linux-v4.19/drivers/usb/gadget/udc/bdc/ |
D | bdc_pci.c | 86 dma_set_coherent_mask(&bdc->dev, pci->dev.coherent_dma_mask); in bdc_pci_probe()
|
/Linux-v4.19/drivers/misc/mei/ |
D | pci-me.c | 178 dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(64))) { in mei_me_probe() 182 err = dma_set_coherent_mask(&pdev->dev, in mei_me_probe()
|
/Linux-v4.19/arch/arm/mach-ixp4xx/ |
D | common.c | 636 int dma_set_coherent_mask(struct device *dev, u64 mask) in dma_set_coherent_mask() function 648 EXPORT_SYMBOL(dma_set_coherent_mask);
|
/Linux-v4.19/drivers/gpu/drm/stm/ |
D | drv.c | 143 dma_set_coherent_mask(dev, DMA_BIT_MASK(32)); in stm_drm_platform_probe()
|
/Linux-v4.19/drivers/remoteproc/ |
D | omap_remoteproc.c | 193 ret = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in omap_rproc_probe()
|
/Linux-v4.19/include/linux/ |
D | pci-dma-compat.h | 120 return dma_set_coherent_mask(&dev->dev, mask); in pci_set_consistent_dma_mask()
|
D | dma-mapping.h | 620 int dma_set_coherent_mask(struct device *dev, u64 mask); 622 static inline int dma_set_coherent_mask(struct device *dev, u64 mask) in dma_set_coherent_mask() function 644 dma_set_coherent_mask(dev, mask); in dma_set_mask_and_coherent()
|
/Linux-v4.19/drivers/usb/host/ |
D | ehci-ps3.c | 136 dma_set_coherent_mask(&dev->core, dummy_mask); in ps3_ehci_probe()
|
D | ohci-ps3.c | 120 dma_set_coherent_mask(&dev->core, dummy_mask); in ps3_ohci_probe()
|
/Linux-v4.19/drivers/gpu/drm/imx/ |
D | imx-drm-core.c | 326 ret = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in imx_drm_platform_probe()
|
/Linux-v4.19/drivers/virtio/ |
D | virtio_pci_legacy.c | 236 dma_set_coherent_mask(&pci_dev->dev, in virtio_pci_legacy_probe()
|
/Linux-v4.19/drivers/gpu/drm/sti/ |
D | sti_drv.c | 277 dma_set_coherent_mask(dev, DMA_BIT_MASK(32)); in sti_platform_probe()
|
/Linux-v4.19/drivers/uio/ |
D | uio_dmem_genirq.c | 195 dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in uio_dmem_genirq_probe()
|
/Linux-v4.19/drivers/media/platform/coda/ |
D | imx-vdoa.c | 298 dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in vdoa_probe()
|
/Linux-v4.19/sound/pci/au88x0/ |
D | au88x0.c | 154 dma_set_coherent_mask(&pci->dev, DMA_BIT_MASK(32)) < 0) { in snd_vortex_create()
|
/Linux-v4.19/sound/pci/cs5535audio/ |
D | cs5535audio.c | 288 dma_set_coherent_mask(&pci->dev, DMA_BIT_MASK(32)) < 0) { in snd_cs5535audio_create()
|