Home
last modified time | relevance | path

Searched refs:FIMC_IS_CPU_MEM_SIZE (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-is.c338 is->memory.vaddr = dma_alloc_coherent(dev, FIMC_IS_CPU_MEM_SIZE, in fimc_is_alloc_cpu_memory()
343 is->memory.size = FIMC_IS_CPU_MEM_SIZE; in fimc_is_alloc_cpu_memory()
356 FIMC_IS_CPU_MEM_SIZE - FIMC_IS_REGION_SIZE); in fimc_is_alloc_cpu_memory()
359 FIMC_IS_CPU_MEM_SIZE - FIMC_IS_REGION_SIZE; in fimc_is_alloc_cpu_memory()
H A Dfimc-is.h41 #define FIMC_IS_CPU_MEM_SIZE (0xa00000) macro