sixteen_gb        219 drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c 	const uint64_t sixteen_gb = 1ULL << 34;
sixteen_gb        220 drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c 	const uint64_t sixteen_gb_mask = ~(sixteen_gb - 1);
sixteen_gb        233 drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c 			ALIGN(mc->gart_end + 1, sixteen_gb);
sixteen_gb        234 drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c 		size_af = mc->mc_mask + 1 - ALIGN(mc->fb_end + 1, sixteen_gb);
sixteen_gb        238 drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c 			ALIGN(mc->fb_end + 1, sixteen_gb);
sixteen_gb        245 drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c 		mc->agp_start = ALIGN(mc->fb_end + 1, sixteen_gb);