/linux/drivers/dma/ptdma/ |
H A D | ptdma-pci.c | 179 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 D | data_direct.c | 66 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 D | pci.c | 1693 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 D | versal-fpga.c | 51 ret = dma_set_mask_and_coherent(&pdev->dev, DMA_BIT_MASK(44)); in versal_fpga_probe()
|
/linux/drivers/dma/hsu/ |
H A D | pci.c | 72 ret = dma_set_mask_and_coherent(&pdev->dev, DMA_BIT_MASK(32)); in hsu_pci_probe()
|
/linux/drivers/scsi/ |
H A D | gvp11.c | 330 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 D | dma-api-howto.rst | 164 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 D | pci.c | 35 ret = dma_set_mask_and_coherent(&pdev->dev, DMA_BIT_MASK(32)); in dw_pci_probe()
|
/linux/drivers/net/ethernet/freescale/enetc/ |
H A D | enetc_ptp.c | 45 err = dma_set_mask_and_coherent(&pdev->dev, DMA_BIT_MASK(64)); in enetc_ptp_probe()
|
/linux/sound/soc/loongson/ |
H A D | loongson_i2s_pci.c | 128 dma_set_mask_and_coherent(dev, DMA_BIT_MASK(64)); in loongson_i2s_pci_probe()
|
/linux/drivers/net/wireless/ath/wil6210/ |
H A D | pmc.c | 113 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 D | pata_ninja32.c | 126 rc = dma_set_mask_and_coherent(&dev->dev, ATA_DMA_MASK); in ninja32_init_one()
|
/linux/mm/ |
H A D | dmapool_test.c | 122 ret = dma_set_mask_and_coherent(&test_dev, DMA_BIT_MASK(64)); in dmapool_checks()
|
/linux/drivers/virtio/ |
H A D | virtio_pci_legacy_dev.c | 30 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 D | komeda_drv.c | 62 err = dma_set_mask_and_coherent(dev, DMA_BIT_MASK(40)); in komeda_platform_probe()
|
/linux/drivers/crypto/cavium/nitrox/ |
H A D | nitrox_main.c | 429 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 D | sp-pci.c | 290 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 D | tegra_pcm.c | 200 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 D | adf_drv.c | 111 ret = dma_set_mask_and_coherent(&pdev->dev, DMA_BIT_MASK(64)); in adf_probe()
|
/linux/drivers/crypto/intel/qat/qat_420xx/ |
H A D | adf_drv.c | 109 ret = dma_set_mask_and_coherent(&pdev->dev, DMA_BIT_MASK(64)); in adf_probe()
|
/linux/arch/x86/pci/ |
H A D | sta2x11-fixup.c | 150 dma_set_mask_and_coherent(&pdev->dev, max_amba_addr); in sta2x11_map_ep()
|
/linux/drivers/crypto/intel/qat/qat_dh895xccvf/ |
H A D | adf_drv.c | 138 ret = dma_set_mask_and_coherent(&pdev->dev, DMA_BIT_MASK(48)); in adf_probe()
|
/linux/drivers/crypto/intel/qat/qat_c62xvf/ |
H A D | adf_drv.c | 138 ret = dma_set_mask_and_coherent(&pdev->dev, DMA_BIT_MASK(48)); in adf_probe()
|
/linux/drivers/crypto/intel/qat/qat_c3xxxvf/ |
H A D | adf_drv.c | 138 ret = dma_set_mask_and_coherent(&pdev->dev, DMA_BIT_MASK(48)); in adf_probe()
|
/linux/drivers/usb/host/ |
H A D | ssb-hcd.c | 165 if (dma_set_mask_and_coherent(dev->dma_dev, DMA_BIT_MASK(32))) in ssb_hcd_probe()
|