Home
last modified time | relevance | path

Searched refs:agp_base (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/video/
Dradeonfb.c1281 u32 agp_base; in radeon_fixup_apertures() local
1307 agp_base = aper_base + aper_size; in radeon_fixup_apertures()
1308 if (agp_base & 0xf0000000) in radeon_fixup_apertures()
1309 agp_base = (aper_base | 0x0fffffff) + 1; in radeon_fixup_apertures()
1316 OUTREG(MC_AGP_LOCATION, 0xffff0000 | (agp_base >> 16)); in radeon_fixup_apertures()
1345 0xffff0000 | (agp_base >> 16)); in radeon_fixup_apertures()