remapped_base      64 drivers/video/fbdev/w100fb.c static void *remapped_base;
remapped_base     653 drivers/video/fbdev/w100fb.c 	remapped_base = ioremap_nocache(mem->start+W100_CFG_BASE, W100_CFG_LEN);
remapped_base     654 drivers/video/fbdev/w100fb.c 	if (remapped_base == NULL)
remapped_base     777 drivers/video/fbdev/w100fb.c 	if (remapped_base != NULL)
remapped_base     778 drivers/video/fbdev/w100fb.c 		iounmap(remapped_base);
remapped_base     797 drivers/video/fbdev/w100fb.c 	iounmap(remapped_base);
remapped_base     812 drivers/video/fbdev/w100fb.c 	u16 val = readw((u16 *) remapped_base + cfgSTATUS);
remapped_base     813 drivers/video/fbdev/w100fb.c 	writew(val | 0x08, (u16 *) remapped_base + cfgSTATUS);
remapped_base     815 drivers/video/fbdev/w100fb.c 	writew(0x00, (u16 *) remapped_base + cfgSTATUS);
remapped_base     917 drivers/video/fbdev/w100fb.c 	writeb((u8) (intf_cntl.val), remapped_base + cfgINTF_CNTL);
remapped_base     924 drivers/video/fbdev/w100fb.c 	writeb((u8) (cpu_default.val), remapped_base + cfgCPU_DEFAULTS);
remapped_base     927 drivers/video/fbdev/w100fb.c 	writeb((u8) (W100_REG_BASE >> 16), remapped_base + cfgREG_BASE);