Searched refs:GPU_MMU_FEATURES_PA_BITS (Results 1 – 2 of 2) sorted by relevance
33 #define GPU_MMU_FEATURES_PA_BITS(x) (((x) >> 8) & GENMASK(7, 0)) macro
781 u32 pa_bits = GPU_MMU_FEATURES_PA_BITS(pfdev->features.mmu_features); in panfrost_mmu_ctx_create()