hvis              245 drivers/video/fbdev/matrox/matroxfb_g450.c 	u_int32_t hvis;
hvis              253 drivers/video/fbdev/matrox/matroxfb_g450.c 	hvis = ((mt->HDisplay << 1) + 3) & ~3;
hvis              255 drivers/video/fbdev/matrox/matroxfb_g450.c 	if (hvis >= 2048) {
hvis              256 drivers/video/fbdev/matrox/matroxfb_g450.c 		hvis = 2044;
hvis              259 drivers/video/fbdev/matrox/matroxfb_g450.c 	piic = 1000000000ULL * hvis;
hvis              288 drivers/video/fbdev/matrox/matroxfb_g450.c 	hlen = hvis + hfp + hsl + hbp;
hvis              291 drivers/video/fbdev/matrox/matroxfb_g450.c 	dprintk(KERN_DEBUG "WL: vis=%u, hf=%u, hs=%u, hb=%u, total=%u\n", hvis, hfp, hsl, hbp, hlen);
hvis              311 drivers/video/fbdev/matrox/matroxfb_g450.c 	r->regs[0x31] = hvis / 8;
hvis              312 drivers/video/fbdev/matrox/matroxfb_g450.c 	r->regs[0x32] = hvis & 7;
hvis              314 drivers/video/fbdev/matrox/matroxfb_g450.c 	dprintk(KERN_DEBUG "PG: vis=%04X, hf=%02X, hs=%02X, hb=%02X, total=%04X\n", hvis, hfp, hsl, hbp, hlen);
hvis              318 drivers/video/fbdev/matrox/matroxfb_g450.c 	hvis = hvis >> 1;
hvis              321 drivers/video/fbdev/matrox/matroxfb_g450.c 	dprintk(KERN_DEBUG "hlen=%u hvis=%u\n", hlen, hvis);
hvis              325 drivers/video/fbdev/matrox/matroxfb_g450.c 	mt->HDisplay = hvis & ~7;