Home
last modified time | relevance | path

Searched refs:MII_LAN83C185_CTRL_STATUS (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/phy/
H A Dsmsc.c94 return phy_set_bits(phydev, MII_LAN83C185_CTRL_STATUS, in smsc_phy_config_edpd()
97 return phy_clear_bits(phydev, MII_LAN83C185_CTRL_STATUS, in smsc_phy_config_edpd()
250 rc = phy_read(phydev, MII_LAN83C185_CTRL_STATUS); in lan87xx_read_status()
254 rc = phy_write(phydev, MII_LAN83C185_CTRL_STATUS, in lan87xx_read_status()
265 MII_LAN83C185_CTRL_STATUS); in lan87xx_read_status()
270 rc = phy_read(phydev, MII_LAN83C185_CTRL_STATUS); in lan87xx_read_status()
274 rc = phy_write(phydev, MII_LAN83C185_CTRL_STATUS, in lan87xx_read_status()
/linux/include/linux/
H A Dsmscphy.h7 #define MII_LAN83C185_CTRL_STATUS 17 /* Mode/Status Register */ macro