Searched refs:PANEL_POWER_DOWN_DELAY_MASK (Results 1 – 5 of 5) sorted by relevance
166 pps->t3 = REG_FIELD_GET(PANEL_POWER_DOWN_DELAY_MASK, val); in intel_lvds_pps_get_hw_state()217 …REG_FIELD_PREP(PANEL_POWER_DOWN_DELAY_MASK, pps->t3) | REG_FIELD_PREP(PANEL_LIGHT_OFF_DELAY_MASK, … in intel_lvds_pps_init_hw()
6957 seq->t10 = REG_FIELD_GET(PANEL_POWER_DOWN_DELAY_MASK, pp_off); in intel_pps_readout_hw_state()7135 REG_FIELD_PREP(PANEL_POWER_DOWN_DELAY_MASK, seq->t10); in intel_dp_init_panel_power_sequencer_registers()
194 #define PANEL_POWER_DOWN_DELAY_MASK (0x1fff0000) macro
2052 cur.t10 = (pp_off & PANEL_POWER_DOWN_DELAY_MASK) >> in cdv_intel_dp_init()
5053 #define PANEL_POWER_DOWN_DELAY_MASK REG_GENMASK(28, 16) macro