/linux-4.4.14/drivers/net/ethernet/broadcom/genet/ |
D | bcmmii.c | 262 (priv->phy_interface != PHY_INTERFACE_MODE_MOCA); in bcmgenet_mii_config() 265 priv->phy_interface = PHY_INTERFACE_MODE_NA; in bcmgenet_mii_config() 267 switch (priv->phy_interface) { in bcmgenet_mii_config() 285 } else if (priv->phy_interface == PHY_INTERFACE_MODE_MOCA) { in bcmgenet_mii_config() 331 dev_err(kdev, "unknown phy mode: %d\n", priv->phy_interface); in bcmgenet_mii_config() 368 phy_flags, priv->phy_interface); in bcmgenet_mii_probe() 378 priv->phy_interface); in bcmgenet_mii_probe() 532 priv->phy_interface = phy_mode; in bcmgenet_mii_of_init() 545 priv->phy_interface = PHY_INTERFACE_MODE_NA; in bcmgenet_mii_of_init() 568 if (pd->phy_interface != PHY_INTERFACE_MODE_MOCA && pd->mdio_enabled) { in bcmgenet_mii_pd_init() [all …]
|
D | bcmgenet.h | 608 phy_interface_t phy_interface; member
|
D | bcmgenet.c | 1847 } else if (priv->phy_interface == PHY_INTERFACE_MODE_MOCA) { in bcmgenet_link_intr_enable() 1895 if (priv->phy_interface == PHY_INTERFACE_MODE_MOCA) { in init_umac()
|
/linux-4.4.14/drivers/staging/netlogic/ |
D | platform_net.c | 97 .phy_interface = PHY_INTERFACE_MODE_SGMII, in gmac_controller2_init() 165 ndata0.phy_interface = PHY_INTERFACE_MODE_RGMII; in xls_gmac_init() 179 ndata0.phy_interface = PHY_INTERFACE_MODE_SGMII; in xls_gmac_init() 202 .phy_interface = PHY_INTERFACE_MODE_RGMII, in xlr_gmac_init()
|
D | platform_net.h | 43 int phy_interface; member
|
D | xlr_net.c | 322 if (priv->nd->phy_interface == PHY_INTERFACE_MODE_RGMII || in xlr_hw_set_mac_addr() 323 priv->nd->phy_interface == PHY_INTERFACE_MODE_SGMII) in xlr_hw_set_mac_addr() 842 &xlr_gmac_link_adjust, priv->nd->phy_interface); in xlr_mii_probe() 917 priv->nd->phy_interface == PHY_INTERFACE_MODE_RGMII) in xlr_port_enable()
|
/linux-4.4.14/include/linux/platform_data/ |
D | bcmgenet.h | 10 phy_interface_t phy_interface; member
|
/linux-4.4.14/include/linux/ |
D | sh_eth.h | 13 phy_interface_t phy_interface; member
|
D | smsc911x.h | 34 phy_interface_t phy_interface; member
|
/linux-4.4.14/arch/sh/boards/mach-rsk/ |
D | devices-rsk7269.c | 22 .phy_interface = PHY_INTERFACE_MODE_MII,
|
D | devices-rsk7264.c | 20 .phy_interface = PHY_INTERFACE_MODE_MII,
|
D | devices-rsk7203.c | 24 .phy_interface = PHY_INTERFACE_MODE_MII,
|
/linux-4.4.14/drivers/net/ethernet/freescale/ |
D | ucc_geth.c | 1343 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 …]
|
D | fec_main.c | 997 if (fep->phy_interface == PHY_INTERFACE_MODE_RGMII || in fec_restart() 998 fep->phy_interface == PHY_INTERFACE_MODE_RGMII_ID || in fec_restart() 999 fep->phy_interface == PHY_INTERFACE_MODE_RGMII_RXID || in fec_restart() 1000 fep->phy_interface == PHY_INTERFACE_MODE_RGMII_TXID) in fec_restart() 1002 else if (fep->phy_interface == PHY_INTERFACE_MODE_RMII) in fec_restart() 1030 cfgr = (fep->phy_interface == PHY_INTERFACE_MODE_RMII) in fec_restart() 1929 fep->phy_interface); in fec_enet_mii_probe() 1956 fep->phy_interface); in fec_enet_mii_probe() 3394 fep->phy_interface = pdata->phy; in fec_probe() 3396 fep->phy_interface = PHY_INTERFACE_MODE_MII; in fec_probe() [all …]
|
D | fec.h | 511 phy_interface_t phy_interface; member
|
D | ucc_geth.h | 1219 phy_interface_t phy_interface; member
|
/linux-4.4.14/net/dsa/ |
D | dsa_priv.h | 45 phy_interface_t phy_interface; member
|
D | slave.c | 1007 if (p->phy_interface == PHY_INTERFACE_MODE_NA) in dsa_slave_phy_connect() 1008 p->phy_interface = p->phy->interface; in dsa_slave_phy_connect() 1010 p->phy_interface); in dsa_slave_phy_connect() 1029 p->phy_interface = mode; in dsa_slave_phy_setup() 1067 p->phy_interface); in dsa_slave_phy_setup()
|
/linux-4.4.14/arch/sh/boards/ |
D | board-espt.c | 83 .phy_interface = PHY_INTERFACE_MODE_MII,
|
D | board-apsh4ad0a.c | 48 .phy_interface = PHY_INTERFACE_MODE_MII,
|
D | board-polaris.c | 52 .phy_interface = PHY_INTERFACE_MODE_MII,
|
D | board-apsh4a3a.c | 96 .phy_interface = PHY_INTERFACE_MODE_MII,
|
D | board-magicpanelr2.c | 264 .phy_interface = PHY_INTERFACE_MODE_MII,
|
D | board-sh7757lcr.c | 154 .phy_interface = PHY_INTERFACE_MODE_RGMII_ID, 188 .phy_interface = PHY_INTERFACE_MODE_RGMII_ID,
|
/linux-4.4.14/arch/arm/mach-omap2/ |
D | gpmc-smsc911x.c | 36 .phy_interface = PHY_INTERFACE_MODE_MII,
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-bus-mdio | 11 What: /sys/bus/mdio_bus/devices/.../phy_interface
|
/linux-4.4.14/arch/sh/boards/mach-sh7763rdp/ |
D | setup.c | 91 .phy_interface = PHY_INTERFACE_MODE_MII,
|
/linux-4.4.14/arch/sh/boards/mach-sdk7786/ |
D | setup.c | 68 .phy_interface = PHY_INTERFACE_MODE_MII,
|
/linux-4.4.14/arch/mips/mti-sead3/ |
D | sead3-platform.c | 48 .phy_interface = PHY_INTERFACE_MODE_MII,
|
/linux-4.4.14/arch/arm/mach-pxa/ |
D | csb726.c | 235 .phy_interface = PHY_INTERFACE_MODE_MII,
|
D | raumfeld.c | 304 .phy_interface = PHY_INTERFACE_MODE_MII,
|
/linux-4.4.14/arch/arm/mach-imx/ |
D | mach-kzm_arm11_01.c | 146 .phy_interface = PHY_INTERFACE_MODE_MII,
|
D | mach-mx31lilly.c | 74 .phy_interface = PHY_INTERFACE_MODE_MII,
|
D | mach-pcm037.c | 239 .phy_interface = PHY_INTERFACE_MODE_MII,
|
/linux-4.4.14/arch/sh/kernel/cpu/sh2/ |
D | setup-sh7619.c | 129 .phy_interface = PHY_INTERFACE_MODE_MII,
|
/linux-4.4.14/drivers/net/ethernet/cadence/ |
D | macb.c | 393 bp->phy_interface); in macb_mii_probe() 1685 if (bp->phy_interface == PHY_INTERFACE_MODE_SGMII) in macb_init_hw() 2405 if (bp->phy_interface == PHY_INTERFACE_MODE_RGMII) in macb_init() 2407 else if (bp->phy_interface == PHY_INTERFACE_MODE_RMII && in macb_init() 2421 if (bp->phy_interface == PHY_INTERFACE_MODE_SGMII) in macb_init() 2732 if (bp->phy_interface == PHY_INTERFACE_MODE_RMII) in at91ether_init() 2911 bp->phy_interface = PHY_INTERFACE_MODE_RMII; in macb_probe() 2913 bp->phy_interface = PHY_INTERFACE_MODE_MII; in macb_probe() 2915 bp->phy_interface = err; in macb_probe()
|
D | macb.h | 831 phy_interface_t phy_interface; member
|
/linux-4.4.14/arch/arm/mach-realview/ |
D | core.c | 94 .phy_interface = PHY_INTERFACE_MODE_MII,
|
/linux-4.4.14/drivers/net/ethernet/smsc/ |
D | smsc911x.c | 1027 pdata->config.phy_interface); in smsc911x_mii_probe() 2366 int phy_interface; in smsc911x_probe_config() local 2370 phy_interface = device_get_phy_mode(dev); in smsc911x_probe_config() 2371 if (phy_interface < 0) in smsc911x_probe_config() 2372 phy_interface = PHY_INTERFACE_MODE_NA; in smsc911x_probe_config() 2373 config->phy_interface = phy_interface; in smsc911x_probe_config()
|
/linux-4.4.14/arch/blackfin/mach-bf561/boards/ |
D | acvilon.c | 184 .phy_interface = PHY_INTERFACE_MODE_MII,
|
D | cm_bf561.c | 198 .phy_interface = PHY_INTERFACE_MODE_MII,
|
/linux-4.4.14/drivers/net/ethernet/renesas/ |
D | sh_eth.h | 524 phy_interface_t phy_interface; member
|
D | sh_eth.c | 446 switch (mdp->phy_interface) { in sh_eth_select_mii() 1863 mdp->phy_interface); in sh_eth_phy_init() 1874 mdp->phy_interface); in sh_eth_phy_init() 3042 pdata->phy_interface = of_get_phy_mode(np); in sh_eth_parse_dt() 3130 mdp->phy_interface = pd->phy_interface; in sh_eth_drv_probe()
|
D | ravb.h | 810 phy_interface_t phy_interface; member
|
D | ravb_main.c | 886 priv->phy_interface); in ravb_phy_init() 1733 priv->phy_interface = of_get_phy_mode(np); in ravb_probe()
|
/linux-4.4.14/arch/blackfin/mach-bf533/boards/ |
D | cm_bf533.c | 201 .phy_interface = PHY_INTERFACE_MODE_MII,
|
/linux-4.4.14/arch/arm/mach-s3c64xx/ |
D | mach-smdk6410.c | 198 .phy_interface = PHY_INTERFACE_MODE_MII,
|
/linux-4.4.14/drivers/net/ethernet/allwinner/ |
D | sun4i-emac.c | 86 phy_interface_t phy_interface; member 163 db->phy_interface); in emac_mdio_probe()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/ |
D | bcmsysport.c | 1574 0, priv->phy_interface); in bcm_sysport_open() 1791 priv->phy_interface = of_get_phy_mode(dn); in bcm_sysport_probe() 1793 if (priv->phy_interface < 0) in bcm_sysport_probe() 1794 priv->phy_interface = PHY_INTERFACE_MODE_GMII; in bcm_sysport_probe()
|
D | bcmsysport.h | 674 phy_interface_t phy_interface; member
|
/linux-4.4.14/drivers/net/phy/ |
D | mdio_bus.c | 648 static DEVICE_ATTR_RO(phy_interface);
|
/linux-4.4.14/arch/sh/boards/mach-ap325rxa/ |
D | setup.c | 47 .phy_interface = PHY_INTERFACE_MODE_MII,
|
/linux-4.4.14/arch/mips/alchemy/devboards/ |
D | db1300.c | 239 .phy_interface = PHY_INTERFACE_MODE_MII,
|
/linux-4.4.14/arch/sh/boards/mach-se/7724/ |
D | setup.c | 379 .phy_interface = PHY_INTERFACE_MODE_MII,
|
/linux-4.4.14/arch/blackfin/mach-bf548/boards/ |
D | cm_bf548.c | 480 .phy_interface = PHY_INTERFACE_MODE_MII,
|
D | ezkit.c | 623 .phy_interface = PHY_INTERFACE_MODE_MII,
|
/linux-4.4.14/drivers/net/ethernet/marvell/ |
D | mvneta.c | 368 phy_interface_t phy_interface; member 2696 pp->phy_interface); in mvneta_mdio_probe() 3310 pp->phy_interface = phy_mode; in mvneta_probe()
|
D | mvpp2.c | 704 phy_interface_t phy_interface; member 3834 switch (port->phy_interface) { in mvpp2_port_mii_set() 3897 if (port->phy_interface == PHY_INTERFACE_MODE_SGMII) in mvpp2_port_loopback_set() 5542 port->phy_interface); in mvpp2_phy_connect() 6177 port->phy_interface = phy_mode; in mvpp2_port_probe()
|
/linux-4.4.14/drivers/net/ethernet/synopsys/ |
D | dwc_eth_qos.c | 600 phy_interface_t phy_interface; member 963 lp->phy_interface); in dwceqos_mii_probe() 2919 lp->phy_interface = ret; in dwceqos_probe()
|
/linux-4.4.14/arch/sh/boards/mach-ecovec24/ |
D | setup.c | 164 .phy_interface = PHY_INTERFACE_MODE_MII,
|