Lines Matching refs:aper_base
2037 u32 aper_base, aper_size; in fixup_memory_mappings() local
2052 aper_base = INREG(CNFG_APER_0_BASE); in fixup_memory_mappings()
2058 ((aper_base + aper_size - 1) & 0xffff0000) | (aper_base >> 16)); in fixup_memory_mappings()
2059 rinfo->fb_local_base = aper_base; in fixup_memory_mappings()
2064 agp_base = aper_base + aper_size; in fixup_memory_mappings()
2066 agp_base = (aper_base | 0x0fffffff) + 1; in fixup_memory_mappings()
2082 OUTREG(DISPLAY_BASE_ADDR, aper_base); in fixup_memory_mappings()
2084 OUTREG(CRTC2_DISPLAY_BASE_ADDR, aper_base); in fixup_memory_mappings()
2085 OUTREG(OV0_BASE_ADDR, aper_base); in fixup_memory_mappings()
2101 aper_base, in fixup_memory_mappings()
2102 ((aper_base + aper_size - 1) & 0xffff0000) | (aper_base >> 16), in fixup_memory_mappings()