Searched refs:intmem_location (Results 1 – 1 of 1) sorted by relevance
1368 union mc_fb_location_u intmem_location; in w100_setup_memory() local1376 intmem_location.f.mc_fb_start = W100_FB_BASE >> 8; in w100_setup_memory()1377 intmem_location.f.mc_fb_top = (W100_FB_BASE+MEM_INT_SIZE) >> 8; in w100_setup_memory()1378 writel((u32) (intmem_location.val), remapped_regs + mmMC_FB_LOCATION); in w100_setup_memory()1387 intmem_location.f.mc_fb_start = MEM_INT_BASE_VALUE >> 8; in w100_setup_memory()1388 intmem_location.f.mc_fb_top = (MEM_INT_BASE_VALUE+MEM_INT_SIZE) >> 8; in w100_setup_memory()1389 writel((u32) (intmem_location.val), remapped_regs + mmMC_FB_LOCATION); in w100_setup_memory()