Searched refs:lpa (Results 1 – 10 of 10) sorted by relevance
/u-boot/drivers/net/phy/ |
A D | meson-gxl.c | 34 int ret, wol, lpa, exp; in meson_gxl_startup() local 66 lpa = phy_read(phydev, MDIO_DEVAD_NONE, MII_LPA); in meson_gxl_startup() 67 if (lpa < 0) in meson_gxl_startup() 68 return lpa; in meson_gxl_startup() 75 ((exp & EXPANSION_NWAY) && !(lpa & LPA_LPACK))) { in meson_gxl_startup()
|
A D | phy.c | 299 u32 lpa = 0; in genphy_parse_link() local 336 lpa = phy_read(phydev, MDIO_DEVAD_NONE, MII_ADVERTISE); in genphy_parse_link() 337 lpa &= phy_read(phydev, MDIO_DEVAD_NONE, MII_LPA); in genphy_parse_link() 339 if (lpa & (LPA_100FULL | LPA_100HALF)) { in genphy_parse_link() 342 if (lpa & LPA_100FULL) in genphy_parse_link() 345 } else if (lpa & LPA_10FULL) { in genphy_parse_link()
|
/u-boot/drivers/net/ |
A D | dnet.c | 246 u16 phy_id, status, adv, lpa; in dnet_phy_init() local 290 lpa = dnet_mdio_read(dnet, MII_LPA); in dnet_phy_init() 291 media = mii_nway_result(lpa & adv); in dnet_phy_init() 300 lpa); in dnet_phy_init()
|
A D | bcm6368-eth.c | 225 int val, j, up, adv, lpa, speed, duplex, media; in bcm6368_eth_adjust_link() local 264 lpa = bcm6368_mdio_read(priv, external_phy, port->phy_id, in bcm6368_eth_adjust_link() 268 media = mii_nway_result(lpa & adv); in bcm6368_eth_adjust_link() 280 lpa = bcm6368_mdio_read(priv, external_phy, in bcm6368_eth_adjust_link() 284 (lpa & (LPA_1000FULL | LPA_1000HALF))) { in bcm6368_eth_adjust_link() 286 duplex = (lpa & LPA_1000FULL); in bcm6368_eth_adjust_link()
|
A D | macb.c | 676 u16 phy_id, status, adv, lpa; in macb_phy_init() local 738 lpa = macb_mdio_read(macb, macb->phy_addr, MII_STAT1000); in macb_phy_init() 740 if (lpa & (LPA_1000FULL | LPA_1000HALF | LPA_1000XFULL | in macb_phy_init() 742 duplex = ((lpa & (LPA_1000FULL | LPA_1000XFULL)) ? in macb_phy_init() 748 lpa); in macb_phy_init() 773 lpa = macb_mdio_read(macb, macb->phy_addr, MII_LPA); in macb_phy_init() 774 media = mii_nway_result(lpa & adv); in macb_phy_init() 782 lpa); in macb_phy_init()
|
A D | at91_emac.c | 222 u16 phy_id, status, adv, lpa; in at91emac_phy_init() local 260 MII_LPA, &lpa); in at91emac_phy_init() 261 media = mii_nway_result(lpa & adv); in at91emac_phy_init()
|
/u-boot/doc/ |
A D | README.pcap | 36 eth0@10000000: link up, 1000Mbps full-duplex (lpa: 0x7c00)
|
/u-boot/doc/board/sifive/ |
A D | fu540.rst | 140 ethernet@10090000: link up, 1000Mbps full-duplex (lpa: 0x3c00) 184 ethernet@10090000: link up, 1000Mbps full-duplex (lpa: 0x3c00) 232 ethernet@10090000: link up, 1000Mbps full-duplex (lpa: 0x3c00) 252 ethernet@10090000: link up, 1000Mbps full-duplex (lpa: 0x7c00)
|
/u-boot/drivers/nvme/ |
A D | nvme.h | 52 __u8 lpa; member
|
/u-boot/doc/board/microchip/ |
A D | mpfs_icicle.rst | 253 ethernet@20112000: link up, 1000Mbps full-duplex (lpa: 0x7800) 282 ethernet@20112000: link up, 1000Mbps full-duplex (lpa: 0x7800)
|
Completed in 19 milliseconds