Searched refs:hsl (Results 1 – 2 of 2) sorted by relevance
| /drivers/video/fbdev/matrox/ |
| A D | matroxfb_g450.c | 244 u_int32_t hsl; in computeRegs() local 289 hsl = (((outd->h_sync + pixclock) / pixclock)) & ~1; in computeRegs() 290 hlen = hvis + hfp + hsl + hbp; in computeRegs() 293 dprintk(KERN_DEBUG "WL: vis=%u, hf=%u, hs=%u, hb=%u, total=%u\n", hvis, hfp, hsl, hbp, hlen); in computeRegs() 309 r->regs[0x08] = hsl; in computeRegs() 316 …dprintk(KERN_DEBUG "PG: vis=%04X, hf=%02X, hs=%02X, hb=%02X, total=%04X\n", hvis, hfp, hsl, hbp, h… in computeRegs()
|
| /drivers/gpu/drm/logicvc/ |
| A D | logicvc_crtc.c | 74 unsigned int hact, hfp, hsl, hbp; in logicvc_crtc_atomic_enable() local 83 hsl = mode->hsync_end - mode->hsync_start; in logicvc_crtc_atomic_enable() 92 regmap_write(logicvc->regmap, LOGICVC_HSYNC_REG, hsl - 1); in logicvc_crtc_atomic_enable()
|
Completed in 6 milliseconds