Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
H A Dintel_cx0_phy.c35 #define INTEL_CX0_LANE1 BIT(1) macro
36 #define INTEL_CX0_BOTH_LANES (INTEL_CX0_LANE1 | INTEL_CX0_LANE0)
519 u8 lane_mask = lane == 0 ? INTEL_CX0_LANE0 : INTEL_CX0_LANE1; in intel_cx0_phy_set_signal_levels()
2257 INTEL_CX0_LANE1); in intel_c10pll_readout_hw_state()
2713 INTEL_CX0_LANE1); in intel_c20pll_readout_hw_state()
3059 u8 lane_mask = lane_reversal ? INTEL_CX0_LANE1 : INTEL_CX0_LANE0; in intel_cx0_phy_lane_reset()
3133 u8 lane_mask = i < 2 ? INTEL_CX0_LANE0 : INTEL_CX0_LANE1; in intel_cx0_program_phy_lane()
3176 u8 maxpclk_lane = lane_reversal ? INTEL_CX0_LANE1 : in intel_cx0pll_enable()
3464 u8 lane_mask = i < 2 ? INTEL_CX0_LANE0 : INTEL_CX0_LANE1; in intel_lnl_mac_transmit_lfps()
3545 u8 lane = dig_port->lane_reversal ? INTEL_CX0_LANE1 : INTEL_CX0_LANE0; in intel_cx0_pll_is_enabled()