Home
last modified time | relevance | path

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

/linux-6.15/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()
311 r->regs[0x31] = hvis / 8; in computeRegs()
312 r->regs[0x32] = hvis & 7; in computeRegs()
318 hvis = hvis >> 1; in computeRegs()
321 dprintk(KERN_DEBUG "hlen=%u hvis=%u\n", hlen, hvis); in computeRegs()
[all …]