intmem_location  1363 drivers/video/fbdev/w100fb.c 	union mc_fb_location_u intmem_location;
intmem_location  1371 drivers/video/fbdev/w100fb.c 		intmem_location.f.mc_fb_start = W100_FB_BASE >> 8;
intmem_location  1372 drivers/video/fbdev/w100fb.c 		intmem_location.f.mc_fb_top = (W100_FB_BASE+MEM_INT_SIZE) >> 8;
intmem_location  1373 drivers/video/fbdev/w100fb.c 		writel((u32) (intmem_location.val), remapped_regs + mmMC_FB_LOCATION);
intmem_location  1382 drivers/video/fbdev/w100fb.c 		intmem_location.f.mc_fb_start = MEM_INT_BASE_VALUE >> 8;
intmem_location  1383 drivers/video/fbdev/w100fb.c 		intmem_location.f.mc_fb_top = (MEM_INT_BASE_VALUE+MEM_INT_SIZE) >> 8;
intmem_location  1384 drivers/video/fbdev/w100fb.c 		writel((u32) (intmem_location.val), remapped_regs + mmMC_FB_LOCATION);