Searched refs:pp_off (Results 1 – 2 of 2) sorted by relevance
2067 u32 pp_on, pp_off, pp_div; in cdv_intel_dp_init() local2081 pp_off = REG_READ(PP_OFF_DELAYS); in cdv_intel_dp_init()2091 cur.t9 = (pp_off & PANEL_LIGHT_OFF_DELAY_MASK) >> in cdv_intel_dp_init()2094 cur.t10 = (pp_off & PANEL_POWER_DOWN_DELAY_MASK) >> in cdv_intel_dp_init()
5296 u32 pp_on, pp_off, pp_div = 0, pp_ctl = 0; in intel_dp_init_panel_power_sequencer() local5333 pp_off = I915_READ(pp_off_reg); in intel_dp_init_panel_power_sequencer()5346 cur.t9 = (pp_off & PANEL_LIGHT_OFF_DELAY_MASK) >> in intel_dp_init_panel_power_sequencer()5349 cur.t10 = (pp_off & PANEL_POWER_DOWN_DELAY_MASK) >> in intel_dp_init_panel_power_sequencer()5417 u32 pp_on, pp_off, pp_div, port_sel = 0; in intel_dp_init_panel_power_sequencer_registers() local5457 pp_off = (1 << PANEL_LIGHT_OFF_DELAY_SHIFT) | in intel_dp_init_panel_power_sequencer_registers()5486 I915_WRITE(pp_off_reg, pp_off); in intel_dp_init_panel_power_sequencer_registers()