Searched refs:E1000_RXCW_SYNCH (Results 1 – 5 of 5) sorted by relevance
1513 if ((rxcw & E1000_RXCW_SYNCH) && !(rxcw & E1000_RXCW_IV)) { in e1000_check_for_serdes_link_82571()1603 if (!(rxcw & E1000_RXCW_SYNCH)) { in e1000_check_for_serdes_link_82571()1615 if ((rxcw & E1000_RXCW_SYNCH) && in e1000_check_for_serdes_link_82571()
534 #define E1000_RXCW_SYNCH 0x40000000 /* Receive config synch */ macro
583 if (rxcw & E1000_RXCW_SYNCH) { in e1000e_check_for_serdes_link()600 if (rxcw & E1000_RXCW_SYNCH) { in e1000e_check_for_serdes_link()
2321 if (rxcw & E1000_RXCW_SYNCH) { in e1000_check_for_serdes_link_generic()2338 if (rxcw & E1000_RXCW_SYNCH) { in e1000_check_for_serdes_link_generic()
1943 #define E1000_RXCW_SYNCH 0x40000000 /* Receive config synch */ macro