Searched refs:hsl (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/video/fbdev/matrox/ |
H A D | matroxfb_g450.c | 242 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()
|
/openbmc/linux/Documentation/firmware-guide/acpi/ |
H A D | intel-pmc-mux.rst | 98 (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"},
|
/openbmc/linux/drivers/gpu/drm/logicvc/ |
H 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()
|
/openbmc/u-boot/arch/arm/mach-at91/include/mach/ |
H A D | at91_emac.h | 46 u32 hsl; member
|