Searched refs:hsl (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/video/fbdev/matrox/ |
D | matroxfb_g450.c | 241 u_int32_t hsl; in computeRegs() local 286 hsl = (((outd->h_sync + pixclock) / pixclock)) & ~1; in computeRegs() 287 hlen = hvis + hfp + hsl + hbp; in computeRegs() 290 dprintk(KERN_DEBUG "WL: vis=%u, hf=%u, hs=%u, hb=%u, total=%u\n", hvis, hfp, hsl, hbp, hlen); in computeRegs() 306 r->regs[0x08] = hsl; in computeRegs() 313 …dprintk(KERN_DEBUG "PG: vis=%04X, hf=%02X, hs=%02X, hb=%02X, total=%04X\n", hvis, hfp, hsl, hbp, h… in computeRegs()
|