Lines Matching refs:phy_interface
199 switch (priv->phy_interface) { in bcmgenet_mii_config()
264 dev_err(kdev, "unknown phy mode: %d\n", priv->phy_interface); in bcmgenet_mii_config()
271 (priv->phy_interface != PHY_INTERFACE_MODE_MOCA); in bcmgenet_mii_config()
300 phy_interface_t phy_iface = priv->phy_interface; in bcmgenet_mii_probe()
333 switch (priv->phy_interface) { in bcmgenet_mii_probe()
435 if (pd->phy_interface != PHY_INTERFACE_MODE_MOCA && pd->mdio_enabled) { in bcmgenet_mii_pdata_init()
533 priv->phy_interface = phy_mode; in bcmgenet_phy_interface_init()
540 if (priv->phy_interface == PHY_INTERFACE_MODE_INTERNAL) in bcmgenet_phy_interface_init()
572 if (priv->phy_interface == PHY_INTERFACE_MODE_MOCA) { in bcmgenet_mii_of_init()
594 if (pd->phy_interface != PHY_INTERFACE_MODE_MOCA && pd->mdio_enabled) { in bcmgenet_mii_pd_init()
601 phydev = phy_attach(priv->dev, phy_name, pd->phy_interface); in bcmgenet_mii_pd_init()
630 priv->phy_interface = pd->phy_interface; in bcmgenet_mii_pd_init()