Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/sis/
Dsis900.c130 } mii_chip_table[] = { variable
642 for (i = 0; mii_chip_table[i].phy_id1; i++) in sis900_mii_probe()
643 if ((mii_phy->phy_id0 == mii_chip_table[i].phy_id0 ) && in sis900_mii_probe()
644 ((mii_phy->phy_id1 & 0xFFF0) == mii_chip_table[i].phy_id1)){ in sis900_mii_probe()
645 mii_phy->phy_types = mii_chip_table[i].phy_types; in sis900_mii_probe()
646 if (mii_chip_table[i].phy_types == MIX) in sis900_mii_probe()
652 mii_chip_table[i].name, in sis900_mii_probe()
657 if( !mii_chip_table[i].phy_id1 ) { in sis900_mii_probe()
Dsis190.c315 } mii_chip_table[] = { variable
1331 for (p = mii_chip_table; p->type; p++) { in sis190_init_phy()