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