Home
last modified time | relevance | path

Searched refs:MII_ADVERTISE (Results 1 – 17 of 17) 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/phy/
A Dphy.c51 adv = phy_read(phydev, MDIO_DEVAD_NONE, MII_ADVERTISE); in genphy_config_advert()
77 err = phy_write(phydev, MDIO_DEVAD_NONE, MII_ADVERTISE, adv); in genphy_config_advert()
337 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/usb/eth/
A Dr8152.h533 #define MII_ADVERTISE 0x04 /* Advertisement control reg */ macro
A Dr8152.c1003 anar = r8152_mdio_read(tp, MII_ADVERTISE); in rtl8152_set_speed()
1063 r8152_mdio_write(tp, MII_ADVERTISE, anar); in rtl8152_set_speed()
1136 anar = r8152_mdio_read(tp, MII_ADVERTISE); in r8152b_enable_fc()
1138 r8152_mdio_write(tp, MII_ADVERTISE, anar); in r8152b_enable_fc()
A Dlan7x.c277 lcladv = lan7x_mdio_read(udev, dev->phy_id, MII_ADVERTISE); in lan7x_update_flowcontrol()
A Dmcs7830.c319 rc = mcs7830_write_phy(udev, MII_ADVERTISE, adv); in mcs7830_set_autoneg()
A Dasix.c402 asix_mdio_write(dev, dev->phy_id, MII_ADVERTISE, in asix_basic_reset()
A Dasix88179.c351 asix_write_cmd(dev, AX_ACCESS_PHY, 0x03, MII_ADVERTISE, 2, &adv); in asix_basic_reset()
A Dsmsc95xx.c345 smsc95xx_mdio_write(udev, dev->phy_id, MII_ADVERTISE, in smsc95xx_phy_initialize()
/u-boot/drivers/net/
A Dsmc911x.c251 smc911x_eth_phy_write(priv, 1, MII_ADVERTISE, 0x01e1); in smc911x_phy_configure()
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.c525 macb_mdio_write(macb, macb->phy_addr, MII_ADVERTISE, adv); in macb_phy_reset()
749 adv = macb_mdio_read(macb, macb->phy_addr, MII_ADVERTISE); in macb_phy_init()
A Dbcm6368-eth.c262 port->phy_id, MII_ADVERTISE); in bcm6368_eth_adjust_link()
A Dfec_mxc.c260 fec_mdio_write(eth, fec->phy_id, MII_ADVERTISE, in miiphy_restart_aneg()

Completed in 47 milliseconds