Home
last modified time | relevance | path

Searched refs:dma_set_coherent_mask (Results 1 – 25 of 87) sorted by relevance

1234

/Linux-v4.19/drivers/ata/
Dacard-ahci.c185 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()
Dsata_qstor.c561 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()
Dpata_ninja32.c128 rc = dma_set_coherent_mask(&dev->dev, ATA_DMA_MASK); in ninja32_init_one()
Dpata_ixp4xx_cf.c161 ret = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in ixp4xx_pata_probe()
Dpata_cs5520.c171 if (dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32))) { in cs5520_init_one()
Dpata_hpt3x3.c227 rc = dma_set_coherent_mask(&pdev->dev, ATA_DMA_MASK); in hpt3x3_init_one()
Dsata_sil24.c1316 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/
Dit8152.c277 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/
Ddma.c291 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/
Dbdc_pci.c86 dma_set_coherent_mask(&bdc->dev, pci->dev.coherent_dma_mask); in bdc_pci_probe()
/Linux-v4.19/drivers/misc/mei/
Dpci-me.c178 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/
Dcommon.c636 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/
Ddrv.c143 dma_set_coherent_mask(dev, DMA_BIT_MASK(32)); in stm_drm_platform_probe()
/Linux-v4.19/drivers/remoteproc/
Domap_remoteproc.c193 ret = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in omap_rproc_probe()
/Linux-v4.19/include/linux/
Dpci-dma-compat.h120 return dma_set_coherent_mask(&dev->dev, mask); in pci_set_consistent_dma_mask()
Ddma-mapping.h620 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/
Dehci-ps3.c136 dma_set_coherent_mask(&dev->core, dummy_mask); in ps3_ehci_probe()
Dohci-ps3.c120 dma_set_coherent_mask(&dev->core, dummy_mask); in ps3_ohci_probe()
/Linux-v4.19/drivers/gpu/drm/imx/
Dimx-drm-core.c326 ret = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in imx_drm_platform_probe()
/Linux-v4.19/drivers/virtio/
Dvirtio_pci_legacy.c236 dma_set_coherent_mask(&pci_dev->dev, in virtio_pci_legacy_probe()
/Linux-v4.19/drivers/gpu/drm/sti/
Dsti_drv.c277 dma_set_coherent_mask(dev, DMA_BIT_MASK(32)); in sti_platform_probe()
/Linux-v4.19/drivers/uio/
Duio_dmem_genirq.c195 dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in uio_dmem_genirq_probe()
/Linux-v4.19/drivers/media/platform/coda/
Dimx-vdoa.c298 dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in vdoa_probe()
/Linux-v4.19/sound/pci/au88x0/
Dau88x0.c154 dma_set_coherent_mask(&pci->dev, DMA_BIT_MASK(32)) < 0) { in snd_vortex_create()
/Linux-v4.19/sound/pci/cs5535audio/
Dcs5535audio.c288 dma_set_coherent_mask(&pci->dev, DMA_BIT_MASK(32)) < 0) { in snd_cs5535audio_create()

1234