Searched refs:CONTROL2_DISABLE_SINGLE_TX (Results 1 – 2 of 2) sorted by relevance
2612 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 …]
178 #define CONTROL2_DISABLE_SINGLE_TX REG_BIT(6) macro