Searched refs:MII_STATUS (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dsis900.c545 mii_status = mdio_read(net_dev, phy_addr, MII_STATUS);
619 poll_bit ^= (mdio_read(net_dev, sis_priv->cur_phy, MII_STATUS) & poll_bit);
662 status = mdio_read(net_dev, phy->phy_addr, MII_STATUS);
663 status = mdio_read(net_dev, phy->phy_addr, MII_STATUS);
700 status = mdio_read(net_dev, sis_priv->cur_phy, MII_STATUS);
701 status = mdio_read(net_dev, sis_priv->cur_phy, MII_STATUS);
721 status = mdio_read(net_dev, phy->phy_addr, MII_STATUS);
722 status = mdio_read(net_dev, phy->phy_addr, MII_STATUS);
925 status = mdio_read(net_dev, phy_addr, MII_STATUS);
1221 status = mdio_read(net_dev, sis_priv->cur_phy, MII_STATUS);
[all...]
H A Dsis900.h217 MII_CONTROL = 0x0000, MII_STATUS = 0x0001, MII_PHY_ID0 = 0x0002, enumerator in enum:mii_registers

Completed in 105 milliseconds