Searched refs:remapped_base (Results 1 – 1 of 1) sorted by relevance
64 static void __iomem *remapped_base; variable653 remapped_base = ioremap(mem->start+W100_CFG_BASE, W100_CFG_LEN); in w100fb_probe()654 if (remapped_base == NULL) in w100fb_probe()777 if (remapped_base != NULL) in w100fb_probe()778 iounmap(remapped_base); in w100fb_probe()797 iounmap(remapped_base); in w100fb_remove()812 u16 val = readw((u16 __iomem *)remapped_base + cfgSTATUS); in w100_soft_reset()814 writew(val | 0x08, (u16 __iomem *)remapped_base + cfgSTATUS); in w100_soft_reset()816 writew(0x00, (u16 __iomem *)remapped_base + cfgSTATUS); in w100_soft_reset()918 writeb((u8) (intf_cntl.val), remapped_base + cfgINTF_CNTL); in w100_hw_init()[all …]