Home
last modified time | relevance | path

Searched refs:PP_DIVISOR (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/dev/drm/i915/
H A Dintel_lvds.c176 val = I915_READ(PP_DIVISOR(0)); in intel_lvds_pps_get_hw_state()
229 I915_WRITE(PP_DIVISOR(0), val); in intel_lvds_pps_init_hw()
H A Dintel_dp.c804 regs->pp_div = PP_DIVISOR(pps_idx); in intel_pps_get_registers()
853 pp_div_reg = PP_DIVISOR(pipe); in edp_notify_handler()
H A Di915_reg.h4485 #define PP_DIVISOR(pps_idx) _MMIO_PPS(pps_idx, _PP_DIVISOR) macro