Lines Matching refs:aper_base
2023 u32 aper_base, aper_size; in fixup_memory_mappings() local
2038 aper_base = INREG(CNFG_APER_0_BASE); in fixup_memory_mappings()
2044 ((aper_base + aper_size - 1) & 0xffff0000) | (aper_base >> 16)); in fixup_memory_mappings()
2045 rinfo->fb_local_base = aper_base; in fixup_memory_mappings()
2050 agp_base = aper_base + aper_size; in fixup_memory_mappings()
2052 agp_base = (aper_base | 0x0fffffff) + 1; in fixup_memory_mappings()
2068 OUTREG(DISPLAY_BASE_ADDR, aper_base); in fixup_memory_mappings()
2070 OUTREG(CRTC2_DISPLAY_BASE_ADDR, aper_base); in fixup_memory_mappings()
2071 OUTREG(OV0_BASE_ADDR, aper_base); in fixup_memory_mappings()
2087 aper_base, in fixup_memory_mappings()
2088 ((aper_base + aper_size - 1) & 0xffff0000) | (aper_base >> 16), in fixup_memory_mappings()