Home
last modified time | relevance | path

Searched refs:dma_set_mask_and_coherent (Results 1 – 25 of 302) sorted by relevance

12345678910>>...13

/linux/drivers/dma/ptdma/
H A Dptdma-pci.c179 ret = dma_set_mask_and_coherent(dev, DMA_BIT_MASK(48)); in pt_pci_probe()
181 ret = dma_set_mask_and_coherent(dev, DMA_BIT_MASK(32)); in pt_pci_probe()
/linux/drivers/infiniband/hw/mlx5/
H A Ddata_direct.c66 err = dma_set_mask_and_coherent(&pdev->dev, DMA_BIT_MASK(64)); in mlx5_data_direct_set_dma_caps()
70 err = dma_set_mask_and_coherent(&pdev->dev, DMA_BIT_MASK(32)); in mlx5_data_direct_set_dma_caps()
/linux/drivers/gpu/drm/nouveau/nvkm/engine/device/
H A Dpci.c1693 ret = dma_set_mask_and_coherent(&pci_dev->dev, DMA_BIT_MASK(bits)); in nvkm_device_pci_new()
1695 dma_set_mask_and_coherent(&pci_dev->dev, DMA_BIT_MASK(32)); in nvkm_device_pci_new()
/linux/drivers/fpga/
H A Dversal-fpga.c51 ret = dma_set_mask_and_coherent(&pdev->dev, DMA_BIT_MASK(44)); in versal_fpga_probe()
/linux/drivers/dma/hsu/
H A Dpci.c72 ret = dma_set_mask_and_coherent(&pdev->dev, DMA_BIT_MASK(32)); in hsu_pci_probe()
/linux/drivers/scsi/
H A Dgvp11.c330 if (dma_set_mask_and_coherent(&z->dev, in gvp11_probe()
379 if (dma_set_mask_and_coherent(&z->dev, in gvp11_probe()
/linux/Documentation/core-api/
H A Ddma-api-howto.rst164 This is performed via a call to dma_set_mask_and_coherent()::
166 int dma_set_mask_and_coherent(struct device *dev, u64 mask);
208 if (dma_set_mask_and_coherent(dev, DMA_BIT_MASK(24))) {
215 dma_set_mask_and_coherent(dev, DMA_BIT_MASK(64))
217 dma_set_mask_and_coherent() never return fail when DMA_BIT_MASK(64). Typical
221 if (dma_set_mask_and_coherent(dev, DMA_BIT_MASK(64)))
222 dma_set_mask_and_coherent(dev, DMA_BIT_MASK(32))
224 dma_set_mask_and_coherent() will never return failure when bigger than 32.
229 dma_set_mask_and_coherent(dev, DMA_BIT_MASK(64));
231 dma_set_mask_and_coherent(dev, DMA_BIT_MASK(32));
[all …]
/linux/drivers/dma/dw/
H A Dpci.c35 ret = dma_set_mask_and_coherent(&pdev->dev, DMA_BIT_MASK(32)); in dw_pci_probe()
/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc_ptp.c45 err = dma_set_mask_and_coherent(&pdev->dev, DMA_BIT_MASK(64)); in enetc_ptp_probe()
/linux/sound/soc/loongson/
H A Dloongson_i2s_pci.c128 dma_set_mask_and_coherent(dev, DMA_BIT_MASK(64)); in loongson_i2s_pci_probe()
/linux/drivers/net/wireless/ath/wil6210/
H A Dpmc.c113 dma_set_mask_and_coherent(dev, DMA_BIT_MASK(32)); in wil_pmc_alloc()
121 dma_set_mask_and_coherent(dev, in wil_pmc_alloc()
/linux/drivers/ata/
H A Dpata_ninja32.c126 rc = dma_set_mask_and_coherent(&dev->dev, ATA_DMA_MASK); in ninja32_init_one()
/linux/mm/
H A Ddmapool_test.c122 ret = dma_set_mask_and_coherent(&test_dev, DMA_BIT_MASK(64)); in dmapool_checks()
/linux/drivers/virtio/
H A Dvirtio_pci_legacy_dev.c30 rc = dma_set_mask_and_coherent(&pci_dev->dev, DMA_BIT_MASK(32)); in vp_legacy_probe()
/linux/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_drv.c62 err = dma_set_mask_and_coherent(dev, DMA_BIT_MASK(40)); in komeda_platform_probe()
/linux/drivers/crypto/cavium/nitrox/
H A Dnitrox_main.c429 if (!dma_set_mask_and_coherent(&pdev->dev, DMA_BIT_MASK(64))) { in nitrox_probe()
432 err = dma_set_mask_and_coherent(&pdev->dev, DMA_BIT_MASK(32)); in nitrox_probe()
/linux/drivers/crypto/ccp/
H A Dsp-pci.c290 ret = dma_set_mask_and_coherent(dev, DMA_BIT_MASK(48)); in sp_pci_probe()
292 ret = dma_set_mask_and_coherent(dev, DMA_BIT_MASK(32)); in sp_pci_probe()
/linux/sound/soc/tegra/
H A Dtegra_pcm.c200 ret = dma_set_mask_and_coherent(dev, DMA_BIT_MASK(32)); in tegra_pcm_dma_allocate()
/linux/drivers/crypto/intel/qat/qat_4xxx/
H A Dadf_drv.c111 ret = dma_set_mask_and_coherent(&pdev->dev, DMA_BIT_MASK(64)); in adf_probe()
/linux/drivers/crypto/intel/qat/qat_420xx/
H A Dadf_drv.c109 ret = dma_set_mask_and_coherent(&pdev->dev, DMA_BIT_MASK(64)); in adf_probe()
/linux/arch/x86/pci/
H A Dsta2x11-fixup.c150 dma_set_mask_and_coherent(&pdev->dev, max_amba_addr); in sta2x11_map_ep()
/linux/drivers/crypto/intel/qat/qat_dh895xccvf/
H A Dadf_drv.c138 ret = dma_set_mask_and_coherent(&pdev->dev, DMA_BIT_MASK(48)); in adf_probe()
/linux/drivers/crypto/intel/qat/qat_c62xvf/
H A Dadf_drv.c138 ret = dma_set_mask_and_coherent(&pdev->dev, DMA_BIT_MASK(48)); in adf_probe()
/linux/drivers/crypto/intel/qat/qat_c3xxxvf/
H A Dadf_drv.c138 ret = dma_set_mask_and_coherent(&pdev->dev, DMA_BIT_MASK(48)); in adf_probe()
/linux/drivers/usb/host/
H A Dssb-hcd.c165 if (dma_set_mask_and_coherent(dev->dma_dev, DMA_BIT_MASK(32))) in ssb_hcd_probe()

12345678910>>...13