Searched refs:y_bottom (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 Dmx3fb.c1040 u32 y_bottom; local
1061 y_bottom = var->yoffset;
1064 y_bottom += var->yres;
1066 if (y_bottom > fbi->var.yres_virtual)
H A Dacornfb.c830 u_int y_bottom = var->yoffset; local
833 y_bottom += var->yres;
835 BUG_ON(y_bottom > var->yres_virtual);

Completed in 125 milliseconds