/external/syslinux/gpxe/src/drivers/net/ |
tg3.c | 482 err = tg3_readphy(tp, MII_BMSR, &phy_status); 483 err |= tg3_readphy(tp, MII_BMSR, &phy_status); 713 tg3_readphy(tp, MII_BMSR, &bmsr); 714 tg3_readphy(tp, MII_BMSR, &bmsr); 720 tg3_readphy(tp, MII_BMSR, &bmsr); 721 tg3_readphy(tp, MII_BMSR, &bmsr); 731 tg3_readphy(tp, MII_BMSR, &bmsr); 734 tg3_readphy(tp, MII_BMSR, &bmsr); 774 tg3_readphy(tp, MII_BMSR, &bmsr); 775 tg3_readphy(tp, MII_BMSR, &bmsr) [all...] |
rtl8139.c | 138 MII_BMCR=0x62, MII_BMSR=0x64, NWayAdvert=0x66, NWayLPAR=0x68,
|
atl1e.c | 133 /* MII_BMSR must read twise */ 134 atl1e_read_phy_reg(hw, MII_BMSR, &phy_data); 135 atl1e_read_phy_reg(hw, MII_BMSR, &phy_data); [all...] |
atl1e.h | [all...] |
mtd80x.c | 907 if (mdio_read(nic, mtdx.phys[0], MII_BMSR) & BMSR_LSTATUS) {
|
pcnet32.c | 915 int mii_status = mdio_read(nic, phy, MII_BMSR);
|
sundance.c | 616 int mii_status = mdio_read(nic, phy, MII_BMSR);
|
etherfabric.c | 184 (void) falcon_mdio_read ( efab, 0, MII_BMSR ); 185 status = falcon_mdio_read ( efab, 0, MII_BMSR ); [all...] |