Searched refs:remapped_base (Results 1 – 1 of 1) sorted by relevance
68 static void *remapped_base; variable646 remapped_base = ioremap_nocache(mem->start+W100_CFG_BASE, W100_CFG_LEN); in w100fb_probe()647 if (remapped_base == NULL) in w100fb_probe()777 if (remapped_base != NULL) in w100fb_probe()778 iounmap(remapped_base); in w100fb_probe()802 iounmap(remapped_base); in w100fb_remove()817 u16 val = readw((u16 *) remapped_base + cfgSTATUS); in w100_soft_reset()818 writew(val | 0x08, (u16 *) remapped_base + cfgSTATUS); in w100_soft_reset()820 writew(0x00, (u16 *) remapped_base + cfgSTATUS); in w100_soft_reset()922 writeb((u8) (intf_cntl.val), remapped_base + cfgINTF_CNTL); in w100_hw_init()[all …]