Searched refs:mii_chip_table (Results 1 – 2 of 2) sorted by relevance
130 } mii_chip_table[] = { variable652 for (i = 0; mii_chip_table[i].phy_id1; i++) in sis900_mii_probe()653 if ((mii_phy->phy_id0 == mii_chip_table[i].phy_id0 ) && in sis900_mii_probe()654 ((mii_phy->phy_id1 & 0xFFF0) == mii_chip_table[i].phy_id1)){ in sis900_mii_probe()655 mii_phy->phy_types = mii_chip_table[i].phy_types; in sis900_mii_probe()656 if (mii_chip_table[i].phy_types == MIX) in sis900_mii_probe()662 mii_chip_table[i].name, in sis900_mii_probe()667 if( !mii_chip_table[i].phy_id1 ) { in sis900_mii_probe()
315 } mii_chip_table[] = { variable1339 for (p = mii_chip_table; p->type; p++) { in sis190_init_phy()