Lines Matching refs:phy_interface
196 switch (priv->phy_interface) { in bcmgenet_mii_config()
259 dev_err(kdev, "unknown phy mode: %d\n", priv->phy_interface); in bcmgenet_mii_config()
266 (priv->phy_interface != PHY_INTERFACE_MODE_MOCA); in bcmgenet_mii_config()
293 phy_interface_t phy_iface = priv->phy_interface; in bcmgenet_mii_probe()
326 switch (priv->phy_interface) { in bcmgenet_mii_probe()
425 if (pd->phy_interface != PHY_INTERFACE_MODE_MOCA && pd->mdio_enabled) { in bcmgenet_mii_pdata_init()
523 priv->phy_interface = phy_mode; in bcmgenet_phy_interface_init()
530 if (priv->phy_interface == PHY_INTERFACE_MODE_INTERNAL) in bcmgenet_phy_interface_init()
562 if (priv->phy_interface == PHY_INTERFACE_MODE_MOCA) { in bcmgenet_mii_of_init()
584 if (pd->phy_interface != PHY_INTERFACE_MODE_MOCA && pd->mdio_enabled) { in bcmgenet_mii_pd_init()
591 phydev = phy_attach(priv->dev, phy_name, pd->phy_interface); in bcmgenet_mii_pd_init()
620 priv->phy_interface = pd->phy_interface; in bcmgenet_mii_pd_init()