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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dmaxinefb.c118 unsigned long fboff; local
137 for (fboff = fb_start; fboff < fb_start + 0x1ffff; fboff++)
138 *(volatile unsigned char *)fboff = 0x0;
H A Dhpfb.c212 unsigned long fboff, fb_width, fb_height, fb_start; local
215 fboff = (in_8(fb_regs + HPFB_FBOMSB) << 8) | in_8(fb_regs + HPFB_FBOLSB);
217 fb_info.fix.smem_start = (in_8(fb_regs + fboff) << 16);

Completed in 108 milliseconds