Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/ti/
Dtlan.h161 #define TLAN_PHY_NONE 0x20 macro
Dtlan.c2490 priv->phy[0] = TLAN_PHY_NONE; in tlan_phy_detect()
2492 priv->phy[1] = TLAN_PHY_NONE; in tlan_phy_detect()
2502 if ((priv->phy[1] == TLAN_PHY_NONE) && in tlan_phy_detect()
2509 if (priv->phy[1] != TLAN_PHY_NONE) in tlan_phy_detect()
2511 else if (priv->phy[0] != TLAN_PHY_NONE) in tlan_phy_detect()
2530 if ((priv->phy_num == 0) && (priv->phy[1] != TLAN_PHY_NONE)) { in tlan_phy_power_down()