Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/phy/
H A Dteranetics.c20 MDIO_AN_CTRL1_XNP); in tn2020_config()
/openbmc/u-boot/include/linux/
H A Dmdio.h87 #define MDIO_AN_CTRL1_XNP 0x2000 /* Enable extended next page */ macro
/openbmc/linux/include/uapi/linux/
H A Dmdio.h111 #define MDIO_AN_CTRL1_XNP 0x2000 /* Enable extended next page */ macro
/openbmc/linux/drivers/net/ethernet/sfc/falcon/
H A Dmdio_10g.c292 reg |= MDIO_AN_CTRL1_ENABLE | MDIO_AN_CTRL1_RESTART | MDIO_AN_CTRL1_XNP; in ef4_mdio_an_reconfigure()
/openbmc/linux/drivers/net/phy/
H A Dat803x.c1067 return phy_modify(phydev, MII_ADVERTISE, MDIO_AN_CTRL1_XNP, 0); in at803x_config_init()