Home
last modified time | relevance | path

Searched refs:E1000_RXCW_SYNCH (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/net/ethernet/intel/e1000e/
H A D82571.c1512 if ((rxcw & E1000_RXCW_SYNCH) && !(rxcw & E1000_RXCW_IV)) { in e1000_check_for_serdes_link_82571()
1602 if (!(rxcw & E1000_RXCW_SYNCH)) { in e1000_check_for_serdes_link_82571()
1614 if ((rxcw & E1000_RXCW_SYNCH) && in e1000_check_for_serdes_link_82571()
H A Ddefines.h534 #define E1000_RXCW_SYNCH 0x40000000 /* Receive config synch */ macro
H A Dmac.c583 if (rxcw & E1000_RXCW_SYNCH) { in e1000e_check_for_serdes_link()
600 if (rxcw & E1000_RXCW_SYNCH) { in e1000e_check_for_serdes_link()
/openbmc/u-boot/drivers/net/
H A De1000.h1562 #define E1000_RXCW_SYNCH 0x40000000 /* Receive config synch */ macro
/openbmc/linux/drivers/net/ethernet/intel/e1000/
H A De1000_hw.c2322 if (rxcw & E1000_RXCW_SYNCH) { in e1000_check_for_serdes_link_generic()
2339 if (rxcw & E1000_RXCW_SYNCH) { in e1000_check_for_serdes_link_generic()
H A De1000_hw.h1943 #define E1000_RXCW_SYNCH 0x40000000 /* Receive config synch */ macro