Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Ddma-mapping.h99 int dma_set_coherent_mask(struct device *dev, u64 mask);
101 static inline int dma_set_coherent_mask(struct device *dev, u64 mask) in dma_set_coherent_mask() function
120 dma_set_coherent_mask(dev, mask); in dma_set_mask_and_coherent()
/linux-4.1.27/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()
Dpata_sil680.c380 rc = dma_set_coherent_mask(&pdev->dev, ATA_DMA_MASK); in sil680_init_one()
Dsata_vsc.c393 rc = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in vsc_sata_init_one()
Dahci.c876 rc = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(64)); in ahci_configure_dma_masks()
878 rc = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in ahci_configure_dma_masks()
891 rc = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in ahci_configure_dma_masks()
Dsata_svw.c493 rc = dma_set_coherent_mask(&pdev->dev, ATA_DMA_MASK); in k2_sata_init_one()
Dpata_atp867x.c482 rc = dma_set_coherent_mask(&pdev->dev, ATA_DMA_MASK); in atp867x_ata_pci_sff_init_host()
Dsata_via.c508 rc = dma_set_coherent_mask(&pdev->dev, ATA_DMA_MASK); in vt6421_prepare_host()
Dpata_pdc2027x.c737 rc = dma_set_coherent_mask(&pdev->dev, ATA_DMA_MASK); in pdc2027x_init_one()
Dpdc_adma.c601 rc = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in adma_set_dma_masks()
Dsata_sil.c776 rc = dma_set_coherent_mask(&pdev->dev, ATA_DMA_MASK); in sil_init_one()
Dsata_highbank.c525 dma_set_coherent_mask(dev, DMA_BIT_MASK(64)); in ahci_highbank_probe()
Dsata_inic162x.c865 rc = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in inic_init_one()
Dsata_mv.c4324 rc = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(64)); in pci_go_64()
4326 rc = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in pci_go_64()
4339 rc = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in pci_go_64()
Dsata_promise.c1252 rc = dma_set_coherent_mask(&pdev->dev, ATA_DMA_MASK); in pdc_ata_init_one()
Dsata_nv.c1139 rc = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in nv_adma_port_start()
1165 dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(64)); in nv_adma_port_start()
Dsata_sx4.c1482 rc = dma_set_coherent_mask(&pdev->dev, ATA_DMA_MASK); in pdc_sata_init_one()
Dlibata-sff.c3217 rc = dma_set_coherent_mask(&pdev->dev, ATA_DMA_MASK); in ata_pci_bmdma_init()
/linux-4.1.27/drivers/usb/dwc3/
Dhost.c35 dma_set_coherent_mask(&xhci->dev, dwc->dev->coherent_dma_mask); in dwc3_host_init()
Ddwc3-st.c218 dma_set_coherent_mask(dev, dev->coherent_dma_mask); in st_dwc3_probe()
Dcore.c894 dma_set_coherent_mask(dev, dev->parent->coherent_dma_mask); in dwc3_probe()
/linux-4.1.27/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-4.1.27/drivers/usb/gadget/udc/bdc/
Dbdc_pci.c90 dma_set_coherent_mask(&bdc->dev, pci->dev.coherent_dma_mask); in bdc_pci_probe()
/linux-4.1.27/drivers/misc/mei/
Dpci-me.c153 dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(64))) { in mei_me_probe()
157 err = dma_set_coherent_mask(&pdev->dev, in mei_me_probe()
/linux-4.1.27/arch/arm/mach-ixp4xx/
Dcommon.c624 int dma_set_coherent_mask(struct device *dev, u64 mask) in dma_set_coherent_mask() function
636 EXPORT_SYMBOL(dma_set_coherent_mask);
/linux-4.1.27/include/asm-generic/
Dpci-dma-compat.h120 return dma_set_coherent_mask(&dev->dev, mask); in pci_set_consistent_dma_mask()
/linux-4.1.27/drivers/remoteproc/
Domap_remoteproc.c192 ret = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in omap_rproc_probe()
/linux-4.1.27/drivers/usb/dwc2/
Dplatform.c191 retval = dma_set_coherent_mask(&dev->dev, DMA_BIT_MASK(32)); in dwc2_driver_probe()
Dhcd.c2846 if (dma_set_coherent_mask(hsotg->dev, DMA_BIT_MASK(32)) < 0) in dwc2_hcd_init()
/linux-4.1.27/arch/tile/kernel/
Dpci-dma.c587 int dma_set_coherent_mask(struct device *dev, u64 mask) in dma_set_coherent_mask() function
611 EXPORT_SYMBOL(dma_set_coherent_mask);
/linux-4.1.27/drivers/usb/host/
Dxhci-plat.c88 ret = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in xhci_plat_probe()
Dxhci.c4959 dma_set_coherent_mask(dev, DMA_BIT_MASK(64)); in xhci_gen_setup()
/linux-4.1.27/drivers/gpu/drm/sti/
Dsti_drm_drv.c252 dma_set_coherent_mask(dev, DMA_BIT_MASK(32)); in sti_drm_master_probe()
/linux-4.1.27/drivers/uio/
Duio_dmem_genirq.c195 dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in uio_dmem_genirq_probe()
/linux-4.1.27/drivers/media/pci/pt3/
Dpt3.c749 dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(64)); in pt3_probe()
753 dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in pt3_probe()
/linux-4.1.27/drivers/firmware/
Ddcdbas.c554 error = dma_set_coherent_mask(&dcdbas_pdev->dev, DMA_BIT_MASK(32)); in dcdbas_probe()
/linux-4.1.27/drivers/gpu/drm/rockchip/
Drockchip_drm_drv.c49 ret = dma_set_coherent_mask(dev, DMA_BIT_MASK(32)); in rockchip_drm_dma_attach_device()
/linux-4.1.27/drivers/gpu/drm/i915/
Di915_dma.c853 dma_set_coherent_mask(&dev->pdev->dev, DMA_BIT_MASK(30)); in i915_driver_load()
864 dma_set_coherent_mask(&dev->pdev->dev, DMA_BIT_MASK(32)); in i915_driver_load()
/linux-4.1.27/drivers/gpu/drm/imx/
Dimx-drm-core.c582 ret = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in imx_drm_platform_probe()
Dipuv3-crtc.c490 ret = dma_set_coherent_mask(dev, DMA_BIT_MASK(32)); in ipu_drm_probe()
/linux-4.1.27/drivers/usb/gadget/udc/
Dudc-core.c278 dma_set_coherent_mask(&gadget->dev, parent->coherent_dma_mask); in usb_add_gadget_udc_release()
Dlpc32xx_udc.c3061 retval = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in lpc32xx_udc_probe()
/linux-4.1.27/drivers/net/ethernet/altera/
Daltera_tse_main.c1388 dma_set_coherent_mask(priv->device, in altera_tse_probe()
1391 dma_set_coherent_mask(priv->device, DMA_BIT_MASK(32)); in altera_tse_probe()
/linux-4.1.27/Documentation/
DDMA-API-HOWTO.txt183 to dma_set_coherent_mask():
185 int dma_set_coherent_mask(struct device *dev, u64 mask);
260 dma_set_coherent_mask().
404 dma_set_coherent_mask(). This is true of the dma_pool interface as
DDMA-API.txt167 dma_set_coherent_mask(struct device *dev, u64 mask)
/linux-4.1.27/drivers/mfd/
Domap-usb-host.c204 dma_set_coherent_mask(&child->dev, DMA_BIT_MASK(32)); in omap_usbhs_alloc_child()
/linux-4.1.27/drivers/usb/chipidea/
Dcore.c623 dma_set_coherent_mask(&pdev->dev, dev->coherent_dma_mask); in ci_hdrc_add_device()
/linux-4.1.27/drivers/media/pci/sta2x11/
Dsta2x11_vip.c855 err = dma_set_coherent_mask(&vip->pdev->dev, DMA_BIT_MASK(29)); in sta2x11_vip_init_buffer()
/linux-4.1.27/drivers/gpu/drm/omapdrm/
Domap_dmm_tiler.c693 ret = dma_set_coherent_mask(&dev->dev, DMA_BIT_MASK(32)); in omap_dmm_probe()
/linux-4.1.27/drivers/net/ethernet/intel/fm10k/
Dfm10k_pci.c1759 err = dma_set_coherent_mask(&pdev->dev, in fm10k_probe()
/linux-4.1.27/drivers/mmc/host/
Ddw_mmc.c2493 dma_set_coherent_mask(host->dev, DMA_BIT_MASK(64)); in dw_mci_init_dma()