Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/i915/display/
Dicl_dsi.c236 tmp = I915_READ(ICL_PORT_TX_DW2_AUX(phy)); in dsi_program_swing_and_deemphasis()
242 I915_WRITE(ICL_PORT_TX_DW2_AUX(phy), tmp); in dsi_program_swing_and_deemphasis()
397 tmp = I915_READ(ICL_PORT_TX_DW2_AUX(phy)); in gen11_dsi_config_phy_lanes_sequence()
400 I915_WRITE(ICL_PORT_TX_DW2_AUX(phy), tmp); in gen11_dsi_config_phy_lanes_sequence()
/Linux-v5.4/drivers/gpu/drm/i915/
Di915_reg.h1908 #define ICL_PORT_TX_DW2_AUX(phy) _MMIO(_ICL_PORT_TX_DW_AUX(2, phy)) macro