/openbmc/u-boot/common/ |
H A D | miiphyutil.c | 432 if (miiphy_read(devname, addr, MII_LPA, &anlpar)) { in miiphy_speed() 465 if (miiphy_read(devname, addr, MII_LPA, &anlpar)) { in miiphy_duplex() 495 if (miiphy_read(devname, addr, MII_LPA, &anlpar)) { in miiphy_duplex()
|
/openbmc/linux/drivers/net/phy/ |
H A D | uPD60620.c | 64 phy_state = phy_read(phydev, MII_LPA); in upd60620_read_status()
|
H A D | swphy.c | 156 case MII_LPA: in swphy_read_reg()
|
H A D | meson-gxl.c | 167 lpa = phy_read(phydev, MII_LPA); in meson_gxl_read_status()
|
H A D | lxt.c | 239 lpa = phy_read(phydev, MII_LPA); in lxt973a2_read_status()
|
/openbmc/linux/drivers/net/pcs/ |
H A D | pcs-lynx.c | 54 lpa = mdiobus_c45_read(bus, addr, MDIO_MMD_VEND2, MII_LPA); in lynx_pcs_get_state_usxgmii() 67 lpa = mdiodev_read(pcs, MII_LPA); in lynx_pcs_get_state_2500basex()
|
/openbmc/u-boot/drivers/net/phy/ |
H A D | meson-gxl.c | 66 lpa = phy_read(phydev, MDIO_DEVAD_NONE, MII_LPA); in meson_gxl_startup()
|
H A D | xilinx_phy.c | 47 status = phy_read(phydev, MDIO_DEVAD_NONE, MII_LPA); in xilinxphy_startup()
|
/openbmc/linux/include/uapi/linux/ |
H A D | mii.h | 21 #define MII_LPA 0x05 /* Link partner ability reg */ macro
|
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | vsc8211.c | 178 err = t3_mdio_read(cphy, MDIO_DEVAD_NONE, MII_LPA, in vsc8211_get_link_status() 239 err = t3_mdio_read(cphy, MDIO_DEVAD_NONE, MII_LPA, &lpa); in vsc8211_get_link_status_fiber()
|
/openbmc/u-boot/cmd/ |
H A D | mii.c | 26 { MII_LPA, "Autonegotiation partner abilities register" }, 230 else if ((regno == MII_LPA) && (pdesc->lo == 0)) { in special_field()
|
/openbmc/u-boot/include/linux/ |
H A D | mii.h | 18 #define MII_LPA 0x05 /* Link partner ability reg */ macro
|
/openbmc/linux/drivers/net/ |
H A D | mii.c | 96 ecmd->lp_advertising = mii_get_an(mii, MII_LPA); in mii_ethtool_gset() 181 lp_advertising = mii_get_an(mii, MII_LPA); in mii_ethtool_get_link_ksettings() 546 lpa = mii->mdio_read(mii->dev, mii->phy_id, MII_LPA); in mii_check_media()
|
H A D | sungem_phy.c | 392 lpa = sungem_phy_read(phy, MII_LPA); in genmii_read_link() 560 val = sungem_phy_read(phy, MII_LPA); in bcm54xx_read_link()
|
H A D | mdio.c | 571 case MII_LPA: in mdio_mii_ioctl()
|
/openbmc/linux/drivers/net/dsa/mv88e6xxx/ |
H A D | serdes.h | 65 #define MV88E6390_SGMII_LPA (0x2000 + MII_LPA)
|
H A D | pcs-6352.c | 174 lpa = __mdiodev_read(&mpcs->mdio, MII_LPA); in marvell_c22_pcs_get_state()
|
/openbmc/u-boot/drivers/net/ti/ |
H A D | davinci_emac.c | 291 davinci_eth_phy_read(phy_addr, MII_LPA, &tmp); in gen_get_link_speed() 522 davinci_eth_phy_read(active_phy_addr[index], MII_LPA, &lpa_val); in davinci_eth_open()
|
/openbmc/u-boot/drivers/net/ |
H A D | dnet.c | 288 lpa = dnet_mdio_read(dnet, MII_LPA); in dnet_phy_init()
|
H A D | ftmac110.c | 167 tmp &= mdio_read(dev, chip->phy_addr, MII_LPA); in ftmac110_phyqry()
|
H A D | at91_emac.c | 258 MII_LPA, &lpa); in at91emac_phy_init()
|
H A D | bcm6368-eth.c | 262 MII_LPA); in bcm6368_eth_adjust_link()
|
/openbmc/u-boot/drivers/usb/eth/ |
H A D | r8152.h | 488 #define MII_LPA 0x05 /* Link partner ability reg */ macro
|
H A D | lan7x.c | 276 rmtadv = lan7x_mdio_read(udev, dev->phy_id, MII_LPA); in lan7x_update_flowcontrol()
|
/openbmc/linux/drivers/net/ethernet/ibm/emac/ |
H A D | phy.c | 224 int lpa = phy_read(phy, MII_LPA) & phy_read(phy, MII_ADVERTISE); in genmii_read_link()
|