Home
last modified time | relevance | path

Searched refs:hvis (Results 1 – 1 of 1) sorted by relevance

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