Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/phy/
H A Dmeson-gxl.c75 ((exp & EXPANSION_NWAY) && !(lpa & LPA_LPACK))) { in meson_gxl_startup()
/openbmc/linux/include/uapi/linux/
H A Dmii.h117 #define EXPANSION_NWAY 0x0001 /* Can do N-way auto-nego */ macro
/openbmc/u-boot/include/linux/
H A Dmii.h114 #define EXPANSION_NWAY 0x0001 /* Can do N-way auto-nego */ macro
/openbmc/linux/drivers/net/phy/
H A Dmeson-gxl.c176 ((exp & EXPANSION_NWAY) && !(lpa & LPA_LPACK))) { in meson_gxl_read_status()
/openbmc/linux/drivers/net/ethernet/sis/
H A Dsis190.c974 if (val & LPA_NPAGE && autoexp & EXPANSION_NWAY) { in sis190_phy_task()
/openbmc/linux/drivers/net/ethernet/nvidia/
H A Dforcedeth.c3520 phy_exp = mii_rw(dev, np->phyaddr, MII_EXPANSION, MII_READ) & EXPANSION_NWAY; /* autoneg capable */ in nv_update_linkspeed()
/openbmc/linux/drivers/net/ethernet/intel/e1000e/
H A Dnetdev.c5260 if (!(autoneg_exp & EXPANSION_NWAY)) in e1000_watchdog_task()