Searched refs:extmem_location (Results 1 – 1 of 1) sorted by relevance
1373 union mc_ext_mem_location_u extmem_location; in w100_setup_memory() local1388 extmem_location.f.mc_ext_mem_start = MEM_EXT_BASE_VALUE >> 8; in w100_setup_memory()1389 extmem_location.f.mc_ext_mem_top = (MEM_EXT_BASE_VALUE-1) >> 8; in w100_setup_memory()1390 writel((u32) (extmem_location.val), remapped_regs + mmMC_EXT_MEM_LOCATION); in w100_setup_memory()1398 extmem_location.f.mc_ext_mem_start = W100_FB_BASE >> 8; in w100_setup_memory()1399 extmem_location.f.mc_ext_mem_top = (W100_FB_BASE+par->mach->mem->size) >> 8; in w100_setup_memory()1400 writel((u32) (extmem_location.val), remapped_regs + mmMC_EXT_MEM_LOCATION); in w100_setup_memory()