Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/phy/
H A Dnxp-tja11xx.c36 #define MII_CFG1_MASTER_SLAVE BIT(15) macro
240 ctl |= MII_CFG1_MASTER_SLAVE; in tja11xx_config_aneg()
252 changed = phy_modify_changed(phydev, MII_CFG1, MII_CFG1_MASTER_SLAVE, ctl); in tja11xx_config_aneg()
375 if (ret & MII_CFG1_MASTER_SLAVE) in tja11xx_read_status()