/openbmc/linux/drivers/phy/microchip/ |
H A D | lan966x_serdes.c | 39 SERDES_MUX(i, p, PHY_MODE_ETHERNET, PHY_INTERFACE_MODE_GMII, m, c) 41 SERDES_MUX(i, p, PHY_MODE_ETHERNET, PHY_INTERFACE_MODE_SGMII, m, c) 43 SERDES_MUX(i, p, PHY_MODE_ETHERNET, PHY_INTERFACE_MODE_QSGMII, m, c) 45 SERDES_MUX(i, p, PHY_MODE_ETHERNET, PHY_INTERFACE_MODE_RGMII, m, c), \ 46 SERDES_MUX(i, p, PHY_MODE_ETHERNET, PHY_INTERFACE_MODE_RGMII_TXID, m, c), \ 47 SERDES_MUX(i, p, PHY_MODE_ETHERNET, PHY_INTERFACE_MODE_RGMII_RXID, m, c), \ 48 SERDES_MUX(i, p, PHY_MODE_ETHERNET, PHY_INTERFACE_MODE_RGMII_ID, m, c) 464 if (mode != PHY_MODE_ETHERNET) in serdes_set_mode()
|
H A D | sparx5_serdes.c | 2266 if (mode != PHY_MODE_ETHERNET) in sparx5_serdes_set_mode() 2334 if (mode != PHY_MODE_ETHERNET) in sparx5_serdes_validate()
|
/openbmc/linux/drivers/phy/mscc/ |
H A D | phy-ocelot-serdes.c | 355 SERDES_MUX(i, p, PHY_MODE_ETHERNET, PHY_INTERFACE_MODE_SGMII, m, c) 357 SERDES_MUX(i, p, PHY_MODE_ETHERNET, PHY_INTERFACE_MODE_QSGMII, m, c) 405 if (mode != PHY_MODE_ETHERNET) in serdes_set_mode()
|
/openbmc/linux/drivers/net/ethernet/microchip/lan966x/ |
H A D | lan966x_phylink.c | 34 err = phy_set_mode_ext(port->serdes, PHY_MODE_ETHERNET, in lan966x_phylink_mac_prepare()
|
/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/ |
H A D | dpaa2-mac.c | 188 err = phy_set_mode_ext(mac->serdes_phy, PHY_MODE_ETHERNET, state->interface); in dpaa2_mac_config() 334 err = phy_validate(mac->serdes_phy, PHY_MODE_ETHERNET, intf, NULL); in dpaa2_mac_set_supported_interfaces()
|
/openbmc/linux/drivers/phy/marvell/ |
H A D | phy-armada38x-comphy.c | 119 if (mode != PHY_MODE_ETHERNET) in a38x_comphy_set_mode()
|
H A D | phy-mvebu-a3700-comphy.c | 243 MVEBU_A3700_COMPHY_CONF(_lane, PHY_MODE_ETHERNET, _smode) 482 case PHY_MODE_ETHERNET: in mvebu_a3700_comphy_set_phy_selector() 1174 case PHY_MODE_ETHERNET: in mvebu_a3700_comphy_power_on()
|
H A D | phy-mvebu-cp110-comphy.c | 192 .mode = PHY_MODE_ETHERNET, \ 781 case PHY_MODE_ETHERNET: in mvebu_comphy_power_on()
|
/openbmc/linux/drivers/phy/freescale/ |
H A D | phy-fsl-lynx-28g.c | 389 if (mode != PHY_MODE_ETHERNET) in lynx_28g_set_mode() 437 if (mode != PHY_MODE_ETHERNET) in lynx_28g_validate()
|
/openbmc/linux/drivers/phy/renesas/ |
H A D | r8a779f0-ether-serdes.c | 292 if (mode != PHY_MODE_ETHERNET) in r8a779f0_eth_serdes_set_mode()
|
/openbmc/linux/include/linux/phy/ |
H A D | phy.h | 41 PHY_MODE_ETHERNET, enumerator
|
/openbmc/linux/drivers/phy/ti/ |
H A D | phy-gmii-sel.c | 79 if (mode != PHY_MODE_ETHERNET) in phy_gmii_sel_mode()
|
/openbmc/linux/drivers/net/ethernet/freescale/fman/ |
H A D | fman_memac.c | 692 return phy_set_mode_ext(memac->serdes, PHY_MODE_ETHERNET, in memac_prepare() 1062 return !phy_validate(mac_dev->fman_mac->serdes, PHY_MODE_ETHERNET, in memac_supports()
|
/openbmc/linux/drivers/net/ethernet/microchip/sparx5/ |
H A D | sparx5_port.c | 720 err = phy_set_mode_ext(port->serdes, PHY_MODE_ETHERNET, portmode); in sparx5_serdes_set()
|
/openbmc/linux/drivers/net/ethernet/ti/ |
H A D | cpsw.c | 644 phy_set_mode_ext(slave->data->ifphy, PHY_MODE_ETHERNET, in cpsw_slave_open()
|
H A D | cpsw_new.c | 786 phy_set_mode_ext(slave->data->ifphy, PHY_MODE_ETHERNET, in cpsw_slave_open()
|
H A D | am65-cpsw-nuss.c | 2087 ret = phy_set_mode_ext(port->slave.ifphy, PHY_MODE_ETHERNET, port->slave.phy_if); in am65_cpsw_nuss_init_slave_ports()
|
/openbmc/linux/drivers/net/ethernet/renesas/ |
H A D | rswitch.c | 1350 err = phy_set_mode_ext(rdev->serdes, PHY_MODE_ETHERNET, in rswitch_serdes_set_params()
|
/openbmc/linux/drivers/net/ethernet/mscc/ |
H A D | ocelot.c | 839 err = phy_set_mode_ext(serdes, PHY_MODE_ETHERNET, in ocelot_port_configure_serdes()
|
/openbmc/linux/drivers/net/ethernet/marvell/ |
H A D | mvneta.c | 3700 ret = phy_set_mode_ext(pp->comphy, PHY_MODE_ETHERNET, interface); in mvneta_comphy_init()
|
/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/ |
H A D | mvpp2_main.c | 1781 ret = phy_set_mode_ext(port->comphy, PHY_MODE_ETHERNET, interface); in mvpp22_comphy_init()
|