Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/i915/display/
Dintel_cx0_phy.c2612 l0t1 |= CONTROL2_DISABLE_SINGLE_TX; in intel_cx0_program_phy_lane()
2613 l0t2 |= CONTROL2_DISABLE_SINGLE_TX; in intel_cx0_program_phy_lane()
2614 l1t1 |= CONTROL2_DISABLE_SINGLE_TX; in intel_cx0_program_phy_lane()
2615 l1t2 |= CONTROL2_DISABLE_SINGLE_TX; in intel_cx0_program_phy_lane()
2620 l0t1 &= ~CONTROL2_DISABLE_SINGLE_TX; in intel_cx0_program_phy_lane()
2623 l0t2 &= ~CONTROL2_DISABLE_SINGLE_TX; in intel_cx0_program_phy_lane()
2626 l1t1 &= ~CONTROL2_DISABLE_SINGLE_TX; in intel_cx0_program_phy_lane()
2629 l1t2 &= ~CONTROL2_DISABLE_SINGLE_TX; in intel_cx0_program_phy_lane()
2637 l1t2 &= ~CONTROL2_DISABLE_SINGLE_TX; in intel_cx0_program_phy_lane()
2640 l1t1 &= ~CONTROL2_DISABLE_SINGLE_TX; in intel_cx0_program_phy_lane()
[all …]
Dintel_cx0_phy_regs.h178 #define CONTROL2_DISABLE_SINGLE_TX REG_BIT(6) macro