Home
last modified time | relevance | path

Searched refs:mii_chip_table (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/sis/
H A Dsis900.c130 } mii_chip_table[] = { variable
652 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()
H A Dsis190.c315 } mii_chip_table[] = { variable
1339 for (p = mii_chip_table; p->type; p++) { in sis190_init_phy()