Lines Matching refs:aper_base
2021 u32 aper_base, aper_size; in fixup_memory_mappings() local
2036 aper_base = INREG(CNFG_APER_0_BASE); in fixup_memory_mappings()
2042 ((aper_base + aper_size - 1) & 0xffff0000) | (aper_base >> 16)); in fixup_memory_mappings()
2043 rinfo->fb_local_base = aper_base; in fixup_memory_mappings()
2048 agp_base = aper_base + aper_size; in fixup_memory_mappings()
2050 agp_base = (aper_base | 0x0fffffff) + 1; in fixup_memory_mappings()
2066 OUTREG(DISPLAY_BASE_ADDR, aper_base); in fixup_memory_mappings()
2068 OUTREG(CRTC2_DISPLAY_BASE_ADDR, aper_base); in fixup_memory_mappings()
2069 OUTREG(OV0_BASE_ADDR, aper_base); in fixup_memory_mappings()
2085 aper_base, in fixup_memory_mappings()
2086 ((aper_base + aper_size - 1) & 0xffff0000) | (aper_base >> 16), in fixup_memory_mappings()