Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/
Dsis900.c124 u8 phy_types; member
152 u8 phy_types; member
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()
646 mii_phy->phy_types = in sis900_mii_probe()
659 mii_phy->phy_types = UNKNOWN; in sis900_mii_probe()
734 (phy->phy_types != UNKNOWN)) in sis900_default_phy()
740 if (phy->phy_types == HOME) in sis900_default_phy()
742 else if(phy->phy_types == LAN) in sis900_default_phy()
1366 if (mii_phy->phy_types == LAN) { in sis900_check_mode()