Home
last modified time | relevance | path

Searched refs:RGA2_PHY_PAGE_SIZE (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga3/
H A Drga_iommu.c201 mmu_base->back = RGA2_PHY_PAGE_SIZE * 3; in rga_mmu_base_init()
202 mmu_base->size = RGA2_PHY_PAGE_SIZE * 3; in rga_mmu_base_init()
368 rga_drvdata->mmu_base = rga_mmu_base_init(RGA2_PHY_PAGE_SIZE); in rga_iommu_bind()
/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga3/include/
H A Drga_iommu.h49 #define RGA2_PHY_PAGE_SIZE (((8192 * 8192 * 4) / 4096) + 1) macro
/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga2/
H A Drga2_drv.c76 #define RGA2_PHY_PAGE_SIZE (((8192 * 8192 * 4) / 4096) + 1) macro
2044 order = get_order(RGA2_PHY_PAGE_SIZE * 3 * sizeof(buf_p)); in rga2_init()
2059 rga2_mmu_buf.back = RGA2_PHY_PAGE_SIZE * 3; in rga2_init()
2060 rga2_mmu_buf.size = RGA2_PHY_PAGE_SIZE * 3; in rga2_init()
2062 order = get_order(RGA2_PHY_PAGE_SIZE * sizeof(struct page *)); in rga2_init()