Home
last modified time | relevance | path

Searched refs:remapped_base (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/video/fbdev/
Dw100fb.c68 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()
[all …]