Lines Matching refs:remapped_base
68 static void *remapped_base; variable
646 remapped_base = ioremap_nocache(mem->start+W100_CFG_BASE, W100_CFG_LEN); in w100fb_probe()
647 if (remapped_base == NULL) in w100fb_probe()
778 if (remapped_base != NULL) in w100fb_probe()
779 iounmap(remapped_base); in w100fb_probe()
803 iounmap(remapped_base); in w100fb_remove()
818 u16 val = readw((u16 *) remapped_base + cfgSTATUS); in w100_soft_reset()
819 writew(val | 0x08, (u16 *) remapped_base + cfgSTATUS); in w100_soft_reset()
821 writew(0x00, (u16 *) remapped_base + cfgSTATUS); in w100_soft_reset()
923 writeb((u8) (intf_cntl.val), remapped_base + cfgINTF_CNTL); in w100_hw_init()
930 writeb((u8) (cpu_default.val), remapped_base + cfgCPU_DEFAULTS); in w100_hw_init()
933 writeb((u8) (W100_REG_BASE >> 16), remapped_base + cfgREG_BASE); in w100_hw_init()