Lines Matching refs:phy_interface
202 switch (priv->phy_interface) { in bcmgenet_mii_config()
267 dev_err(kdev, "unknown phy mode: %d\n", priv->phy_interface); in bcmgenet_mii_config()
274 (priv->phy_interface != PHY_INTERFACE_MODE_MOCA); in bcmgenet_mii_config()
305 phy_interface_t phy_iface = priv->phy_interface; in bcmgenet_mii_probe()
338 switch (priv->phy_interface) { in bcmgenet_mii_probe()
440 if (pd->phy_interface != PHY_INTERFACE_MODE_MOCA && pd->mdio_enabled) { in bcmgenet_mii_pdata_init()
542 priv->phy_interface = phy_mode; in bcmgenet_phy_interface_init()
549 if (priv->phy_interface == PHY_INTERFACE_MODE_INTERNAL) in bcmgenet_phy_interface_init()
581 if (priv->phy_interface == PHY_INTERFACE_MODE_MOCA) { in bcmgenet_mii_of_init()
603 if (pd->phy_interface != PHY_INTERFACE_MODE_MOCA && pd->mdio_enabled) { in bcmgenet_mii_pd_init()
610 phydev = phy_attach(priv->dev, phy_name, pd->phy_interface); in bcmgenet_mii_pd_init()
639 priv->phy_interface = pd->phy_interface; in bcmgenet_mii_pd_init()