Searched refs:MMU_Base_phys (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/rga2/ |
| H A D | rga2_mmu_info.c | 1064 uint32_t *MMU_Base, *MMU_Base_phys; in rga2_mmu_flush_cache() local 1104 MMU_Base_phys = rga2_mmu_buf.buf + in rga2_mmu_flush_cache() 1146 uint32_t *MMU_Base, *MMU_Base_phys; in rga2_mmu_info_BitBlt_mode() local 1220 MMU_Base_phys = rga2_mmu_buf.buf + rga2_mmu_buf.front; in rga2_mmu_info_BitBlt_mode() 1253 req->mmu_info.src0_base_addr = (((unsigned long)MMU_Base_phys)); in rga2_mmu_info_BitBlt_mode() 1288 req->mmu_info.src1_base_addr = ((unsigned long)(MMU_Base_phys in rga2_mmu_info_BitBlt_mode() 1341 req->mmu_info.dst_base_addr = ((unsigned long)(MMU_Base_phys in rga2_mmu_info_BitBlt_mode() 1376 uint32_t *MMU_Base = NULL, *MMU_Base_phys; in rga2_mmu_info_color_palette_mode() local 1440 MMU_Base_phys = rga2_mmu_buf.buf + rga2_mmu_buf.front; in rga2_mmu_info_color_palette_mode() 1466 req->mmu_info.els_base_addr = (((unsigned long)MMU_Base_phys)); in rga2_mmu_info_color_palette_mode() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/rga/ |
| H A D | rga_mmu_info.c | 603 uint32_t *MMU_Base, *MMU_p, *MMU_Base_phys; in rga_mmu_info_BitBlt_mode() local 645 MMU_Base_phys = rga_mmu_buf.buf + (rga_mmu_buf.front & (rga_mmu_buf.size - 1)); in rga_mmu_info_BitBlt_mode() 713 req->mmu_info.base_addr = (unsigned long)MMU_Base_phys >> 2; in rga_mmu_info_BitBlt_mode() 749 uint32_t *MMU_Base = NULL, *MMU_Base_phys = NULL; in rga_mmu_info_color_palette_mode() local 794 MMU_Base_phys = rga_mmu_buf.buf + (rga_mmu_buf.front & (rga_mmu_buf.size - 1)); in rga_mmu_info_color_palette_mode() 870 uint32_t *MMU_Base, *MMU_p, *MMU_Base_phys; in rga_mmu_info_color_fill_mode() local 896 MMU_Base_phys = rga_mmu_buf.buf + (rga_mmu_buf.front & (rga_mmu_buf.size - 1)); in rga_mmu_info_color_fill_mode() 924 req->mmu_info.base_addr = ((unsigned long)(MMU_Base_phys)>>2); in rga_mmu_info_color_fill_mode() 963 uint32_t *MMU_Base, *MMU_p, *MMU_Base_phys; in rga_mmu_info_pre_scale_mode() local 1002 MMU_Base_phys = rga_mmu_buf.buf + (rga_mmu_buf.front & (rga_mmu_buf.size - 1)); in rga_mmu_info_pre_scale_mode() [all …]
|