hbend             689 drivers/video/fbdev/pm2fb.c 	u32 hsstart, hsend, hbend, htotal;
hbend             719 drivers/video/fbdev/pm2fb.c 	hbend = hsend + to3264(info->var.left_margin, depth, data64);
hbend             720 drivers/video/fbdev/pm2fb.c 	htotal = to3264(xres, depth, data64) + hbend - 1;
hbend             815 drivers/video/fbdev/pm2fb.c 	pm2_WR(par, PM2R_HG_END, hbend);
hbend             816 drivers/video/fbdev/pm2fb.c 	pm2_WR(par, PM2R_HB_END, hbend);
hbend             723 drivers/video/fbdev/pm3fb.c 	const u32 hbend = hsend + info->var.left_margin;
hbend             725 drivers/video/fbdev/pm3fb.c 	const u32 htotal = xres + hbend;
hbend             746 drivers/video/fbdev/pm3fb.c 			   pm3fb_shift_bpp(bpp, hbend));
hbend             748 drivers/video/fbdev/pm3fb.c 			   pm3fb_shift_bpp(bpp, hbend));