Home
last modified time | relevance | path

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

/openbmc/u-boot/common/
H A Dmiiphyutil.c432 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/u-boot/drivers/net/phy/
H A Dmeson-gxl.c66 lpa = phy_read(phydev, MDIO_DEVAD_NONE, MII_LPA); in meson_gxl_startup()
H A Dxilinx_phy.c47 status = phy_read(phydev, MDIO_DEVAD_NONE, MII_LPA); in xilinxphy_startup()
H A Dphy.c333 lpa &= phy_read(phydev, MDIO_DEVAD_NONE, MII_LPA); in genphy_parse_link()
/openbmc/u-boot/include/linux/
H A Dmii.h18 #define MII_LPA 0x05 /* Link partner ability reg */ macro
/openbmc/u-boot/cmd/
H A Dmii.c26 { MII_LPA, "Autonegotiation partner abilities register" },
230 else if ((regno == MII_LPA) && (pdesc->lo == 0)) { in special_field()
/openbmc/u-boot/drivers/net/ti/
H A Ddavinci_emac.c291 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 Ddnet.c288 lpa = dnet_mdio_read(dnet, MII_LPA); in dnet_phy_init()
H A Dftmac110.c167 tmp &= mdio_read(dev, chip->phy_addr, MII_LPA); in ftmac110_phyqry()
H A Dat91_emac.c258 MII_LPA, &lpa); in at91emac_phy_init()
H A Dbcm6368-eth.c262 MII_LPA); in bcm6368_eth_adjust_link()
H A Dmacb.c596 lpa = macb_mdio_read(macb, MII_LPA); in macb_phy_init()
/openbmc/u-boot/drivers/usb/eth/
H A Dr8152.h488 #define MII_LPA 0x05 /* Link partner ability reg */ macro
H A Dlan7x.c276 rmtadv = lan7x_mdio_read(udev, dev->phy_id, MII_LPA); in lan7x_update_flowcontrol()
/openbmc/u-boot/drivers/qe/
H A Duec_phy.c428 status = uec_phy_read(mii_info, MII_LPA); in genmii_read_status()