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

/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dsis900.c91 u16 phy_id0; member in struct:mii_chip_info
375 u16 phy_id0, phy_id1; local
382 phy_id0 = sis900_mdio_read(phy_addr, MII_PHY_ID0);
388 if (phy_id0 == mii_chip_table[i].phy_id0) {
845 u16 phy_id0, phy_id1; local
860 phy_id0 = sis900_mdio_read(phy_addr, MII_PHY_ID0);
862 if((phy_id0 == 0x0000) && ((phy_id1 & 0xFFF0) == 0x8200)){

Completed in 16 milliseconds