Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/phy/
Dsmsc.c53 rc | MII_LAN83C185_EDPWRDOWN); in smsc_phy_config_init()
115 rc & ~MII_LAN83C185_EDPWRDOWN); in lan87xx_read_status()
128 rc | MII_LAN83C185_EDPWRDOWN); in lan87xx_read_status()
/linux-4.1.27/include/linux/
Dsmscphy.h23 #define MII_LAN83C185_EDPWRDOWN (1 << 13) /* EDPWRDOWN */ macro
/linux-4.1.27/drivers/net/ethernet/smsc/
Dsmsc911x.c1398 if (rc & MII_LAN83C185_EDPWRDOWN) { in smsc911x_phy_disable_energy_detect()
1401 rc & (~MII_LAN83C185_EDPWRDOWN)); in smsc911x_phy_disable_energy_detect()
1429 if (!(rc & MII_LAN83C185_EDPWRDOWN)) { in smsc911x_phy_enable_energy_detect()
1432 rc | MII_LAN83C185_EDPWRDOWN); in smsc911x_phy_enable_energy_detect()