Home
last modified time | relevance | path

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

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