Home
last modified time | relevance | path

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

/drivers/video/fbdev/matrox/
A Dmatroxfb_g450.c247 u_int32_t hvis; in computeRegs() local
255 hvis = ((mt->HDisplay << 1) + 3) & ~3; in computeRegs()
257 if (hvis >= 2048) { in computeRegs()
258 hvis = 2044; in computeRegs()
261 piic = 1000000000ULL * hvis; in computeRegs()
290 hlen = hvis + hfp + hsl + hbp; in computeRegs()
313 r->regs[0x31] = hvis / 8; in computeRegs()
314 r->regs[0x32] = hvis & 7; in computeRegs()
320 hvis = hvis >> 1; in computeRegs()
323 dprintk(KERN_DEBUG "hlen=%u hvis=%u\n", hlen, hvis); in computeRegs()
[all …]

Completed in 5 milliseconds