Searched refs:pp_div (Results 1 – 2 of 2) sorted by relevance
1018 i915_reg_t pp_div; member1041 regs->pp_div = INVALID_MMIO_REG; in intel_pps_get_registers()1043 regs->pp_div = PP_DIVISOR(pps_idx); in intel_pps_get_registers()1083 u32 pp_div; in edp_notify_handler() local1087 pp_div = I915_READ(pp_div_reg); in edp_notify_handler()1088 pp_div &= PP_REFERENCE_DIVIDER_MASK; in edp_notify_handler()1091 I915_WRITE(pp_div_reg, pp_div | 0x1F); in edp_notify_handler()6401 if (i915_mmio_reg_valid(regs.pp_div)) { in intel_pps_readout_hw_state()6402 u32 pp_div; in intel_pps_readout_hw_state() local6404 pp_div = I915_READ(regs.pp_div); in intel_pps_readout_hw_state()[all …]
2067 u32 pp_on, pp_off, pp_div; in cdv_intel_dp_init() local2082 pp_div = REG_READ(PP_DIVISOR); in cdv_intel_dp_init()2097 cur.t11_t12 = ((pp_div & PANEL_POWER_CYCLE_DELAY_MASK) >> in cdv_intel_dp_init()