Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/i915/display/
Dintel_cx0_phy.c29 #define INTEL_CX0_LANE1 BIT(1) macro
30 #define INTEL_CX0_BOTH_LANES (INTEL_CX0_LANE1 | INTEL_CX0_LANE0)
469 u8 lane_mask = lane == 0 ? INTEL_CX0_LANE0 : INTEL_CX0_LANE1; in intel_cx0_phy_set_signal_levels()
2814 u8 lane_mask = lane_reversal ? INTEL_CX0_LANE1 : INTEL_CX0_LANE0; in intel_cx0_phy_lane_reset()
2890 u8 lane_mask = i < 2 ? INTEL_CX0_LANE0 : INTEL_CX0_LANE1; in intel_cx0_program_phy_lane()
2937 u8 maxpclk_lane = lane_reversal ? INTEL_CX0_LANE1 : in intel_cx0pll_enable()