Home
last modified time | relevance | path

Searched refs:ES_LINK_OK (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/ethernet/smsc/
H A Dsmc9194.h78 #define ES_LINK_OK 0x4000 /* is the link integrity ok ? */ macro
H A Dsmc91x.h510 #define ES_LINK_OK 0x4000 // Driven by inverted value of nLNK pin macro
H A Dsmc91x.c1166 new_carrier = (SMC_GET_EPH_STATUS(lp) & ES_LINK_OK) ? 1 : 0; in smc_10bt_check_media()
/openbmc/u-boot/drivers/net/
H A Dsmc91111.h395 #define ES_LINK_OK 0x4000 /* Driven by inverted value of nLNK pin */ macro