Searched refs:phy_iface (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/net/ethernet/stmicro/stmmac/ |
| A D | dwmac-rk.c | 42 phy_interface_t phy_iface; member 1233 if (bsp_priv->phy_iface == PHY_INTERFACE_MODE_RMII) { in rk_gmac_clk_init() 1255 if (bsp_priv->phy_iface == PHY_INTERFACE_MODE_RMII) in rk_gmac_clk_init() 1274 int phy_iface = bsp_priv->phy_iface; in gmac_clk_enable() local 1278 if (phy_iface == PHY_INTERFACE_MODE_RMII) { in gmac_clk_enable() 1316 if (phy_iface == PHY_INTERFACE_MODE_RMII) { in gmac_clk_enable() 1381 of_get_phy_mode(dev->of_node, &bsp_priv->phy_iface); in rk_gmac_setup() 1469 switch (bsp_priv->phy_iface) { in rk_gmac_check_ops() 1483 "unsupported interface %d", bsp_priv->phy_iface); in rk_gmac_check_ops() 1502 switch (bsp_priv->phy_iface) { in rk_gmac_powerup() [all …]
|
| /linux/drivers/net/ethernet/broadcom/genet/ |
| A D | bcmmii.c | 293 phy_interface_t phy_iface = priv->phy_interface; in bcmgenet_mii_probe() local 328 phy_iface = PHY_INTERFACE_MODE_RGMII_ID; in bcmgenet_mii_probe() 331 phy_iface = PHY_INTERFACE_MODE_RGMII_RXID; in bcmgenet_mii_probe() 339 phy_flags, phy_iface); in bcmgenet_mii_probe() 369 phy_iface); in bcmgenet_mii_probe()
|
| /linux/drivers/net/ethernet/altera/ |
| A D | altera_tse_main.c | 705 priv->phy_iface); in connect_local_phy() 720 priv->phy_iface); in connect_local_phy() 735 ret = of_get_phy_mode(np, &priv->phy_iface); in altera_tse_phy_get_addr_mdio_create() 778 if (!priv->phy_iface) in init_phy() 805 0, priv->phy_iface); in init_phy() 817 &altera_tse_adjust_link, 0, priv->phy_iface); in init_phy() 830 if ((priv->phy_iface == PHY_INTERFACE_MODE_MII) || in init_phy() 831 (priv->phy_iface == PHY_INTERFACE_MODE_RMII)) in init_phy() 1094 if (priv->phy_iface != PHY_INTERFACE_MODE_SGMII) in init_sgmii_pcs()
|
| A D | altera_tse.h | 473 phy_interface_t phy_iface; member
|
| /linux/drivers/net/ethernet/samsung/sxgbe/ |
| A D | sxgbe_main.c | 270 int phy_iface = priv->plat->interface; in sxgbe_init_phy() local 288 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 20 milliseconds