Searched refs:extmem_location (Results 1 – 1 of 1) sorted by relevance
1367 union mc_ext_mem_location_u extmem_location; in w100_setup_memory() local1382 extmem_location.f.mc_ext_mem_start = MEM_EXT_BASE_VALUE >> 8; in w100_setup_memory()1383 extmem_location.f.mc_ext_mem_top = (MEM_EXT_BASE_VALUE-1) >> 8; in w100_setup_memory()1384 writel((u32) (extmem_location.val), remapped_regs + mmMC_EXT_MEM_LOCATION); in w100_setup_memory()1392 extmem_location.f.mc_ext_mem_start = W100_FB_BASE >> 8; in w100_setup_memory()1393 extmem_location.f.mc_ext_mem_top = (W100_FB_BASE+par->mach->mem->size) >> 8; in w100_setup_memory()1394 writel((u32) (extmem_location.val), remapped_regs + mmMC_EXT_MEM_LOCATION); in w100_setup_memory()