Searched refs:INTEL_CX0_LANE1 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_cx0_phy.c | 29 #define INTEL_CX0_LANE1 BIT(1) macro 30 #define INTEL_CX0_BOTH_LANES (INTEL_CX0_LANE1 | INTEL_CX0_LANE0) 2539 u8 lane_mask = lane_reversal ? INTEL_CX0_LANE1 : in intel_cx0_phy_lane_reset() 2610 l1t1 = intel_cx0_read(i915, port, INTEL_CX0_LANE1, PHY_CX0_TX_CONTROL(1, 2)); in intel_cx0_program_phy_lane() 2611 l1t2 = intel_cx0_read(i915, port, INTEL_CX0_LANE1, PHY_CX0_TX_CONTROL(2, 2)); in intel_cx0_program_phy_lane() 2663 intel_cx0_write(i915, port, INTEL_CX0_LANE1, PHY_CX0_TX_CONTROL(1, 2), in intel_cx0_program_phy_lane() 2665 intel_cx0_write(i915, port, INTEL_CX0_LANE1, PHY_CX0_TX_CONTROL(2, 2), in intel_cx0_program_phy_lane() 2704 u8 maxpclk_lane = lane_reversal ? INTEL_CX0_LANE1 : in intel_cx0pll_enable()
|