HomeSort by: relevance | last modified time | path
    Searched defs:sixteen_gb (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_gmc.c 245 const uint64_t sixteen_gb = 1ULL << 34; local in function:amdgpu_gmc_agp_location
246 const uint64_t sixteen_gb_mask = ~(sixteen_gb - 1);
259 ALIGN(mc->gart_end + 1, sixteen_gb);
260 size_af = mc->mc_mask + 1 - ALIGN(mc->fb_end + 1, sixteen_gb);
264 ALIGN(mc->fb_end + 1, sixteen_gb);
271 mc->agp_start = ALIGN(mc->fb_end + 1, sixteen_gb);

Completed in 10 milliseconds