Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/net/
H A Dsmc91111.h711 #define PHY_CFG1_LNKDIS 0x8000 /* 1=Rx Link Detect Function disabled */ macro
/OK3568_Linux_fs/kernel/drivers/net/ethernet/smsc/
H A Dsmc91x.h776 #define PHY_CFG1_LNKDIS 0x8000 // 1=Rx Link Detect Function disabled macro
H A Dsmc91x.c911 cfg1 |= PHY_CFG1_LNKDIS; in smc_phy_fixed()