Searched refs:CONTROL2_DISABLE_SINGLE_TX (Results 1 – 2 of 2) sorted by relevance
2613 l0t1 |= CONTROL2_DISABLE_SINGLE_TX; in intel_cx0_program_phy_lane()2614 l0t2 |= CONTROL2_DISABLE_SINGLE_TX; in intel_cx0_program_phy_lane()2615 l1t1 |= CONTROL2_DISABLE_SINGLE_TX; in intel_cx0_program_phy_lane()2616 l1t2 |= CONTROL2_DISABLE_SINGLE_TX; in intel_cx0_program_phy_lane()2621 l0t1 &= ~CONTROL2_DISABLE_SINGLE_TX; in intel_cx0_program_phy_lane()2624 l0t2 &= ~CONTROL2_DISABLE_SINGLE_TX; in intel_cx0_program_phy_lane()2627 l1t1 &= ~CONTROL2_DISABLE_SINGLE_TX; in intel_cx0_program_phy_lane()2630 l1t2 &= ~CONTROL2_DISABLE_SINGLE_TX; in intel_cx0_program_phy_lane()2638 l1t2 &= ~CONTROL2_DISABLE_SINGLE_TX; in intel_cx0_program_phy_lane()2641 l1t1 &= ~CONTROL2_DISABLE_SINGLE_TX; in intel_cx0_program_phy_lane()[all …]
178 #define CONTROL2_DISABLE_SINGLE_TX REG_BIT(6) macro