Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/sis/
H A Dsis900.c121 u8 phy_types; member
149 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()
1374 if (mii_phy->phy_types == LAN) { in sis900_check_mode()
/linux/drivers/mmc/host/
H A Dsdhci-xenon-phy.c138 static const char * const phy_types[] = { variable
855 priv->phy_type = match_string(phy_types, NR_PHY_TYPES, phy_name); in xenon_add_phy()
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_type.h147 u64 phy_types; member
H A Di40e_common.c1055 hw->phy.phy_types = le32_to_cpu(abilities->phy_type); in i40e_aq_get_phy_capabilities()
1056 hw->phy.phy_types |= in i40e_aq_get_phy_capabilities()
1365 hw->phy.phy_types = le32_to_cpu(tmp); in i40e_aq_get_link_info()
1366 hw->phy.phy_types |= ((u64)resp->link_type_ext << 32); in i40e_aq_get_link_info()