Searched refs:rga2_mmu_buf (Results 1 – 2 of 2) sorted by relevance
29 extern struct rga2_mmu_buf_t rga2_mmu_buf;1095 if (rga2_mmu_buf_get_try(&rga2_mmu_buf, DstMemSize)) { in rga2_mmu_flush_cache()1100 pages = rga2_mmu_buf.pages; in rga2_mmu_flush_cache()1102 MMU_Base = rga2_mmu_buf.buf_virtual + in rga2_mmu_flush_cache()1103 (rga2_mmu_buf.front & (rga2_mmu_buf.size - 1)); in rga2_mmu_flush_cache()1104 MMU_Base_phys = rga2_mmu_buf.buf + in rga2_mmu_flush_cache()1105 (rga2_mmu_buf.front & (rga2_mmu_buf.size - 1)); in rga2_mmu_flush_cache()1133 rga2_mmu_buf_get(&rga2_mmu_buf, DstMemSize); in rga2_mmu_flush_cache()1206 if (rga2_mmu_buf_get_try(&rga2_mmu_buf, AllSize)) { in rga2_mmu_info_BitBlt_mode()1212 pages = rga2_mmu_buf.pages; in rga2_mmu_info_BitBlt_mode()[all …]
89 struct rga2_mmu_buf_t rga2_mmu_buf; variable952 struct rga2_mmu_buf_t *tbuf = &rga2_mmu_buf; in rga2_del_running_list()980 struct rga2_mmu_buf_t *tbuf = &rga2_mmu_buf; in rga2_del_running_list_timeout()1013 struct rga2_mmu_buf_t *tbuf = &rga2_mmu_buf; in rga2_blit_flush_cache()2050 rga2_mmu_buf.buf_virtual = buf_p; in rga2_init()2051 rga2_mmu_buf.buf_order = order; in rga2_init()2057 rga2_mmu_buf.buf = buf; in rga2_init()2058 rga2_mmu_buf.front = 0; 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()[all …]