Searched refs:MII_ADVERTISE (Results 1 – 17 of 17) sorted by relevance
| /u-boot/include/linux/ |
| A D | mii.h | 17 #define MII_ADVERTISE 0x04 /* Advertisement control reg */ macro
|
| /u-boot/common/ |
| A D | miiphyutil.c | 439 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 D | mii.c | 133 { 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 D | phy.c | 51 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 D | davinci_emac.c | 337 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 D | r8152.h | 533 #define MII_ADVERTISE 0x04 /* Advertisement control reg */ macro
|
| A D | r8152.c | 1003 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 D | lan7x.c | 277 lcladv = lan7x_mdio_read(udev, dev->phy_id, MII_ADVERTISE); in lan7x_update_flowcontrol()
|
| A D | mcs7830.c | 319 rc = mcs7830_write_phy(udev, MII_ADVERTISE, adv); in mcs7830_set_autoneg()
|
| A D | asix.c | 402 asix_mdio_write(dev, dev->phy_id, MII_ADVERTISE, in asix_basic_reset()
|
| A D | asix88179.c | 351 asix_write_cmd(dev, AX_ACCESS_PHY, 0x03, MII_ADVERTISE, 2, &adv); in asix_basic_reset()
|
| A D | smsc95xx.c | 345 smsc95xx_mdio_write(udev, dev->phy_id, MII_ADVERTISE, in smsc95xx_phy_initialize()
|
| /u-boot/drivers/net/ |
| A D | smc911x.c | 251 smc911x_eth_phy_write(priv, 1, MII_ADVERTISE, 0x01e1); in smc911x_phy_configure()
|
| A D | ag7xxx.c | 889 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 D | macb.c | 525 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 D | bcm6368-eth.c | 262 port->phy_id, MII_ADVERTISE); in bcm6368_eth_adjust_link()
|
| A D | fec_mxc.c | 260 fec_mdio_write(eth, fec->phy_id, MII_ADVERTISE, in miiphy_restart_aneg()
|
Completed in 47 milliseconds