/linux/drivers/media/pci/mantis/ |
H A D | mantis_pci.c | 58 err = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in mantis_pci_init()
|
/linux/include/linux/ |
H A D | dma-mapping.h | 133 int dma_set_coherent_mask(struct device *dev, u64 mask); 231 static inline int dma_set_coherent_mask(struct device *dev, u64 mask) in dma_set_coherent_mask() function 502 dma_set_coherent_mask(dev, mask); in dma_set_mask_and_coherent()
|
/linux/drivers/virtio/ |
H A D | virtio_pci_legacy_dev.c | 36 dma_set_coherent_mask(&pci_dev->dev, in vp_legacy_probe()
|
H A D | virtio_mmio.c | 676 dma_set_coherent_mask(&pdev->dev, in virtio_mmio_probe()
|
/linux/drivers/gpu/drm/stm/ |
H A D | drv.c | 198 dma_set_coherent_mask(dev, DMA_BIT_MASK(32)); in stm_drm_platform_probe()
|
/linux/drivers/usb/host/ |
H A D | ehci-ps3.c | 136 dma_set_coherent_mask(&dev->core, dummy_mask); in ps3_ehci_probe()
|
H A D | ohci-ps3.c | 120 dma_set_coherent_mask(&dev->core, dummy_mask); in ps3_ohci_probe()
|
H A D | ehci-pci.c | 130 if (dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(31)) < 0) in ehci_pci_setup()
|
/linux/drivers/net/wireless/mediatek/mt76/mt7996/ |
H A D | pci.c | 118 ret = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in mt7996_pci_probe()
|
/linux/drivers/gpu/drm/imx/ipuv3/ |
H A D | imx-drm-core.c | 287 ret = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in imx_drm_platform_probe()
|
H A D | ipuv3-crtc.c | 435 ret = dma_set_coherent_mask(dev, DMA_BIT_MASK(32)); in ipu_drm_probe()
|
/linux/drivers/gpu/drm/sti/ |
H A D | sti_drv.c | 240 dma_set_coherent_mask(dev, DMA_BIT_MASK(32)); in sti_platform_probe()
|
/linux/drivers/ata/ |
H A D | pata_ixp4xx_cf.c | 264 ret = dma_set_coherent_mask(dev, DMA_BIT_MASK(32)); in ixp4xx_pata_probe()
|
H A D | sata_highbank.c | 513 dma_set_coherent_mask(dev, DMA_BIT_MASK(64)); in ahci_highbank_probe()
|
/linux/drivers/media/platform/chips-media/coda/ |
H A D | imx-vdoa.c | 289 ret = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in vdoa_probe()
|
/linux/drivers/net/wan/ |
H A D | wanxl.c | 577 if (dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(28)) || in wanxl_pci_init_one() 629 if (dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)) || in wanxl_pci_init_one()
|
/linux/kernel/dma/ |
H A D | mapping.c | 897 int dma_set_coherent_mask(struct device *dev, u64 mask) in dma_set_coherent_mask() function 911 EXPORT_SYMBOL(dma_set_coherent_mask);
|
/linux/drivers/net/can/esd/ |
H A D | esd_402_pci-core.c | 270 err = dma_set_coherent_mask(&pdev->dev, PCI402_DMA_MASK); in pci402_init_dma()
|
/linux/drivers/soc/ti/ |
H A D | pruss.c | 509 ret = dma_set_coherent_mask(dev, DMA_BIT_MASK(32)); in pruss_probe()
|
/linux/drivers/gpu/drm/lima/ |
H A D | lima_device.c | 360 dma_set_coherent_mask(ldev->dev, DMA_BIT_MASK(32)); in lima_device_init()
|
/linux/Documentation/core-api/ |
H A D | dma-api-howto.rst | 178 to dma_set_coherent_mask():: 180 int dma_set_coherent_mask(struct device *dev, u64 mask); 245 dma_set_coherent_mask(). 392 explicitly changed via dma_set_coherent_mask(). This is true of the
|
/linux/drivers/dma/ |
H A D | loongson1-apb-dma.c | 177 dma_set_coherent_mask(dev, DMA_BIT_MASK(32)); in ls1x_dma_alloc_chan_resources()
|
/linux/drivers/gpu/drm/etnaviv/ |
H A D | etnaviv_drv.c | 646 dma_set_coherent_mask(dev, DMA_BIT_MASK(32))) { in etnaviv_pdev_probe()
|
/linux/drivers/mfd/ |
H A D | omap-usb-host.c | 171 dma_set_coherent_mask(&child->dev, DMA_BIT_MASK(32)); in omap_usbhs_alloc_child()
|
/linux/sound/ppc/ |
H A D | snd_ps3.c | 935 dma_set_coherent_mask(&dev->core, dummy_mask); in snd_ps3_driver_probe()
|