Searched refs:TLAN_TC_SWAPOL (Results 1 – 2 of 2) sorted by relevance
416 #define TLAN_TC_SWAPOL 0x4000 macro
1762 if ( ! ( tlphy_sts & TLAN_TS_POLOK ) && ! ( tlphy_ctl & TLAN_TC_SWAPOL ) ) { in TLan_HandleStatusCheck()1763 tlphy_ctl |= TLAN_TC_SWAPOL; in TLan_HandleStatusCheck()1765 } else if ( ( tlphy_sts & TLAN_TS_POLOK ) && ( tlphy_ctl & TLAN_TC_SWAPOL ) ) { in TLan_HandleStatusCheck()1766 tlphy_ctl &= ~TLAN_TC_SWAPOL; in TLan_HandleStatusCheck()