Searched refs:MII_ADVERTISE (Results 1 - 12 of 12) sorted by relevance
/vbox/src/VBox/Devices/PC/ipxe/src/include/ |
H A D | mii.h | 21 #define MII_ADVERTISE 0x04 /* Advertisement control reg */ macro
|
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ |
H A D | bnx2.c | 414 bnx2_read_phy(bp, MII_ADVERTISE, &local_adv); 508 bnx2_read_phy(bp, MII_ADVERTISE, &local_adv); 547 bnx2_read_phy(bp, MII_ADVERTISE, &local_adv); 801 bnx2_read_phy(bp, MII_ADVERTISE, &adv); 818 bnx2_write_phy(bp, MII_ADVERTISE, adv & 827 bnx2_write_phy(bp, MII_ADVERTISE, adv); 844 bnx2_read_phy(bp, MII_ADVERTISE, &adv); 859 bnx2_write_phy(bp, MII_ADVERTISE, new_adv); 908 bnx2_read_phy(bp, MII_ADVERTISE, &adv_reg); 934 bnx2_write_phy(bp, MII_ADVERTISE, new_adv_re [all...] |
H A D | amd8111e.c | 468 amd8111e_read_phy(lp, lp->ext_phy_addr, MII_ADVERTISE, ®_val); 483 amd8111e_read_phy(lp, lp->ext_phy_addr, MII_ADVERTISE, ®_val);
|
H A D | sis190.c | 508 adv = mdio_read(ioaddr, phy_id, MII_ADVERTISE); 1073 val = mdio_read(ioaddr, phy_id, MII_ADVERTISE); 1075 // Enable 10/100 Full/Half Mode, leave MII_ADVERTISE bit4:0 1077 mdio_write(ioaddr, phy_id, MII_ADVERTISE, (val & ADVERTISE_SLCT) |
|
H A D | forcedeth.c | 512 adv = mii_rw ( priv, priv->phyaddr, MII_ADVERTISE, MII_READ ); 1339 reg = mii_rw ( priv, priv->phyaddr, MII_ADVERTISE, MII_READ ); 1342 if ( mii_rw ( priv, priv->phyaddr, MII_ADVERTISE, reg ) ) { 1588 mii_rw ( priv, priv->phyaddr, MII_ADVERTISE, reg );
|
H A D | sundance.c | 630 mdio_read(nic, phy, MII_ADVERTISE); 721 mdio_read(nic, sdc->phys[0], MII_ADVERTISE);
|
H A D | atl1e.c | 1469 ret_val = atl1e_write_phy_reg(hw, MII_ADVERTISE, mii_autoneg_adv_reg); 1733 err = atl1e_write_phy_reg(hw, MII_ADVERTISE, hw->mii_autoneg_adv_reg);
|
H A D | tlan.c | 1501 TLan_MiiWriteReg(nic, phy, MII_ADVERTISE, 1597 TLan_MiiReadReg(nic, phy, MII_ADVERTISE, &an_adv);
|
H A D | atl1e.h | 875 #define MII_ADVERTISE 0x04 macro
|
H A D | jme.c | 99 MII_ADVERTISE, ADVERTISE_ALL |
|
H A D | etherfabric.c | 119 mii_advertise = falcon_mdio_read ( efab, 0, MII_ADVERTISE );
|
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/tg3/ |
H A D | tg3_phy.c | 751 if (tg3_readphy(tp, MII_ADVERTISE, &adv_reg)) 809 err = tg3_writephy(tp, MII_ADVERTISE, new_adv); 1072 if (tg3_readphy(tp, MII_ADVERTISE, lcladv)) 1094 tg3_writephy(tp, MII_ADVERTISE, *lcladv | reqadv); 1236 if (!tg3_readphy(tp, MII_ADVERTISE, ®))
|
Completed in 114 milliseconds