Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/sis/
Dsis900.c130 } mii_chip_table[] = { variable
645 for (i = 0; mii_chip_table[i].phy_id1; i++) in sis900_mii_probe()
646 if ((mii_phy->phy_id0 == mii_chip_table[i].phy_id0 ) && in sis900_mii_probe()
647 ((mii_phy->phy_id1 & 0xFFF0) == mii_chip_table[i].phy_id1)){ in sis900_mii_probe()
648 mii_phy->phy_types = mii_chip_table[i].phy_types; in sis900_mii_probe()
649 if (mii_chip_table[i].phy_types == MIX) in sis900_mii_probe()
655 mii_chip_table[i].name, in sis900_mii_probe()
660 if( !mii_chip_table[i].phy_id1 ) { in sis900_mii_probe()
Dsis190.c315 } mii_chip_table[] = { variable
1329 for (p = mii_chip_table; p->type; p++) { in sis190_init_phy()