Searched refs:MII_LPA (Results 1 - 11 of 11) sorted by relevance

/u-boot/drivers/net/phy/
H A Dxilinx_phy.c48 status = phy_read(phydev, MDIO_DEVAD_NONE, MII_LPA);
H A Dmeson-gxl.c17 * but the value found in MII_LPA is wrong:
18 * - Early failures: MII_LPA is just 0x0001. if MII_EXPANSION reports that
21 * - Late failures: MII_LPA is filled with a value which seems to make sense
25 * it means MII_LPA is likely to be wrong.
66 lpa = phy_read(phydev, MDIO_DEVAD_NONE, MII_LPA);
H A Dphy.c340 lpa &= phy_read(phydev, MDIO_DEVAD_NONE, MII_LPA);
/u-boot/common/
H A Dmiiphyutil.c434 if (miiphy_read(devname, addr, MII_LPA, &anlpar)) {
467 if (miiphy_read(devname, addr, MII_LPA, &anlpar)) {
497 if (miiphy_read(devname, addr, MII_LPA, &anlpar)) {
/u-boot/include/linux/
H A Dmii.h20 #define MII_LPA 0x05 /* Link partner ability reg */ macro
/u-boot/cmd/
H A Dmii.c135 { MII_LPA, reg_5_desc_tbl, ARRAY_SIZE(reg_5_desc_tbl),
244 else if ((regno == MII_LPA) && (pdesc->lo == 0)) {
/u-boot/drivers/net/ti/
H A Ddavinci_emac.c295 davinci_eth_phy_read(phy_addr, MII_LPA, &tmp);
526 davinci_eth_phy_read(active_phy_addr[index], MII_LPA, &lpa_val);
/u-boot/drivers/usb/eth/
H A Dlan7x.c278 rmtadv = lan7x_mdio_read(udev, dev->phy_id, MII_LPA);
H A Dr8152.h534 #define MII_LPA 0x05 /* Link partner ability reg */ macro
/u-boot/drivers/net/
H A Dbcm6368-eth.c266 MII_LPA);
H A Dmacb.c760 lpa = macb_mdio_read(macb, macb->phy_addr, MII_LPA);

Completed in 164 milliseconds