Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/tiny/
H A Dbochs.c77 void __iomem *fb_map; member
264 bochs->fb_map = ioremap(addr, size); in bochs_hw_init()
265 if (bochs->fb_map == NULL) { in bochs_hw_init()
303 if (bochs->fb_map) in bochs_hw_fini()
304 iounmap(bochs->fb_map); in bochs_hw_fini()