Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/common/
H A Dmali_mmu.c204 …if ((mmu_status & MALI_MMU_STATUS_BIT_STALL_ACTIVE) && (0 == (mmu_status & MALI_MMU_STATUS_BIT_STA… in mali_mmu_enable_stall()
246 if (0 == (status & MALI_MMU_STATUS_BIT_STALL_ACTIVE)) { in mali_mmu_disable_stall()
341 & (MALI_MMU_STATUS_BIT_STALL_ACTIVE | MALI_MMU_STATUS_BIT_PAGE_FAULT_ACTIVE))); in mali_mmu_activate_address_space()
H A Dmali_mmu.h53 MALI_MMU_STATUS_BIT_STALL_ACTIVE = 1 << 2, enumerator