extmem_location 1362 drivers/video/fbdev/w100fb.c union mc_ext_mem_location_u extmem_location; extmem_location 1377 drivers/video/fbdev/w100fb.c extmem_location.f.mc_ext_mem_start = MEM_EXT_BASE_VALUE >> 8; extmem_location 1378 drivers/video/fbdev/w100fb.c extmem_location.f.mc_ext_mem_top = (MEM_EXT_BASE_VALUE-1) >> 8; extmem_location 1379 drivers/video/fbdev/w100fb.c writel((u32) (extmem_location.val), remapped_regs + mmMC_EXT_MEM_LOCATION); extmem_location 1387 drivers/video/fbdev/w100fb.c extmem_location.f.mc_ext_mem_start = W100_FB_BASE >> 8; extmem_location 1388 drivers/video/fbdev/w100fb.c extmem_location.f.mc_ext_mem_top = (W100_FB_BASE+par->mach->mem->size) >> 8; extmem_location 1389 drivers/video/fbdev/w100fb.c writel((u32) (extmem_location.val), remapped_regs + mmMC_EXT_MEM_LOCATION);