Searched refs:TLAN_PHY_NONE (Results 1 – 2 of 2) sorted by relevance
161 #define TLAN_PHY_NONE 0x20 macro
2491 priv->phy[0] = TLAN_PHY_NONE; in tlan_phy_detect()2493 priv->phy[1] = TLAN_PHY_NONE; in tlan_phy_detect()2503 if ((priv->phy[1] == TLAN_PHY_NONE) && in tlan_phy_detect()2510 if (priv->phy[1] != TLAN_PHY_NONE) in tlan_phy_detect()2512 else if (priv->phy[0] != TLAN_PHY_NONE) in tlan_phy_detect()2531 if ((priv->phy_num == 0) && (priv->phy[1] != TLAN_PHY_NONE)) { in tlan_phy_power_down()