Searched refs:mii_chip_table (Results 1 – 2 of 2) sorted by relevance
129 } mii_chip_table[] = { variable641 for (i = 0; mii_chip_table[i].phy_id1; i++) in sis900_mii_probe()642 if ((mii_phy->phy_id0 == mii_chip_table[i].phy_id0 ) && in sis900_mii_probe()643 ((mii_phy->phy_id1 & 0xFFF0) == mii_chip_table[i].phy_id1)){ in sis900_mii_probe()644 mii_phy->phy_types = mii_chip_table[i].phy_types; in sis900_mii_probe()645 if (mii_chip_table[i].phy_types == MIX) in sis900_mii_probe()651 mii_chip_table[i].name, in sis900_mii_probe()656 if( !mii_chip_table[i].phy_id1 ) { in sis900_mii_probe()
316 } mii_chip_table[] = { variable1334 for (p = mii_chip_table; p->type; p++) { in sis190_init_phy()