Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga/
H A Drga_mmu_info.c603 uint32_t *MMU_Base, *MMU_p, *MMU_Base_phys; in rga_mmu_info_BitBlt_mode() local
670 MMU_p = MMU_Base; in rga_mmu_info_BitBlt_mode()
674 MMU_p[i] = rga_service.pre_scale_buf[i]; in rga_mmu_info_BitBlt_mode()
678 MMU_p[i] = (uint32_t)((SrcStart + i) << PAGE_SHIFT); in rga_mmu_info_BitBlt_mode()
702 MMU_p = MMU_Base + SrcMemSize; in rga_mmu_info_BitBlt_mode()
704 MMU_p[i] = (uint32_t)((DstStart + i) << PAGE_SHIFT); in rga_mmu_info_BitBlt_mode()
750 uint32_t *MMU_p; in rga_mmu_info_color_palette_mode() local
814 MMU_p = MMU_Base + CMDMemSize; in rga_mmu_info_color_palette_mode()
818 MMU_p[i] = (uint32_t)virt_to_phys((uint32_t *)((SrcStart + i) << PAGE_SHIFT)); in rga_mmu_info_color_palette_mode()
832 MMU_p = MMU_Base + CMDMemSize + SrcMemSize; in rga_mmu_info_color_palette_mode()
[all …]
/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga2/
H A Drga2_mmu_info.c1723 uint32_t *MMU_Base, *MMU_p;
1726 MMU_Base = MMU_p = 0;
1767 MMU_p = MMU_Base + CMDMemSize;
1771 MMU_p[i] = (uint32_t)virt_to_phys((uint32_t *)((SrcStart + i) << PAGE_SHIFT));