/linux-4.1.27/drivers/usb/chipidea/ |
H A D | ci_hdrc_usb2.c | 56 ret = dma_set_mask_and_coherent(dev, DMA_BIT_MASK(32)); ci_hdrc_usb2_probe()
|
/linux-4.1.27/drivers/crypto/ccp/ |
H A D | ccp-pci.c | 212 ret = dma_set_mask_and_coherent(dev, DMA_BIT_MASK(48)); ccp_pci_probe() 214 ret = dma_set_mask_and_coherent(dev, DMA_BIT_MASK(32)); ccp_pci_probe() 216 dev_err(dev, "dma_set_mask_and_coherent failed (%d)\n", ccp_pci_probe()
|
H A D | ccp-platform.c | 179 ret = dma_set_mask_and_coherent(dev, DMA_BIT_MASK(48)); ccp_platform_probe() 181 dev_err(dev, "dma_set_mask_and_coherent failed (%d)\n", ret); ccp_platform_probe()
|
/linux-4.1.27/include/linux/ |
H A D | dma-mapping.h | 116 static inline int dma_set_mask_and_coherent(struct device *dev, u64 mask) dma_set_mask_and_coherent() function 131 return dma_set_mask_and_coherent(dev, mask); dma_coerce_mask_and_coherent()
|
/linux-4.1.27/drivers/crypto/caam/ |
H A D | jr.c | 487 dma_set_mask_and_coherent(jrdev, DMA_BIT_MASK(40)); caam_jr_probe() 489 dma_set_mask_and_coherent(jrdev, DMA_BIT_MASK(36)); caam_jr_probe() 491 dma_set_mask_and_coherent(jrdev, DMA_BIT_MASK(32)); caam_jr_probe()
|
H A D | ctrl.c | 478 dma_set_mask_and_coherent(dev, DMA_BIT_MASK(40)); caam_probe() 480 dma_set_mask_and_coherent(dev, DMA_BIT_MASK(36)); caam_probe() 482 dma_set_mask_and_coherent(dev, DMA_BIT_MASK(32)); caam_probe()
|
/linux-4.1.27/drivers/usb/host/ |
H A D | ohci-sa1111.c | 189 * We don't call dma_set_mask_and_coherent() here because the ohci_hcd_sa1111_probe()
|
H A D | bcma-hcd.c | 230 if (dma_set_mask_and_coherent(dev->dma_dev, DMA_BIT_MASK(32))) bcma_hcd_probe()
|
H A D | ssb-hcd.c | 166 if (dma_set_mask_and_coherent(dev->dma_dev, DMA_BIT_MASK(32))) ssb_hcd_probe()
|
/linux-4.1.27/drivers/mmc/host/ |
H A D | sdhci-acpi.c | 99 err = dma_set_mask_and_coherent(dev, DMA_BIT_MASK(64)); sdhci_acpi_enable_dma() 106 err = dma_set_mask_and_coherent(dev, DMA_BIT_MASK(32)); sdhci_acpi_enable_dma()
|
/linux-4.1.27/drivers/usb/gadget/udc/bdc/ |
H A D | bdc_core.c | 481 !dma_set_mask_and_coherent(dev, DMA_BIT_MASK(64))) { bdc_probe() 484 ret = dma_set_mask_and_coherent(&pdev->dev, DMA_BIT_MASK(32)); bdc_probe()
|
/linux-4.1.27/drivers/crypto/qce/ |
H A D | core.c | 192 ret = dma_set_mask_and_coherent(dev, DMA_BIT_MASK(32)); qce_crypto_probe()
|
/linux-4.1.27/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe-main.c | 406 ret = dma_set_mask_and_coherent(dev, xgbe_probe() 409 dev_err(dev, "dma_set_mask_and_coherent failed\n"); xgbe_probe()
|
/linux-4.1.27/drivers/gpu/drm/rockchip/ |
H A D | rockchip_drm_drv.c | 160 ret = dma_set_mask_and_coherent(dev, DMA_BIT_MASK(32)); rockchip_drm_load()
|
/linux-4.1.27/drivers/dma/ |
H A D | bcm2835-dma.c | 567 rc = dma_set_mask_and_coherent(&pdev->dev, DMA_BIT_MASK(32)); bcm2835_dma_probe()
|
H A D | edma.c | 1018 ret = dma_set_mask_and_coherent(&pdev->dev, DMA_BIT_MASK(32)); edma_probe()
|
H A D | amba-pl08x.c | 2046 ret = dma_set_mask_and_coherent(&adev->dev, DMA_BIT_MASK(32)); pl08x_probe()
|
H A D | xgene-dma.c | 2002 ret = dma_set_mask_and_coherent(&pdev->dev, DMA_BIT_MASK(42)); xgene_dma_probe()
|
H A D | pl330.c | 2782 ret = dma_set_mask_and_coherent(&adev->dev, DMA_BIT_MASK(32)); pl330_probe()
|
/linux-4.1.27/drivers/net/ethernet/atheros/alx/ |
H A D | main.c | 1253 if (!dma_set_mask_and_coherent(&pdev->dev, DMA_BIT_MASK(64))) { alx_probe() 1256 err = dma_set_mask_and_coherent(&pdev->dev, DMA_BIT_MASK(32)); alx_probe()
|
/linux-4.1.27/drivers/video/fbdev/ |
H A D | amba-clcd.c | 831 ret = dma_set_mask_and_coherent(&dev->dev, DMA_BIT_MASK(32)); clcdfb_probe()
|
/linux-4.1.27/drivers/net/ethernet/intel/fm10k/ |
H A D | fm10k_pci.c | 1753 dma_set_mask_and_coherent(&pdev->dev, dma_mask)) { fm10k_probe() 1756 err = dma_set_mask_and_coherent(&pdev->dev, DMA_BIT_MASK(32)); fm10k_probe()
|
/linux-4.1.27/drivers/net/ethernet/intel/i40evf/ |
H A D | i40evf_main.c | 2279 err = dma_set_mask_and_coherent(&pdev->dev, DMA_BIT_MASK(64)); i40evf_probe() 2281 err = dma_set_mask_and_coherent(&pdev->dev, DMA_BIT_MASK(32)); i40evf_probe()
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgb/ |
H A D | ixgb_main.c | 412 err = dma_set_mask_and_coherent(&pdev->dev, DMA_BIT_MASK(64)); ixgb_probe() 416 err = dma_set_mask_and_coherent(&pdev->dev, DMA_BIT_MASK(32)); ixgb_probe()
|
/linux-4.1.27/drivers/staging/media/dt3155v4l/ |
H A D | dt3155v4l.c | 901 err = dma_set_mask_and_coherent(&pdev->dev, DMA_BIT_MASK(32)); dt3155_probe()
|
/linux-4.1.27/drivers/net/wireless/b43legacy/ |
H A D | dma.c | 809 err = dma_set_mask_and_coherent(dev->dev->dma_dev, mask); b43legacy_dma_set_mask()
|
/linux-4.1.27/drivers/net/ethernet/intel/igbvf/ |
H A D | netdev.c | 2645 err = dma_set_mask_and_coherent(&pdev->dev, DMA_BIT_MASK(64)); igbvf_probe() 2649 err = dma_set_mask_and_coherent(&pdev->dev, DMA_BIT_MASK(32)); igbvf_probe()
|
/linux-4.1.27/drivers/net/ethernet/brocade/bna/ |
H A D | bnad.c | 3574 if (!dma_set_mask_and_coherent(&pdev->dev, DMA_BIT_MASK(64))) { bnad_pci_init() 3577 err = dma_set_mask_and_coherent(&pdev->dev, DMA_BIT_MASK(32)); bnad_pci_init()
|
/linux-4.1.27/drivers/block/ |
H A D | nvme-core.c | 2369 if (dma_set_mask_and_coherent(&pdev->dev, DMA_BIT_MASK(64)) && nvme_dev_map() 2370 dma_set_mask_and_coherent(&pdev->dev, DMA_BIT_MASK(32))) nvme_dev_map()
|
/linux-4.1.27/drivers/iommu/ |
H A D | arm-smmu.c | 1649 if (dma_set_mask_and_coherent(smmu->dev, DMA_BIT_MASK(size))) arm_smmu_device_cfg_probe()
|
/linux-4.1.27/drivers/net/wireless/b43/ |
H A D | dma.c | 1068 err = dma_set_mask_and_coherent(dev->dev->dma_dev, mask); b43_dma_set_mask()
|
/linux-4.1.27/drivers/atm/ |
H A D | solos-pci.c | 1213 err = dma_set_mask_and_coherent(&dev->dev, DMA_BIT_MASK(32)); fpga_probe()
|
H A D | zatm.c | 1612 ret = dma_set_mask_and_coherent(&pci_dev->dev, DMA_BIT_MASK(32)); zatm_init_one()
|
H A D | eni.c | 2243 rc = dma_set_mask_and_coherent(&pci_dev->dev, DMA_BIT_MASK(32)); eni_init_one()
|
H A D | fore200e.c | 2712 if (dma_set_mask_and_coherent(&pci_dev->dev, DMA_BIT_MASK(32))) { fore200e_pca_detect()
|
H A D | he.c | 362 if (dma_set_mask_and_coherent(&pci_dev->dev, DMA_BIT_MASK(32)) != 0) { he_init_one()
|
H A D | idt77252.c | 3616 if ((err = dma_set_mask_and_coherent(&pcidev->dev, DMA_BIT_MASK(32)))) { idt77252_init_one()
|
H A D | lanai.c | 1948 if (dma_set_mask_and_coherent(&pci->dev, DMA_BIT_MASK(32)) != 0) { lanai_pci_start()
|
H A D | nicstar.c | 365 if (dma_set_mask_and_coherent(&pcidev->dev, DMA_BIT_MASK(32)) != 0) { ns_init_card()
|
/linux-4.1.27/drivers/net/ethernet/broadcom/ |
H A D | b44.c | 2393 if (dma_set_mask_and_coherent(sdev->dma_dev, DMA_BIT_MASK(30))) { b44_init_one()
|
/linux-4.1.27/drivers/net/ethernet/agere/ |
H A D | et131x.c | 3973 if (dma_set_mask_and_coherent(&pdev->dev, DMA_BIT_MASK(64)) && et131x_pci_setup() 3974 dma_set_mask_and_coherent(&pdev->dev, DMA_BIT_MASK(32))) { et131x_pci_setup()
|
/linux-4.1.27/drivers/net/ethernet/emulex/benet/ |
H A D | be_main.c | 5467 status = dma_set_mask_and_coherent(&pdev->dev, DMA_BIT_MASK(64)); be_probe() 5471 status = dma_set_mask_and_coherent(&pdev->dev, DMA_BIT_MASK(32)); be_probe()
|
/linux-4.1.27/drivers/net/ethernet/intel/e1000/ |
H A D | e1000_main.c | 1020 !dma_set_mask_and_coherent(&pdev->dev, DMA_BIT_MASK(64))) { e1000_probe() 1023 err = dma_set_mask_and_coherent(&pdev->dev, DMA_BIT_MASK(32)); e1000_probe()
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgbevf/ |
H A D | ixgbevf_main.c | 3930 if (!dma_set_mask_and_coherent(&pdev->dev, DMA_BIT_MASK(64))) { ixgbevf_probe() 3933 err = dma_set_mask_and_coherent(&pdev->dev, DMA_BIT_MASK(32)); ixgbevf_probe()
|
/linux-4.1.27/drivers/scsi/ufs/ |
H A D | ufshcd.c | 5283 if (!dma_set_mask_and_coherent(hba->dev, DMA_BIT_MASK(64))) ufshcd_set_dma_mask() 5286 return dma_set_mask_and_coherent(hba->dev, DMA_BIT_MASK(32)); ufshcd_set_dma_mask()
|
/linux-4.1.27/drivers/scsi/ |
H A D | ipr.c | 9927 rc = dma_set_mask_and_coherent(&pdev->dev, DMA_BIT_MASK(64)); ipr_probe_ioa() 9930 rc = dma_set_mask_and_coherent(&pdev->dev, ipr_probe_ioa() 9934 rc = dma_set_mask_and_coherent(&pdev->dev, DMA_BIT_MASK(32)); ipr_probe_ioa()
|
/linux-4.1.27/drivers/net/ethernet/sfc/ |
H A D | efx.c | 1223 rc = dma_set_mask_and_coherent(&pci_dev->dev, dma_mask); efx_init_io()
|
/linux-4.1.27/drivers/net/ethernet/intel/e1000e/ |
H A D | netdev.c | 6775 err = dma_set_mask_and_coherent(&pdev->dev, DMA_BIT_MASK(64)); e1000_probe() 6779 err = dma_set_mask_and_coherent(&pdev->dev, DMA_BIT_MASK(32)); e1000_probe()
|
/linux-4.1.27/drivers/net/ethernet/intel/igb/ |
H A D | igb_main.c | 2268 err = dma_set_mask_and_coherent(&pdev->dev, DMA_BIT_MASK(64)); igb_probe() 2272 err = dma_set_mask_and_coherent(&pdev->dev, DMA_BIT_MASK(32)); igb_probe()
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_main.c | 8368 if (!dma_set_mask_and_coherent(&pdev->dev, DMA_BIT_MASK(64))) { ixgbe_probe() 8371 err = dma_set_mask_and_coherent(&pdev->dev, DMA_BIT_MASK(32)); ixgbe_probe()
|
/linux-4.1.27/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_main.c | 9643 err = dma_set_mask_and_coherent(&pdev->dev, DMA_BIT_MASK(64)); i40e_probe() 9645 err = dma_set_mask_and_coherent(&pdev->dev, DMA_BIT_MASK(32)); i40e_probe()
|
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_main.c | 12616 if (dma_set_mask_and_coherent(dev, DMA_BIT_MASK(64)) != 0 && bnx2x_set_coherency_mask() 12617 dma_set_mask_and_coherent(dev, DMA_BIT_MASK(32)) != 0) { bnx2x_set_coherency_mask()
|