Home
last modified time | relevance | path

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

123

/Linux-v4.19/drivers/net/ethernet/broadcom/genet/
Dbcmmii.c190 (priv->phy_interface != PHY_INTERFACE_MODE_MOCA); in bcmgenet_mii_config()
192 switch (priv->phy_interface) { in bcmgenet_mii_config()
209 } else if (priv->phy_interface == PHY_INTERFACE_MODE_MOCA) { in bcmgenet_mii_config()
255 dev_err(kdev, "unknown phy mode: %d\n", priv->phy_interface); in bcmgenet_mii_config()
293 phy_flags, priv->phy_interface); in bcmgenet_mii_probe()
303 priv->phy_interface); in bcmgenet_mii_probe()
361 if (pd->phy_interface != PHY_INTERFACE_MODE_MOCA && pd->mdio_enabled) { in bcmgenet_mii_pdata_init()
471 priv->phy_interface = phy_mode; in bcmgenet_mii_of_init()
477 if (priv->phy_interface == PHY_INTERFACE_MODE_INTERNAL) in bcmgenet_mii_of_init()
503 if (pd->phy_interface != PHY_INTERFACE_MODE_MOCA && pd->mdio_enabled) { in bcmgenet_mii_pd_init()
[all …]
/Linux-v4.19/drivers/staging/netlogic/
Dplatform_net.c98 .phy_interface = PHY_INTERFACE_MODE_SGMII, in gmac_controller2_init()
166 ndata0.phy_interface = PHY_INTERFACE_MODE_RGMII; in xls_gmac_init()
180 ndata0.phy_interface = PHY_INTERFACE_MODE_SGMII; in xls_gmac_init()
203 .phy_interface = PHY_INTERFACE_MODE_RGMII, in xlr_gmac_init()
Dplatform_net.h43 int phy_interface; member
Dxlr_net.c314 if (priv->nd->phy_interface == PHY_INTERFACE_MODE_RGMII || in xlr_hw_set_mac_addr()
315 priv->nd->phy_interface == PHY_INTERFACE_MODE_SGMII) in xlr_hw_set_mac_addr()
826 xlr_gmac_link_adjust, priv->nd->phy_interface); in xlr_mii_probe()
892 priv->nd->phy_interface == PHY_INTERFACE_MODE_RGMII) in xlr_port_enable()
/Linux-v4.19/drivers/net/ethernet/marvell/mvpp2/
Dmvpp2_main.c1021 switch (port->phy_interface) { in mvpp22_gop_init()
1069 if (phy_interface_mode_is_rgmii(port->phy_interface) || in mvpp22_gop_unmask_irq()
1070 port->phy_interface == PHY_INTERFACE_MODE_SGMII || in mvpp22_gop_unmask_irq()
1071 port->phy_interface == PHY_INTERFACE_MODE_1000BASEX || in mvpp22_gop_unmask_irq()
1072 port->phy_interface == PHY_INTERFACE_MODE_2500BASEX) { in mvpp22_gop_unmask_irq()
1082 if (port->phy_interface == PHY_INTERFACE_MODE_10GKR) in mvpp22_gop_unmask_irq()
1101 if (phy_interface_mode_is_rgmii(port->phy_interface) || in mvpp22_gop_mask_irq()
1102 port->phy_interface == PHY_INTERFACE_MODE_SGMII || in mvpp22_gop_mask_irq()
1103 port->phy_interface == PHY_INTERFACE_MODE_1000BASEX || in mvpp22_gop_mask_irq()
1104 port->phy_interface == PHY_INTERFACE_MODE_2500BASEX) { in mvpp22_gop_mask_irq()
[all …]
/Linux-v4.19/include/linux/platform_data/
Dbcmgenet.h11 phy_interface_t phy_interface; member
/Linux-v4.19/include/linux/
Dsh_eth.h11 phy_interface_t phy_interface; member
Dsmsc911x.h34 phy_interface_t phy_interface; member
/Linux-v4.19/drivers/net/ethernet/freescale/
Ducc_geth.c1343 if ((ugeth->phy_interface == PHY_INTERFACE_MODE_RMII) || in adjust_enet_interface()
1344 (ugeth->phy_interface == PHY_INTERFACE_MODE_RGMII) || in adjust_enet_interface()
1345 (ugeth->phy_interface == PHY_INTERFACE_MODE_RGMII_ID) || in adjust_enet_interface()
1346 (ugeth->phy_interface == PHY_INTERFACE_MODE_RGMII_RXID) || in adjust_enet_interface()
1347 (ugeth->phy_interface == PHY_INTERFACE_MODE_RGMII_TXID) || in adjust_enet_interface()
1348 (ugeth->phy_interface == PHY_INTERFACE_MODE_RTBI)) { in adjust_enet_interface()
1349 if (ugeth->phy_interface != PHY_INTERFACE_MODE_RMII) in adjust_enet_interface()
1356 if (ugeth->phy_interface != PHY_INTERFACE_MODE_RTBI) in adjust_enet_interface()
1360 if ((ugeth->phy_interface == PHY_INTERFACE_MODE_TBI) || in adjust_enet_interface()
1361 (ugeth->phy_interface == PHY_INTERFACE_MODE_RTBI)) { in adjust_enet_interface()
[all …]
/Linux-v4.19/arch/sh/boards/mach-rsk/
Ddevices-rsk7264.c20 .phy_interface = PHY_INTERFACE_MODE_MII,
Ddevices-rsk7269.c22 .phy_interface = PHY_INTERFACE_MODE_MII,
Ddevices-rsk7203.c24 .phy_interface = PHY_INTERFACE_MODE_MII,
/Linux-v4.19/arch/sh/boards/
Dboard-espt.c82 .phy_interface = PHY_INTERFACE_MODE_MII,
Dboard-apsh4ad0a.c48 .phy_interface = PHY_INTERFACE_MODE_MII,
Dboard-polaris.c53 .phy_interface = PHY_INTERFACE_MODE_MII,
Dboard-apsh4a3a.c96 .phy_interface = PHY_INTERFACE_MODE_MII,
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-bus-mdio11 What: /sys/bus/mdio_bus/devices/.../phy_interface
Dsysfs-class-net-phydev25 What: /sys/class/mdio_bus/<bus>/<device>/phy_interface
/Linux-v4.19/arch/sh/boards/mach-se/770x/
Dsetup.c121 .phy_interface = PHY_INTERFACE_MODE_MII,
/Linux-v4.19/arch/sh/boards/mach-sh7763rdp/
Dsetup.c90 .phy_interface = PHY_INTERFACE_MODE_MII,
/Linux-v4.19/drivers/net/ethernet/socionext/
Dnetsec.c266 phy_interface_t phy_interface; member
419 if (priv->phy_interface != PHY_INTERFACE_MODE_GMII && in netsec_mac_update_to_phy_state()
425 if (phy_interface_mode_is_rgmii(priv->phy_interface)) in netsec_mac_update_to_phy_state()
1293 priv->phy_interface)) { in netsec_netdev_open()
1301 priv->phy_interface); in netsec_netdev_open()
1580 priv->phy_interface = device_get_phy_mode(&pdev->dev); in netsec_probe()
1581 if (priv->phy_interface < 0) { in netsec_probe()
/Linux-v4.19/arch/sh/boards/mach-sdk7786/
Dsetup.c68 .phy_interface = PHY_INTERFACE_MODE_MII,
/Linux-v4.19/arch/arm/mach-pxa/
Dcsb726.c235 .phy_interface = PHY_INTERFACE_MODE_MII,
/Linux-v4.19/arch/sh/kernel/cpu/sh2/
Dsetup-sh7619.c125 .phy_interface = PHY_INTERFACE_MODE_MII,
/Linux-v4.19/arch/arm/mach-imx/
Dmach-kzm_arm11_01.c146 .phy_interface = PHY_INTERFACE_MODE_MII,

123