Searched refs:MII_LPA (Results 1 – 15 of 15) sorted by relevance
| /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/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()
|
| H A D | phy.c | 333 lpa &= phy_read(phydev, MDIO_DEVAD_NONE, MII_LPA); in genphy_parse_link()
|
| /openbmc/u-boot/include/linux/ |
| H A D | mii.h | 18 #define MII_LPA 0x05 /* Link partner ability reg */ macro
|
| /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/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()
|
| H A D | macb.c | 596 lpa = macb_mdio_read(macb, MII_LPA); in macb_phy_init()
|
| /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/u-boot/drivers/qe/ |
| H A D | uec_phy.c | 428 status = uec_phy_read(mii_info, MII_LPA); in genmii_read_status()
|