Searched refs:fboff (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/video/fbdev/
H A Dmaxinefb.c118 unsigned long fboff; maxinefb_init() local
137 for (fboff = fb_start; fboff < fb_start + 0x1ffff; fboff++) maxinefb_init()
138 *(volatile unsigned char *)fboff = 0x0; maxinefb_init()
H A Dhpfb.c211 unsigned long fboff, fb_width, fb_height, fb_start; hpfb_init_one() local
215 fboff = (in_8(fb_regs + HPFB_FBOMSB) << 8) | in_8(fb_regs + HPFB_FBOLSB); hpfb_init_one()
217 fb_info.fix.smem_start = (in_8(fb_regs + fboff) << 16); hpfb_init_one()

Completed in 102 milliseconds