Searched refs:fb_map (Results 1 – 2 of 2) sorted by relevance
105 bochs->fb_map = ioremap(addr, size); in bochs_hw_init()106 if (bochs->fb_map == NULL) { in bochs_hw_init()147 if (bochs->fb_map) in bochs_hw_fini()148 iounmap(bochs->fb_map); in bochs_hw_fini()
62 void __iomem *fb_map; member