Home
last modified time | relevance | path

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

/Linux-v6.6/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)
2538 u8 lane_mask = lane_reversal ? INTEL_CX0_LANE1 : in intel_cx0_phy_lane_reset()
2609 l1t1 = intel_cx0_read(i915, port, INTEL_CX0_LANE1, PHY_CX0_TX_CONTROL(1, 2)); in intel_cx0_program_phy_lane()
2610 l1t2 = intel_cx0_read(i915, port, INTEL_CX0_LANE1, PHY_CX0_TX_CONTROL(2, 2)); in intel_cx0_program_phy_lane()
2662 intel_cx0_write(i915, port, INTEL_CX0_LANE1, PHY_CX0_TX_CONTROL(1, 2), in intel_cx0_program_phy_lane()
2664 intel_cx0_write(i915, port, INTEL_CX0_LANE1, PHY_CX0_TX_CONTROL(2, 2), in intel_cx0_program_phy_lane()
2703 u8 maxpclk_lane = lane_reversal ? INTEL_CX0_LANE1 : in intel_cx0pll_enable()