Home
last modified time | relevance | path

Searched refs:ICL_PORT_PCS_DW1_AUX (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/i915/display/
Dicl_dsi.c408 tmp = I915_READ(ICL_PORT_PCS_DW1_AUX(phy)); in gen11_dsi_config_phy_lanes_sequence()
411 I915_WRITE(ICL_PORT_PCS_DW1_AUX(phy), tmp); in gen11_dsi_config_phy_lanes_sequence()
434 tmp = I915_READ(ICL_PORT_PCS_DW1_AUX(phy)); in gen11_dsi_voltage_swing_program_seq()
436 I915_WRITE(ICL_PORT_PCS_DW1_AUX(phy), tmp); in gen11_dsi_voltage_swing_program_seq()
/Linux-v5.4/drivers/gpu/drm/i915/
Di915_reg.h1860 #define ICL_PORT_PCS_DW1_AUX(phy) _MMIO(_ICL_PORT_PCS_DW_AUX(1, phy)) macro