Lines Matching refs:aper_base
1919 u32 aper_base, aper_size; in fixup_memory_mappings() local
1934 aper_base = INREG(CNFG_APER_0_BASE); in fixup_memory_mappings()
1940 ((aper_base + aper_size - 1) & 0xffff0000) | (aper_base >> 16)); in fixup_memory_mappings()
1941 rinfo->fb_local_base = aper_base; in fixup_memory_mappings()
1946 agp_base = aper_base + aper_size; in fixup_memory_mappings()
1948 agp_base = (aper_base | 0x0fffffff) + 1; in fixup_memory_mappings()
1964 OUTREG(DISPLAY_BASE_ADDR, aper_base); in fixup_memory_mappings()
1966 OUTREG(CRTC2_DISPLAY_BASE_ADDR, aper_base); in fixup_memory_mappings()
1967 OUTREG(OV0_BASE_ADDR, aper_base); in fixup_memory_mappings()
1983 aper_base, in fixup_memory_mappings()
1984 ((aper_base + aper_size - 1) & 0xffff0000) | (aper_base >> 16), in fixup_memory_mappings()