Home
last modified time | relevance | path

Searched refs:dma_set_mask_and_coherent (Results 1 - 25 of 589) sorted by relevance

12345678910>>...24

/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/enetc/
H A Denetc_ptp.c48 err = dma_set_mask_and_coherent(&pdev->dev, DMA_BIT_MASK(64)); in enetc_ptp_probe()
50 err = dma_set_mask_and_coherent(&pdev->dev, DMA_BIT_MASK(32)); in enetc_ptp_probe()
/kernel/linux/linux-6.6/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()
183 dev_err(dev, "dma_set_mask_and_coherent failed (%d)\n", in pt_pci_probe()
/kernel/linux/linux-6.6/drivers/fpga/
H A Dversal-fpga.c51 ret = dma_set_mask_and_coherent(&pdev->dev, DMA_BIT_MASK(32)); in versal_fpga_probe()
H A Ddfl-pci.c373 ret = dma_set_mask_and_coherent(&pcidev->dev, DMA_BIT_MASK(64)); in cci_pci_probe()
375 ret = dma_set_mask_and_coherent(&pcidev->dev, DMA_BIT_MASK(32)); in cci_pci_probe()
/kernel/linux/linux-5.10/drivers/crypto/ccp/
H A Dsp-pci.c219 ret = dma_set_mask_and_coherent(dev, DMA_BIT_MASK(48)); in sp_pci_probe()
221 ret = dma_set_mask_and_coherent(dev, DMA_BIT_MASK(32)); in sp_pci_probe()
223 dev_err(dev, "dma_set_mask_and_coherent failed (%d)\n", in sp_pci_probe()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/drivers/dma/dw/
H A Dpci.c35 ret = dma_set_mask_and_coherent(&pdev->dev, DMA_BIT_MASK(32)); in dw_pci_probe()
/kernel/linux/linux-6.6/drivers/dma/hsu/
H A Dpci.c72 ret = dma_set_mask_and_coherent(&pdev->dev, DMA_BIT_MASK(32)); in hsu_pci_probe()
/kernel/linux/linux-6.6/mm/
H A Ddmapool_test.c122 ret = dma_set_mask_and_coherent(&test_dev, DMA_BIT_MASK(64)); in dmapool_checks()
/kernel/linux/linux-6.6/sound/soc/loongson/
H A Dloongson_i2s_pci.c134 dma_set_mask_and_coherent(&pdev->dev, DMA_BIT_MASK(64)); in loongson_i2s_pci_probe()
/kernel/linux/linux-5.10/drivers/ata/
H A Dpata_ninja32.c126 rc = dma_set_mask_and_coherent(&dev->dev, ATA_DMA_MASK); in ninja32_init_one()
/kernel/linux/linux-6.6/drivers/ata/
H A Dpata_ninja32.c126 rc = dma_set_mask_and_coherent(&dev->dev, ATA_DMA_MASK); in ninja32_init_one()
/kernel/linux/linux-6.6/drivers/crypto/ccp/
H A Dsp-platform.c158 ret = dma_set_mask_and_coherent(dev, DMA_BIT_MASK(48)); in sp_platform_probe()
160 dev_err(dev, "dma_set_mask_and_coherent failed (%d)\n", ret); in sp_platform_probe()
H A Dsp-pci.c344 ret = dma_set_mask_and_coherent(dev, DMA_BIT_MASK(48)); in sp_pci_probe()
346 ret = dma_set_mask_and_coherent(dev, DMA_BIT_MASK(32)); in sp_pci_probe()
348 dev_err(dev, "dma_set_mask_and_coherent failed (%d)\n", in sp_pci_probe()
/kernel/linux/linux-6.6/sound/soc/tegra/
H A Dtegra_pcm.c200 ret = dma_set_mask_and_coherent(dev, DMA_BIT_MASK(32)); in tegra_pcm_dma_allocate()
/kernel/linux/linux-5.10/drivers/crypto/cavium/nitrox/
H A Dnitrox_main.c440 if (!dma_set_mask_and_coherent(&pdev->dev, DMA_BIT_MASK(64))) { in nitrox_probe()
443 err = dma_set_mask_and_coherent(&pdev->dev, DMA_BIT_MASK(32)); in nitrox_probe()
/kernel/linux/linux-5.10/drivers/misc/vmw_vmci/
H A Dvmci_guest.c504 * There is no check for the return value of dma_set_mask_and_coherent in vmci_guest_probe_device()
506 * dma_set_mask_and_coherent fails. in vmci_guest_probe_device()
509 dma_set_mask_and_coherent(&pdev->dev, DMA_BIT_MASK(64)); in vmci_guest_probe_device()
513 dma_set_mask_and_coherent(&pdev->dev, DMA_BIT_MASK(44)); in vmci_guest_probe_device()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/
H A Dpmc.c108 * There's no check for the return value of dma_set_mask_and_coherent, in wil_pmc_alloc()
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()
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci-plat.c235 ret = dma_set_mask_and_coherent(sysdev, DMA_BIT_MASK(64)); in xhci_plat_probe()
239 ret = dma_set_mask_and_coherent(sysdev, DMA_BIT_MASK(32)); in xhci_plat_probe()
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/
H A Daq_pci_func.c127 err = dma_set_mask_and_coherent(&pdev->dev, DMA_BIT_MASK(64)); in aq_pci_func_init()
129 err = dma_set_mask_and_coherent(&pdev->dev, DMA_BIT_MASK(32)); in aq_pci_func_init()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wil6210/
H A Dpmc.c108 * There's no check for the return value of dma_set_mask_and_coherent, in wil_pmc_alloc()
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()
/kernel/linux/linux-6.6/drivers/infiniband/hw/qib/
H A Dqib_pcie.c92 ret = dma_set_mask_and_coherent(&pdev->dev, DMA_BIT_MASK(64)); in qib_pcie_init()
99 ret = dma_set_mask_and_coherent(&pdev->dev, DMA_BIT_MASK(32)); in qib_pcie_init()
/kernel/linux/linux-6.6/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()

Completed in 12 milliseconds

12345678910>>...24