Searched refs:extmem_location (Results 1 – 1 of 1) sorted by relevance
1360 union mc_ext_mem_location_u extmem_location; in w100_setup_memory() local1375 extmem_location.f.mc_ext_mem_start = MEM_EXT_BASE_VALUE >> 8; in w100_setup_memory()1376 extmem_location.f.mc_ext_mem_top = (MEM_EXT_BASE_VALUE-1) >> 8; in w100_setup_memory()1377 writel((u32) (extmem_location.val), remapped_regs + mmMC_EXT_MEM_LOCATION); in w100_setup_memory()1385 extmem_location.f.mc_ext_mem_start = W100_FB_BASE >> 8; in w100_setup_memory()1386 extmem_location.f.mc_ext_mem_top = (W100_FB_BASE+par->mach->mem->size) >> 8; in w100_setup_memory()1387 writel((u32) (extmem_location.val), remapped_regs + mmMC_EXT_MEM_LOCATION); in w100_setup_memory()