Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/video/fbdev/matrox/
A Dmatroxfb_g450.c242 u_int32_t hsl; in computeRegs() local
287 hsl = (((outd->h_sync + pixclock) / pixclock)) & ~1; 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()
307 r->regs[0x08] = hsl; 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()
/linux-6.3-rc2/Documentation/firmware-guide/acpi/
A Dintel-pmc-mux.rst98 (SBU) and "hsl-orientation" (data) to know if those lines are "fixed", and to
107 Package () {"hsl-orientation", "normal"},
133 Package () {"hsl-orientation", "normal"},
148 Package () {"hsl-orientation", "normal"},
/linux-6.3-rc2/drivers/gpu/drm/logicvc/
A Dlogicvc_crtc.c74 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 7 milliseconds