Home
last modified time | relevance | path

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

/linux-6.12.1/include/uapi/linux/
Dmdio.h112 #define MDIO_AN_CTRL1_XNP 0x2000 /* Enable extended next page */ macro
/linux-6.12.1/drivers/net/ethernet/sfc/falcon/
Dmdio_10g.c292 reg |= MDIO_AN_CTRL1_ENABLE | MDIO_AN_CTRL1_RESTART | MDIO_AN_CTRL1_XNP; in ef4_mdio_an_reconfigure()
/linux-6.12.1/drivers/net/phy/qcom/
Dat803x.c480 return phy_modify(phydev, MII_ADVERTISE, MDIO_AN_CTRL1_XNP, 0); in at803x_config_init()