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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/console/
H A Dnewport_con.c683 short xs, ys, xe, ye, xoffs, yoffs, tmp; local
693 xoffs = (dx - sx) << 3;
695 if (xoffs > 0) {
707 npregs->go.xymove = (xoffs << 16) | yoffs;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dsm501fb.c511 unsigned long xoffs; local
513 xoffs = var->xoffset * bytes_pixel;
518 reg |= ((xoffs & 15) / bytes_pixel) << 4;
521 reg = (par->screen.sm_addr + xoffs +

Completed in 26 milliseconds