Lines Matching refs:aper_base
2042 u32 aper_base, aper_size; in fixup_memory_mappings() local
2057 aper_base = INREG(CNFG_APER_0_BASE); in fixup_memory_mappings()
2063 ((aper_base + aper_size - 1) & 0xffff0000) | (aper_base >> 16)); in fixup_memory_mappings()
2064 rinfo->fb_local_base = aper_base; in fixup_memory_mappings()
2069 agp_base = aper_base + aper_size; in fixup_memory_mappings()
2071 agp_base = (aper_base | 0x0fffffff) + 1; in fixup_memory_mappings()
2087 OUTREG(DISPLAY_BASE_ADDR, aper_base); in fixup_memory_mappings()
2089 OUTREG(CRTC2_DISPLAY_BASE_ADDR, aper_base); in fixup_memory_mappings()
2090 OUTREG(OV0_BASE_ADDR, aper_base); in fixup_memory_mappings()
2106 aper_base, in fixup_memory_mappings()
2107 ((aper_base + aper_size - 1) & 0xffff0000) | (aper_base >> 16), in fixup_memory_mappings()