Searched refs:PHY_CX0_TX_CONTROL (Results 1 – 2 of 2) sorted by relevance
| /Linux-v6.6/drivers/gpu/drm/i915/display/ |
| D | intel_cx0_phy.c | 2607 l0t1 = intel_cx0_read(i915, port, INTEL_CX0_LANE0, PHY_CX0_TX_CONTROL(1, 2)); in intel_cx0_program_phy_lane() 2608 l0t2 = intel_cx0_read(i915, port, INTEL_CX0_LANE0, PHY_CX0_TX_CONTROL(2, 2)); in intel_cx0_program_phy_lane() 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() 2658 intel_cx0_write(i915, port, INTEL_CX0_LANE0, PHY_CX0_TX_CONTROL(1, 2), in intel_cx0_program_phy_lane() 2660 intel_cx0_write(i915, port, INTEL_CX0_LANE0, 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()
|
| D | intel_cx0_phy_regs.h | 177 #define PHY_CX0_TX_CONTROL(tx, control) (0x400 + ((tx) - 1) * 0x200 + (control)) macro
|