Home
last modified time | relevance | path

Searched refs:phy_interface (Results 1 – 25 of 61) sorted by relevance

123

/kernel/linux/linux-5.10/arch/mips/loongson32/common/
Dplatform.c101 switch (plat_dat->phy_interface) { in ls1x_eth_mux_init()
110 plat_dat->phy_interface); in ls1x_eth_mux_init()
115 switch (plat_dat->phy_interface) { in ls1x_eth_mux_init()
124 plat_dat->phy_interface); in ls1x_eth_mux_init()
134 if (plat_dat->phy_interface == PHY_INTERFACE_MODE_RMII) in ls1x_eth_mux_init()
149 .phy_interface = PHY_INTERFACE_MODE_MII,
151 .phy_interface = PHY_INTERFACE_MODE_RMII,
189 .phy_interface = PHY_INTERFACE_MODE_MII,
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/genet/
Dbcmmii.c192 switch (priv->phy_interface) { in bcmgenet_mii_config()
255 dev_err(kdev, "unknown phy mode: %d\n", priv->phy_interface); in bcmgenet_mii_config()
262 (priv->phy_interface != PHY_INTERFACE_MODE_MOCA); in bcmgenet_mii_config()
305 phy_flags, priv->phy_interface); in bcmgenet_mii_probe()
335 priv->phy_interface); in bcmgenet_mii_probe()
393 if (pd->phy_interface != PHY_INTERFACE_MODE_MOCA && pd->mdio_enabled) { in bcmgenet_mii_pdata_init()
491 priv->phy_interface = phy_mode; in bcmgenet_phy_interface_init()
498 if (priv->phy_interface == PHY_INTERFACE_MODE_INTERNAL) in bcmgenet_phy_interface_init()
530 if (priv->phy_interface == PHY_INTERFACE_MODE_MOCA) { in bcmgenet_mii_of_init()
552 if (pd->phy_interface != PHY_INTERFACE_MODE_MOCA && pd->mdio_enabled) { in bcmgenet_mii_pd_init()
[all …]
/kernel/linux/linux-5.10/drivers/staging/netlogic/
Dplatform_net.c69 .phy_interface = PHY_INTERFACE_MODE_SGMII, in gmac_controller2_init()
140 ndata0.phy_interface = PHY_INTERFACE_MODE_RGMII; in xls_gmac_init()
154 ndata0.phy_interface = PHY_INTERFACE_MODE_SGMII; in xls_gmac_init()
177 .phy_interface = PHY_INTERFACE_MODE_RGMII, in xlr_gmac_init()
Dplatform_net.h15 int phy_interface; member
Dxlr_net.c284 if (priv->nd->phy_interface == PHY_INTERFACE_MODE_RGMII || in xlr_hw_set_mac_addr()
285 priv->nd->phy_interface == PHY_INTERFACE_MODE_SGMII) in xlr_hw_set_mac_addr()
794 xlr_gmac_link_adjust, priv->nd->phy_interface); in xlr_mii_probe()
860 priv->nd->phy_interface == PHY_INTERFACE_MODE_RGMII) in xlr_port_enable()
/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/
Ddwmac-intel.c353 plat->phy_interface = PHY_INTERFACE_MODE_SGMII; in ehl_sgmii_data()
369 plat->phy_interface = PHY_INTERFACE_MODE_RGMII; in ehl_rgmii_data()
389 plat->phy_interface = PHY_INTERFACE_MODE_RGMII_ID; in ehl_pse0_rgmii1g_data()
400 plat->phy_interface = PHY_INTERFACE_MODE_SGMII; in ehl_pse0_sgmii1g_data()
421 plat->phy_interface = PHY_INTERFACE_MODE_RGMII_ID; in ehl_pse1_rgmii1g_data()
432 plat->phy_interface = PHY_INTERFACE_MODE_SGMII; in ehl_pse1_sgmii1g_data()
456 plat->phy_interface = PHY_INTERFACE_MODE_SGMII; in tgl_sgmii_data()
555 plat->phy_interface = PHY_INTERFACE_MODE_RMII; in quark_default_data()
Dstmmac_pci.c59 plat->phy_interface = PHY_INTERFACE_MODE_GMII; in stmmac_default_data()
115 plat->phy_interface = PHY_INTERFACE_MODE_GMII; in snps_gmac5_default_data()
/kernel/linux/linux-5.10/include/linux/
Dsh_eth.h11 phy_interface_t phy_interface; member
Dsmsc911x.h21 phy_interface_t phy_interface; member
Dstmmac.h151 phy_interface_t phy_interface; member
/kernel/linux/linux-5.10/include/linux/platform_data/
Dbcmgenet.h11 phy_interface_t phy_interface; member
Dxilinx-ll-temac.h17 phy_interface_t phy_interface; /* PHY interface mode */ member
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/
Ducc_geth.c1340 if ((ugeth->phy_interface == PHY_INTERFACE_MODE_RMII) || in adjust_enet_interface()
1341 (ugeth->phy_interface == PHY_INTERFACE_MODE_RGMII) || in adjust_enet_interface()
1342 (ugeth->phy_interface == PHY_INTERFACE_MODE_RGMII_ID) || in adjust_enet_interface()
1343 (ugeth->phy_interface == PHY_INTERFACE_MODE_RGMII_RXID) || in adjust_enet_interface()
1344 (ugeth->phy_interface == PHY_INTERFACE_MODE_RGMII_TXID) || in adjust_enet_interface()
1345 (ugeth->phy_interface == PHY_INTERFACE_MODE_RTBI)) { in adjust_enet_interface()
1346 if (ugeth->phy_interface != PHY_INTERFACE_MODE_RMII) in adjust_enet_interface()
1353 if (ugeth->phy_interface != PHY_INTERFACE_MODE_RTBI) in adjust_enet_interface()
1357 if ((ugeth->phy_interface == PHY_INTERFACE_MODE_TBI) || in adjust_enet_interface()
1358 (ugeth->phy_interface == PHY_INTERFACE_MODE_RTBI)) { in adjust_enet_interface()
[all …]
/kernel/linux/linux-5.10/arch/sh/boards/mach-rsk/
Ddevices-rsk7269.c19 .phy_interface = PHY_INTERFACE_MODE_MII,
Ddevices-rsk7264.c17 .phy_interface = PHY_INTERFACE_MODE_MII,
Ddevices-rsk7203.c21 .phy_interface = PHY_INTERFACE_MODE_MII,
/kernel/linux/linux-5.10/arch/sh/boards/
Dboard-espt.c79 .phy_interface = PHY_INTERFACE_MODE_MII,
Dboard-apsh4ad0a.c45 .phy_interface = PHY_INTERFACE_MODE_MII,
Dboard-polaris.c53 .phy_interface = PHY_INTERFACE_MODE_MII,
Dboard-apsh4a3a.c93 .phy_interface = PHY_INTERFACE_MODE_MII,
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/mvpp2/
Dmvpp2_main.c1291 switch (port->phy_interface) { in mvpp22_gop_init()
1339 if (phy_interface_mode_is_rgmii(port->phy_interface) || in mvpp22_gop_unmask_irq()
1340 phy_interface_mode_is_8023z(port->phy_interface) || in mvpp22_gop_unmask_irq()
1341 port->phy_interface == PHY_INTERFACE_MODE_SGMII) { in mvpp22_gop_unmask_irq()
1351 if (mvpp2_is_xlg(port->phy_interface)) in mvpp22_gop_unmask_irq()
1370 if (phy_interface_mode_is_rgmii(port->phy_interface) || in mvpp22_gop_mask_irq()
1371 phy_interface_mode_is_8023z(port->phy_interface) || in mvpp22_gop_mask_irq()
1372 port->phy_interface == PHY_INTERFACE_MODE_SGMII) { in mvpp22_gop_mask_irq()
1388 phy_interface_mode_is_rgmii(port->phy_interface) || in mvpp22_gop_setup_irq()
1389 phy_interface_mode_is_8023z(port->phy_interface) || in mvpp22_gop_setup_irq()
[all …]
/kernel/linux/linux-5.10/arch/sh/boards/mach-sh7763rdp/
Dsetup.c87 .phy_interface = PHY_INTERFACE_MODE_MII,
/kernel/linux/linux-5.10/arch/sh/boards/mach-se/770x/
Dsetup.c121 .phy_interface = PHY_INTERFACE_MODE_MII,
/kernel/linux/linux-5.10/arch/sh/boards/mach-sdk7786/
Dsetup.c65 .phy_interface = PHY_INTERFACE_MODE_MII,
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-class-net-phydev29 What: /sys/class/mdio_bus/<bus>/<device>/phy_interface

123