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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dpm3fb.c195 const u32 hbend = hsend + info->var.left_margin; local
197 const u32 htotal = xres + hbend;
218 pm3fb_shift_bpp(bpp, hbend));
220 pm3fb_shift_bpp(bpp, hbend));
H A Dpm2fb.c695 u32 hsstart, hsend, hbend, htotal; local
728 hbend = hsend + to3264(info->var.left_margin, depth, data64);
729 htotal = to3264(xres, depth, data64) + hbend - 1;
822 pm2_WR(par, PM2R_HG_END, hbend);
823 pm2_WR(par, PM2R_HB_END, hbend);

Completed in 93 milliseconds