to3264            717 drivers/video/fbdev/pm2fb.c 	hsstart = to3264(info->var.right_margin, depth, data64);
to3264            718 drivers/video/fbdev/pm2fb.c 	hsend = hsstart + to3264(info->var.hsync_len, depth, data64);
to3264            719 drivers/video/fbdev/pm2fb.c 	hbend = hsend + to3264(info->var.left_margin, depth, data64);
to3264            720 drivers/video/fbdev/pm2fb.c 	htotal = to3264(xres, depth, data64) + hbend - 1;
to3264            728 drivers/video/fbdev/pm2fb.c 	stride = to3264(width, depth, 1);
to3264            729 drivers/video/fbdev/pm2fb.c 	base = to3264(info->var.yoffset * xres + info->var.xoffset, depth, 1);
to3264            975 drivers/video/fbdev/pm2fb.c 	base = to3264(var->yoffset * xres + var->xoffset, depth, 1);