Searched refs:E1000_RXCW_SYNCH (Results 1 – 5 of 5) sorted by relevance
1669 if ((rxcw & E1000_RXCW_SYNCH) && !(rxcw & E1000_RXCW_IV)) { in e1000_check_for_serdes_link_82571()1763 if (!(rxcw & E1000_RXCW_SYNCH)) { in e1000_check_for_serdes_link_82571()1775 if ((rxcw & E1000_RXCW_SYNCH) && in e1000_check_for_serdes_link_82571()
902 if (rxcw & E1000_RXCW_SYNCH) { in e1000_check_for_serdes_link_generic()919 if (rxcw & E1000_RXCW_SYNCH) { in e1000_check_for_serdes_link_generic()
753 #define E1000_RXCW_SYNCH 0x40000000 /* Receive config synch */ macro
1306 #define E1000_RXCW_SYNCH 0x40000000 /* Receive config synch */ macro
2576 if(E1000_RXCW_SYNCH & E1000_READ_REG(hw, RXCW)) {