region_width       57 drivers/gpu/drm/panfrost/panfrost_mmu.c 	u8 region_width;
region_width       69 drivers/gpu/drm/panfrost/panfrost_mmu.c 	region_width = 10 + fls(size >> PAGE_SHIFT);
region_width       70 drivers/gpu/drm/panfrost/panfrost_mmu.c 	if ((size >> PAGE_SHIFT) != (1ul << (region_width - 11))) {
region_width       72 drivers/gpu/drm/panfrost/panfrost_mmu.c 		region_width += 1;
region_width       74 drivers/gpu/drm/panfrost/panfrost_mmu.c 	region |= region_width;