Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dsmscphy.h24 #define MII_LAN83C185_EDPWRDOWN (1 << 13) /* EDPWRDOWN */ macro
/openbmc/linux/drivers/net/phy/
H A Dsmsc.c95 MII_LAN83C185_EDPWRDOWN); in smsc_phy_config_edpd()
98 MII_LAN83C185_EDPWRDOWN); in smsc_phy_config_edpd()
235 rc & ~MII_LAN83C185_EDPWRDOWN); in lan87xx_read_status()
255 rc | MII_LAN83C185_EDPWRDOWN); in lan87xx_read_status()
/openbmc/linux/drivers/net/ethernet/smsc/
H A Dsmsc911x.c1396 if (rc & MII_LAN83C185_EDPWRDOWN) { in smsc911x_phy_disable_energy_detect()
1399 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()