Searched refs:PANEL_LIGHT_OFF_DELAY_MASK (Results 1 – 5 of 5) sorted by relevance
167 pps->tx = REG_FIELD_GET(PANEL_LIGHT_OFF_DELAY_MASK, val); in intel_lvds_pps_get_hw_state()217 …LD_PREP(PANEL_POWER_DOWN_DELAY_MASK, pps->t3) | REG_FIELD_PREP(PANEL_LIGHT_OFF_DELAY_MASK, pps->tx… in intel_lvds_pps_init_hw()
6931 seq->t9 = REG_FIELD_GET(PANEL_LIGHT_OFF_DELAY_MASK, pp_off); in intel_pps_readout_hw_state()7109 pp_off = REG_FIELD_PREP(PANEL_LIGHT_OFF_DELAY_MASK, seq->t9) | in intel_dp_init_panel_power_sequencer_registers()
196 #define PANEL_LIGHT_OFF_DELAY_MASK (0x1fff) macro
2049 cur.t9 = (pp_off & PANEL_LIGHT_OFF_DELAY_MASK) >> in cdv_intel_dp_init()
5043 #define PANEL_LIGHT_OFF_DELAY_MASK REG_GENMASK(12, 0) macro