Home
last modified time | relevance | path

Searched refs:phy_config (Results 1 – 25 of 37) sorted by relevance

12

/openbmc/u-boot/board/freescale/lx2160a/
H A Deth_lx2160aqds.c55 struct phy_config { struct
61 } phy_config[SRDS_MAX_LANES]; member
159 const struct phy_config *get_phy_config(u8 serdes, in get_phy_config()
167 return table[i].phy_config; in get_phy_config()
351 static inline void do_phy_config(const struct phy_config *phy_config) in do_phy_config() argument
357 if (!phy_config[i].dpmacid) in do_phy_config()
361 phy_num < ARRAY_SIZE(phy_config[i].phy_address); in do_phy_config()
363 phy_address = phy_config[i].phy_address[phy_num]; in do_phy_config()
366 wriop_set_phy_address(phy_config[i].dpmacid, in do_phy_config()
370 bus = lx2160a_qds_mdio_init(phy_config[i].mdio_bus, in do_phy_config()
[all …]
/openbmc/u-boot/board/gdsys/a38x/
H A Dcontrolcenterdc.c191 phy_config(phydev); in init_host_phys()
H A Dihs_phys.c29 phy_config(phydev); in ihs_phy_config()
/openbmc/u-boot/drivers/net/
H A Dbcm-sf2-eth.c62 phy_config(eth->port[i]); in bcm_sf2_eth_init()
H A Dsunxi_emac.c276 phy_config(priv->phydev); in sunxi_emac_init_phy()
H A Dsh_eth.c529 phy_config(phydev); in sh_eth_phy_config_legacy()
760 phy_config(phydev); in sh_eth_phy_config()
H A Dbcm6348-eth.c406 phy_config(priv->phy_dev); in bcm6348_phy_init()
H A Dpch_gbe.c427 phy_config(phydev); in pch_gbe_phy_init()
H A Dxilinx_emaclite.c306 phy_config(phydev); in setup_phy()
H A Dlpc32xx_eth.c585 phy_config(phydev); in lpc32xx_eth_phylib_init()
H A Dpic32_eth.c333 phy_config(priv->phydev); in pic32_eth_start()
H A Dfec_mxc.c1150 phy_config(phydev); in fec_probe()
1298 phy_config(phydev); in fec_phy_init()
H A Dxilinx_axi_emac.c279 phy_config(phydev); in axiemac_phy_init()
H A Dftgmac100.c240 phy_config(phydev); in ftgmac100_phy_init()
H A Daltera_tse.c445 phy_config(phydev); in tse_phy_init()
H A Dravb.c333 phy_config(phydev); in ravb_phy_config()
H A Dethoc.c625 phy_config(phydev); in ethoc_phy_init()
H A Dzynq_gem.c373 return phy_config(priv->phydev); in zynq_phy_init()
H A Ddesignware.c504 phy_config(phydev); in dw_phy_init()
/openbmc/u-boot/include/
H A Dphy.h217 int phy_config(struct phy_device *phydev);
/openbmc/u-boot/drivers/net/pfe_eth/
H A Dpfe_mdio.c239 phy_config(phydev); in pfe_phy_configure()
/openbmc/u-boot/drivers/video/
H A Dlogicore_dp_tx.c639 u32 phy_config; in initialize() local
643 phy_config = get_reg(dev, REG_PHY_CONFIG); in initialize()
644 set_reg(dev, REG_PHY_CONFIG, phy_config | PHY_CONFIG_GT_ALL_RESET_MASK); in initialize()
665 phy_config & ~PHY_CONFIG_GT_ALL_RESET_MASK); in initialize()
/openbmc/u-boot/drivers/net/ti/
H A Dkeystone_net.c591 phy_config(priv->phydev); in ks2_eth_probe()
/openbmc/u-boot/drivers/net/phy/
H A Dphy.c967 int phy_config(struct phy_device *phydev) in phy_config() function
/openbmc/u-boot/drivers/net/fm/
H A Deth.c723 phy_config(phydev); in init_phy()

12