Home
last modified time | relevance | path

Searched refs:MII_ADVERTISE (Results 1 – 21 of 21) sorted by relevance

/u-boot/include/linux/
A Dmii.h17 #define MII_ADVERTISE 0x04 /* Advertisement control reg */ macro
/u-boot/common/
A Dmiiphyutil.c439 if (miiphy_read(devname, addr, MII_ADVERTISE, &adv)) { in miiphy_speed()
502 if (miiphy_read(devname, addr, MII_ADVERTISE, &adv)) { in miiphy_duplex()
/u-boot/cmd/
A Dmii.c133 { MII_ADVERTISE, reg_4_desc_tbl, ARRAY_SIZE(reg_4_desc_tbl),
235 else if ((regno == MII_ADVERTISE) && (pdesc->lo == 0)) { in special_field()
/u-boot/drivers/net/
A Ddnet.c224 dnet_mdio_write(dnet, MII_ADVERTISE, adv); in dnet_phy_reset()
289 adv = dnet_mdio_read(dnet, MII_ADVERTISE); in dnet_phy_init()
A Dat91_emac.c196 MII_ADVERTISE, adv); in at91emac_phy_reset()
258 MII_ADVERTISE, &adv); in at91emac_phy_init()
A Dftmac110.c168 tmp = mdio_read(dev, chip->phy_addr, MII_ADVERTISE); in ftmac110_phyqry()
A Dsmc911x.c265 smc911x_eth_phy_write(priv, 1, MII_ADVERTISE, 0x01e1); in smc911x_phy_configure()
A Dbcm6368-eth.c262 port->phy_id, MII_ADVERTISE); in bcm6368_eth_adjust_link()
A Dag7xxx.c889 ret = ag7xxx_switch_write(priv->bus, port, MII_ADVERTISE, in ag933x_phy_setup_reset_set()
892 ret = ag7xxx_mdio_write(priv->bus, port, 0, MII_ADVERTISE, in ag933x_phy_setup_reset_set()
A Dmacb.c520 macb_mdio_write(macb, macb->phy_addr, MII_ADVERTISE, adv); in macb_phy_reset()
772 adv = macb_mdio_read(macb, macb->phy_addr, MII_ADVERTISE); in macb_phy_init()
A Dfec_mxc.c265 fec_mdio_write(eth, fec->phy_id, MII_ADVERTISE, in miiphy_restart_aneg()
/u-boot/drivers/net/phy/
A Dphy.c50 adv = phy_read(phydev, MDIO_DEVAD_NONE, MII_ADVERTISE); in genphy_config_advert()
76 err = phy_write(phydev, MDIO_DEVAD_NONE, MII_ADVERTISE, adv); in genphy_config_advert()
336 lpa = phy_read(phydev, MDIO_DEVAD_NONE, MII_ADVERTISE); in genphy_parse_link()
/u-boot/drivers/net/ti/
A Ddavinci_emac.c337 if (!davinci_eth_phy_read(phy_addr, MII_ADVERTISE, &val)) in gen_auto_negotiate()
342 davinci_eth_phy_write(phy_addr, MII_ADVERTISE, val); in gen_auto_negotiate()
/u-boot/drivers/qe/
A Duec_phy.c251 adv = uec_phy_read(mii_info, MII_ADVERTISE); in config_genmii_advert()
261 uec_phy_write(mii_info, MII_ADVERTISE, adv); in config_genmii_advert()
/u-boot/drivers/usb/eth/
A Dr8152.h533 #define MII_ADVERTISE 0x04 /* Advertisement control reg */ macro
A Dlan7x.c277 lcladv = lan7x_mdio_read(udev, dev->phy_id, MII_ADVERTISE); in lan7x_update_flowcontrol()
A Dr8152.c1039 anar = r8152_mdio_read(tp, MII_ADVERTISE); in rtl8152_set_speed()
1099 r8152_mdio_write(tp, MII_ADVERTISE, anar); in rtl8152_set_speed()
1172 anar = r8152_mdio_read(tp, MII_ADVERTISE); in r8152b_enable_fc()
1174 r8152_mdio_write(tp, MII_ADVERTISE, anar); in r8152b_enable_fc()
A Dmcs7830.c321 rc = mcs7830_write_phy(udev, MII_ADVERTISE, adv); in mcs7830_set_autoneg()
A Dasix.c409 asix_mdio_write(dev, dev->phy_id, MII_ADVERTISE, in asix_basic_reset()
A Dasix88179.c357 asix_write_cmd(dev, AX_ACCESS_PHY, 0x03, MII_ADVERTISE, 2, &adv); in asix_basic_reset()
A Dsmsc95xx.c352 smsc95xx_mdio_write(udev, dev->phy_id, MII_ADVERTISE, in smsc95xx_phy_initialize()

Completed in 39 milliseconds