Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dsmscphy.h24 #define MII_LAN83C185_EDPWRDOWN (1 << 13) /* EDPWRDOWN */ macro
/Linux-v5.15/drivers/net/phy/
Dsmsc.c123 rc | MII_LAN83C185_EDPWRDOWN); in smsc_phy_config_init()
227 rc & ~MII_LAN83C185_EDPWRDOWN); in lan87xx_read_status()
247 rc | MII_LAN83C185_EDPWRDOWN); in lan87xx_read_status()
/Linux-v5.15/drivers/net/ethernet/smsc/
Dsmsc911x.c1392 if (rc & MII_LAN83C185_EDPWRDOWN) { in smsc911x_phy_disable_energy_detect()
1395 rc & (~MII_LAN83C185_EDPWRDOWN)); in smsc911x_phy_disable_energy_detect()
1425 if (!(rc & MII_LAN83C185_EDPWRDOWN)) { in smsc911x_phy_enable_energy_detect()
1428 rc | MII_LAN83C185_EDPWRDOWN); in smsc911x_phy_enable_energy_detect()