Home
last modified time | relevance | path

Searched refs:dma_set_coherent_mask (Results 1 - 6 of 6) sorted by relevance

/device/soc/rockchip/common/sdk_linux/include/linux/
H A Ddma-mapping.h145 int dma_set_coherent_mask(struct device *dev, u64 mask);
236 static inline int dma_set_coherent_mask(struct device *dev, u64 mask) in dma_set_coherent_mask() function
404 * Note that we don't check the return value from dma_set_coherent_mask()
412 dma_set_coherent_mask(dev, mask); in dma_set_mask_and_coherent()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/osal/
H A Ddrv_osal_sys_linux.c58 ret = dma_set_coherent_mask(dev, DMA_BIT_MASK(SYS_64BITS)); in cipher_dma_set_mask()
63 ret = dma_set_coherent_mask(dev, DMA_BIT_MASK(SYS_32BITS)); in cipher_dma_set_mask()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/device/
H A Dmali_kbase_device.c175 err = dma_set_coherent_mask(kbdev->dev, DMA_BIT_MASK(kbdev->gpu_props.mmu.pa_bits)); in kbase_device_misc_init()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/device/
H A Dmali_kbase_device.c273 err = dma_set_coherent_mask(kbdev->dev, in kbase_device_misc_init()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H A Dmali_kbase_device.c207 err = dma_set_coherent_mask(kbdev->dev, DMA_BIT_MASK(kbdev->gpu_props.mmu.pa_bits)); in kbase_device_init()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_device.c205 err = dma_set_coherent_mask(kbdev->dev, in kbase_device_init()

Completed in 6 milliseconds