Home
last modified time | relevance | path

Searched defs:pps_idx (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_dp.c823 int pps_idx = 0; in intel_pps_get_registers() local
Di915_reg.h4620 #define _MMIO_PPS(pps_idx, reg) _MMIO(dev_priv->pps_mmio_base - \ argument
4625 #define PP_STATUS(pps_idx) _MMIO_PPS(pps_idx, _PP_STATUS) argument
4653 #define PP_CONTROL(pps_idx) _MMIO_PPS(pps_idx, _PP_CONTROL) argument
4665 #define PP_ON_DELAYS(pps_idx) _MMIO_PPS(pps_idx, _PP_ON_DELAYS) argument
4679 #define PP_OFF_DELAYS(pps_idx) _MMIO_PPS(pps_idx, _PP_OFF_DELAYS) argument
4686 #define PP_DIVISOR(pps_idx) _MMIO_PPS(pps_idx, _PP_DIVISOR) argument
Dintel_display.c14096 int pps_idx; in intel_pps_unlock_regs_wa() local