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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dsis900.c547 mii_status = mdio_read(net_dev, phy_addr, MII_STATUS);
621 poll_bit ^= (mdio_read(net_dev, sis_priv->cur_phy, MII_STATUS) & poll_bit);
664 status = mdio_read(net_dev, phy->phy_addr, MII_STATUS);
665 status = mdio_read(net_dev, phy->phy_addr, MII_STATUS);
702 status = mdio_read(net_dev, sis_priv->cur_phy, MII_STATUS);
703 status = mdio_read(net_dev, sis_priv->cur_phy, MII_STATUS);
723 status = mdio_read(net_dev, phy->phy_addr, MII_STATUS);
724 status = mdio_read(net_dev, phy->phy_addr, MII_STATUS);
924 status = mdio_read(net_dev, phy_addr, MII_STATUS);
1219 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 41 milliseconds