/third_party/uboot/u-boot-2020.01/common/ |
D | miiphyutil.c | 437 if (miiphy_read(devname, addr, MII_ADVERTISE, &adv)) { in miiphy_speed() 500 if (miiphy_read(devname, addr, MII_ADVERTISE, &adv)) { in miiphy_duplex()
|
/third_party/uboot/u-boot-2020.01/drivers/net/ |
D | dnet.c | 222 dnet_mdio_write(dnet, MII_ADVERTISE, adv); in dnet_phy_reset() 287 adv = dnet_mdio_read(dnet, MII_ADVERTISE); in dnet_phy_init()
|
D | at91_emac.c | 194 MII_ADVERTISE, adv); in at91emac_phy_reset() 256 MII_ADVERTISE, &adv); in at91emac_phy_init()
|
D | smc911x.c | 89 smc911x_eth_phy_write(dev, 1, MII_ADVERTISE, 0x01e1); in smc911x_phy_configure()
|
D | ftmac110.c | 166 tmp = mdio_read(dev, chip->phy_addr, MII_ADVERTISE); in ftmac110_phyqry()
|
D | ag7xxx.c | 882 ret = ag7xxx_switch_write(priv->bus, port, MII_ADVERTISE, in ag933x_phy_setup_reset_set() 885 ret = ag7xxx_mdio_write(priv->bus, port, 0, MII_ADVERTISE, in ag933x_phy_setup_reset_set()
|
D | macb.c | 449 macb_mdio_write(macb, macb->phy_addr, MII_ADVERTISE, adv); in macb_phy_reset() 678 adv = macb_mdio_read(macb, macb->phy_addr, MII_ADVERTISE); in macb_phy_init()
|
D | bcm6368-eth.c | 259 port->phy_id, MII_ADVERTISE); in bcm6368_eth_adjust_link()
|
D | fec_mxc.c | 260 fec_mdio_write(eth, fec->phy_id, MII_ADVERTISE, in miiphy_restart_aneg()
|
/third_party/uboot/u-boot-2020.01/cmd/ |
D | mii.c | 132 { MII_ADVERTISE, reg_4_desc_tbl, ARRAY_SIZE(reg_4_desc_tbl), 234 else if ((regno == MII_ADVERTISE) && (pdesc->lo == 0)) { in special_field()
|
/third_party/uboot/u-boot-2020.01/include/linux/ |
D | mii.h | 17 #define MII_ADVERTISE 0x04 /* Advertisement control reg */ macro
|
/third_party/uboot/u-boot-2020.01/drivers/net/phy/ |
D | phy.c | 46 adv = phy_read(phydev, MDIO_DEVAD_NONE, MII_ADVERTISE); in genphy_config_advert() 72 err = phy_write(phydev, MDIO_DEVAD_NONE, MII_ADVERTISE, adv); in genphy_config_advert() 332 lpa = phy_read(phydev, MDIO_DEVAD_NONE, MII_ADVERTISE); in genphy_parse_link()
|
/third_party/uboot/u-boot-2020.01/drivers/net/ti/ |
D | davinci_emac.c | 334 if (!davinci_eth_phy_read(phy_addr, MII_ADVERTISE, &val)) in gen_auto_negotiate() 339 davinci_eth_phy_write(phy_addr, MII_ADVERTISE, val); in gen_auto_negotiate()
|
/third_party/uboot/u-boot-2020.01/drivers/qe/ |
D | uec_phy.c | 241 adv = uec_phy_read(mii_info, MII_ADVERTISE); in config_genmii_advert() 251 uec_phy_write(mii_info, MII_ADVERTISE, adv); in config_genmii_advert()
|
/third_party/uboot/u-boot-2020.01/drivers/usb/eth/ |
D | r8152.c | 879 anar = r8152_mdio_read(tp, MII_ADVERTISE); in rtl8152_set_speed() 939 r8152_mdio_write(tp, MII_ADVERTISE, anar); in rtl8152_set_speed() 1002 anar = r8152_mdio_read(tp, MII_ADVERTISE); in r8152b_enable_fc() 1004 r8152_mdio_write(tp, MII_ADVERTISE, anar); in r8152b_enable_fc()
|
D | r8152.h | 487 #define MII_ADVERTISE 0x04 /* Advertisement control reg */ macro
|
D | lan7x.c | 275 lcladv = lan7x_mdio_read(udev, dev->phy_id, MII_ADVERTISE); in lan7x_update_flowcontrol()
|
D | mcs7830.c | 318 rc = mcs7830_write_phy(udev, MII_ADVERTISE, adv); in mcs7830_set_autoneg()
|
D | asix.c | 406 asix_mdio_write(dev, dev->phy_id, MII_ADVERTISE, in asix_basic_reset()
|
D | asix88179.c | 355 asix_write_cmd(dev, AX_ACCESS_PHY, 0x03, MII_ADVERTISE, 2, &adv); in asix_basic_reset()
|
D | smsc95xx.c | 349 smsc95xx_mdio_write(udev, dev->phy_id, MII_ADVERTISE, in smsc95xx_phy_initialize()
|