Searched refs:hbend (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 Dpm2fb.c694 u32 hsstart, hsend, hbend, htotal; local
724 hbend = hsend + to3264(info->var.left_margin, depth, data64);
725 htotal = to3264(xres, depth, data64) + hbend - 1;
820 pm2_WR(par, PM2R_HG_END, hbend);
821 pm2_WR(par, PM2R_HB_END, hbend);
H A Dpm3fb.c730 const u32 hbend = hsend + info->var.left_margin; local
732 const u32 htotal = xres + hbend;
753 pm3fb_shift_bpp(bpp, hbend));
755 pm3fb_shift_bpp(bpp, hbend));

Completed in 103 milliseconds