Searched refs:phy_iface (Results 1 – 6 of 6) sorted by relevance
310 phy_interface_t phy_iface = priv->phy_interface; in bcmgenet_mii_probe() local345 phy_iface = PHY_INTERFACE_MODE_RGMII_ID; in bcmgenet_mii_probe()348 phy_iface = PHY_INTERFACE_MODE_RGMII_RXID; in bcmgenet_mii_probe()356 phy_flags, phy_iface); in bcmgenet_mii_probe()386 phy_iface); in bcmgenet_mii_probe()
71 phy_interface_t phy_iface; member1382 int phy_iface = bsp_priv->phy_iface; in rk_gmac_clk_init() local1389 if (phy_iface == PHY_INTERFACE_MODE_RMII) in rk_gmac_clk_init()1400 if (phy_iface == PHY_INTERFACE_MODE_RMII) { in rk_gmac_clk_init()1412 } else if (phy_iface == PHY_INTERFACE_MODE_RMII) { in rk_gmac_clk_init()1500 bsp_priv->phy_iface = plat->phy_interface; in rk_gmac_setup()1601 switch (bsp_priv->phy_iface) { in rk_gmac_check_ops()1615 "unsupported interface %d", bsp_priv->phy_iface); in rk_gmac_check_ops()1634 switch (bsp_priv->phy_iface) { in rk_gmac_powerup()1703 return bsp_priv->ops->set_speed(bsp_priv, bsp_priv->phy_iface, in rk_set_clk_tx_rate()
993 phy_interface_t phy_iface = intf->phy_interface; in bcmasp_netif_init() local1035 switch (phy_iface) { in bcmasp_netif_init()1037 phy_iface = PHY_INTERFACE_MODE_RGMII_ID; in bcmasp_netif_init()1040 phy_iface = PHY_INTERFACE_MODE_RGMII_RXID; in bcmasp_netif_init()1049 phy_iface); in bcmasp_netif_init()
466 phy_interface_t phy_iface; member
609 ret = of_get_phy_mode(np, &priv->phy_iface); in altera_tse_phy_get_addr_mdio_create()1438 priv->phy_iface, &alt_tse_phylink_ops); in altera_tse_probe()
270 int phy_iface = priv->plat->interface; in sxgbe_init_phy() local288 phydev = phy_connect(ndev, phy_id_fmt, &sxgbe_adjust_link, phy_iface); in sxgbe_init_phy()296 if ((phy_iface == PHY_INTERFACE_MODE_MII) || in sxgbe_init_phy()297 (phy_iface == PHY_INTERFACE_MODE_RMII)) in sxgbe_init_phy()
Completed in 24 milliseconds