Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/
Dsmc9194.h78 #define ES_LINK_OK 0x4000 /* is the link integrity ok ? */ macro
Dsmc91x.h581 #define ES_LINK_OK 0x4000 // Driven by inverted value of nLNK pin macro
Dsmc91x.c1174 new_carrier = (SMC_GET_EPH_STATUS(lp) & ES_LINK_OK) ? 1 : 0; in smc_10bt_check_media()