Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/common/
H A Dmali_mmu.c168 …if (mali_hw_core_register_read(&mmu->hw_core, MALI_MMU_REGISTER_STATUS) & MALI_MMU_STATUS_BIT_PAGI… in mali_mmu_enable_paging()
173 …ed, MMU status is 0x%08X\n", mali_hw_core_register_read(&mmu->hw_core, MALI_MMU_REGISTER_STATUS))); in mali_mmu_enable_paging()
185 u32 mmu_status = mali_hw_core_register_read(&mmu->hw_core, MALI_MMU_REGISTER_STATUS); in mali_mmu_enable_stall()
200 mmu_status = mali_hw_core_register_read(&mmu->hw_core, MALI_MMU_REGISTER_STATUS); in mali_mmu_enable_stall()
212 …ed, MMU status is 0x%08X\n", mali_hw_core_register_read(&mmu->hw_core, MALI_MMU_REGISTER_STATUS))); in mali_mmu_enable_stall()
231 u32 mmu_status = mali_hw_core_register_read(&mmu->hw_core, MALI_MMU_REGISTER_STATUS); in mali_mmu_disable_stall()
245 u32 status = mali_hw_core_register_read(&mmu->hw_core, MALI_MMU_REGISTER_STATUS); in mali_mmu_disable_stall()
256 …ed, MMU status is 0x%08X\n", mali_hw_core_register_read(&mmu->hw_core, MALI_MMU_REGISTER_STATUS))); in mali_mmu_disable_stall()
279 …ed, MMU status is 0x%08X\n", mali_hw_core_register_read(&mmu->hw_core, MALI_MMU_REGISTER_STATUS))); in mali_mmu_raw_reset()
340 MALI_DEBUG_ASSERT(0 != (mali_hw_core_register_read(&mmu->hw_core, MALI_MMU_REGISTER_STATUS) in mali_mmu_activate_address_space()
[all …]
H A Dmali_mmu.h28 MALI_MMU_REGISTER_STATUS = 0x0004, /**< Status of the MMU */ enumerator
116 return mali_hw_core_register_read(&mmu->hw_core, MALI_MMU_REGISTER_STATUS); in mali_mmu_get_status()