Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/video/fbdev/
Dw100fb.c64 static void *remapped_base; variable
651 remapped_base = ioremap_nocache(mem->start+W100_CFG_BASE, W100_CFG_LEN); in w100fb_probe()
652 if (remapped_base == NULL) in w100fb_probe()
775 if (remapped_base != NULL) in w100fb_probe()
776 iounmap(remapped_base); in w100fb_probe()
795 iounmap(remapped_base); in w100fb_remove()
810 u16 val = readw((u16 *) remapped_base + cfgSTATUS); in w100_soft_reset()
811 writew(val | 0x08, (u16 *) remapped_base + cfgSTATUS); in w100_soft_reset()
813 writew(0x00, (u16 *) remapped_base + cfgSTATUS); in w100_soft_reset()
915 writeb((u8) (intf_cntl.val), remapped_base + cfgINTF_CNTL); in w100_hw_init()
[all …]