Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/common/
H A Dmali_mmu.h57 MALI_MMU_STATUS_BIT_STALL_NOT_ACTIVE = 1 << 31, enumerator
H A Dmali_mmu.c204 … MALI_MMU_STATUS_BIT_STALL_ACTIVE) && (0 == (mmu_status & MALI_MMU_STATUS_BIT_STALL_NOT_ACTIVE))) { in mali_mmu_enable_stall()