Searched refs:mc_fb_location (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_driver.c1408 save->mc_fb_location = info->mc_fb_location;
1427 radeon_read_mc_fb_agp_location(pScrn, LOC_FB | LOC_AGP, &info->mc_fb_location,
1488 info->mc_fb_location = INREG(RADEON_NB_TOM);
1494 info->mc_fb_location = (mem_size - 1) & 0xffff0000U;
1524 info->mc_fb_location = mc_fb & 0xffffffff;
1525 ErrorF("mc fb loc is %08x\n", (unsigned int)info->mc_fb_location);
1529 info->mc_fb_location = mc_fb & 0xffffffff;
1534 info->fbLocation = ((uint64_t)info->mc_fb_location & 0xffff) << 24;
1536 info->fbLocation = ((uint64_t)info->mc_fb_location
[all...]
H A Dradeon_probe.h576 uint32_t mc_fb_location; member in struct:__anon297917400b08
H A Dradeon.h819 uint32_t mc_fb_location; member in struct:__anonb194aea90e08

Completed in 10 milliseconds