Home
last modified time | relevance | path

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

/linux/Documentation/firmware-guide/acpi/
H 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/drivers/gpu/drm/logicvc/
H 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()