Searched refs:phy_iface (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/genet/ |
H A D | bcmmii.c | 300 phy_interface_t phy_iface = priv->phy_interface; in bcmgenet_mii_probe() local 335 phy_iface = PHY_INTERFACE_MODE_RGMII_ID; in bcmgenet_mii_probe() 338 phy_iface = PHY_INTERFACE_MODE_RGMII_RXID; in bcmgenet_mii_probe() 346 phy_flags, phy_iface); in bcmgenet_mii_probe() 376 phy_iface); in bcmgenet_mii_probe()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/ |
H A D | dwmac-rk.c | 40 phy_interface_t phy_iface; member 1080 if (bsp_priv->phy_iface == PHY_INTERFACE_MODE_RMII) { in rk_gmac_clk_init() 1102 if (bsp_priv->phy_iface == PHY_INTERFACE_MODE_RMII) in rk_gmac_clk_init() 1121 int phy_iface = bsp_priv->phy_iface; in gmac_clk_enable() local 1125 if (phy_iface == PHY_INTERFACE_MODE_RMII) { in gmac_clk_enable() 1163 if (phy_iface == PHY_INTERFACE_MODE_RMII) { in gmac_clk_enable() 1224 of_get_phy_mode(dev->of_node, &bsp_priv->phy_iface); in rk_gmac_setup() 1301 switch (bsp_priv->phy_iface) { in rk_gmac_powerup() 1357 switch (bsp_priv->phy_iface) { in rk_fix_speed() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/stmicro/stmmac/ |
H A D | dwmac-rk.c | 62 phy_interface_t phy_iface; member 1214 if (bsp_priv->phy_iface == PHY_INTERFACE_MODE_RMII) in rk3588_set_gmac_speed() 1220 if (bsp_priv->phy_iface == PHY_INTERFACE_MODE_RMII) in rk3588_set_gmac_speed() 1226 if (bsp_priv->phy_iface != PHY_INTERFACE_MODE_RMII) in rk3588_set_gmac_speed() 1494 int phy_iface = bsp_priv->phy_iface; in rk_gmac_clk_init() local 1500 if (phy_iface == PHY_INTERFACE_MODE_RMII) in rk_gmac_clk_init() 1511 if (phy_iface == PHY_INTERFACE_MODE_RMII) { in rk_gmac_clk_init() 1529 } else if (phy_iface == PHY_INTERFACE_MODE_RMII) { in rk_gmac_clk_init() 1617 of_get_phy_mode(dev->of_node, &bsp_priv->phy_iface); in rk_gmac_setup() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/altera/ |
H A D | altera_tse_main.c | 709 priv->phy_iface); in connect_local_phy() 724 priv->phy_iface); in connect_local_phy() 739 ret = of_get_phy_mode(np, &priv->phy_iface); in altera_tse_phy_get_addr_mdio_create() 782 if (!priv->phy_iface) in init_phy() 809 0, priv->phy_iface); in init_phy() 821 &altera_tse_adjust_link, 0, priv->phy_iface); in init_phy() 834 if ((priv->phy_iface == PHY_INTERFACE_MODE_MII) || in init_phy() 835 (priv->phy_iface == PHY_INTERFACE_MODE_RMII)) in init_phy() 1098 if (priv->phy_iface != PHY_INTERFACE_MODE_SGMII) in init_sgmii_pcs()
|
H A D | altera_tse.h | 473 phy_interface_t phy_iface; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/asp2/ |
H A D | bcmasp_intf.c | 989 phy_interface_t phy_iface = intf->phy_interface; in bcmasp_netif_init() local 1031 switch (phy_iface) { in bcmasp_netif_init() 1033 phy_iface = PHY_INTERFACE_MODE_RGMII_ID; in bcmasp_netif_init() 1036 phy_iface = PHY_INTERFACE_MODE_RGMII_RXID; in bcmasp_netif_init() 1045 phy_iface); in bcmasp_netif_init()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/samsung/sxgbe/ |
H 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()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/samsung/sxgbe/ |
H 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()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/altera/ |
H A D | altera_tse.h | 466 phy_interface_t phy_iface; member
|
H A D | altera_tse_main.c | 611 ret = of_get_phy_mode(np, &priv->phy_iface); in altera_tse_phy_get_addr_mdio_create() 1445 priv->phy_iface, &alt_tse_phylink_ops); in altera_tse_probe()
|
Completed in 19 milliseconds