Home
last modified time | relevance | path

Searched refs:PANEL_LIGHT_OFF_DELAY_MASK (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_pps_regs.h71 #define PANEL_LIGHT_OFF_DELAY_MASK REG_GENMASK(12, 0) macro
H A Dintel_lvds.c173 pps->tx = REG_FIELD_GET(PANEL_LIGHT_OFF_DELAY_MASK, val); in intel_lvds_pps_get_hw_state()
226 REG_FIELD_PREP(PANEL_LIGHT_OFF_DELAY_MASK, pps->tx)); in intel_lvds_pps_init_hw()
H A Dintel_pps.c1288 seq->t9 = REG_FIELD_GET(PANEL_LIGHT_OFF_DELAY_MASK, pp_off); in intel_pps_readout_hw_state()
1510 pp_off = REG_FIELD_PREP(PANEL_LIGHT_OFF_DELAY_MASK, seq->t9) | in pps_init_registers()
/openbmc/u-boot/drivers/video/
H A Di915_reg.h328 #define PANEL_LIGHT_OFF_DELAY_MASK (0x1fff) macro
/openbmc/linux/drivers/gpu/drm/gma500/
H A Dpsb_intel_reg.h196 #define PANEL_LIGHT_OFF_DELAY_MASK (0x1fff) macro
H A Dcdv_intel_dp.c2040 cur.t9 = (pp_off & PANEL_LIGHT_OFF_DELAY_MASK) >> in cdv_intel_dp_init()