| /openbmc/u-boot/board/freescale/lx2160a/ |
| H A D | eth_lx2160aqds.c | 55 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 D | controlcenterdc.c | 191 phy_config(phydev); in init_host_phys()
|
| H A D | ihs_phys.c | 29 phy_config(phydev); in ihs_phy_config()
|
| /openbmc/u-boot/drivers/net/ |
| H A D | bcm-sf2-eth.c | 62 phy_config(eth->port[i]); in bcm_sf2_eth_init()
|
| H A D | sunxi_emac.c | 276 phy_config(priv->phydev); in sunxi_emac_init_phy()
|
| H A D | sh_eth.c | 529 phy_config(phydev); in sh_eth_phy_config_legacy() 760 phy_config(phydev); in sh_eth_phy_config()
|
| H A D | bcm6348-eth.c | 406 phy_config(priv->phy_dev); in bcm6348_phy_init()
|
| H A D | pch_gbe.c | 427 phy_config(phydev); in pch_gbe_phy_init()
|
| H A D | xilinx_emaclite.c | 306 phy_config(phydev); in setup_phy()
|
| H A D | lpc32xx_eth.c | 585 phy_config(phydev); in lpc32xx_eth_phylib_init()
|
| H A D | pic32_eth.c | 333 phy_config(priv->phydev); in pic32_eth_start()
|
| H A D | fec_mxc.c | 1150 phy_config(phydev); in fec_probe() 1298 phy_config(phydev); in fec_phy_init()
|
| H A D | xilinx_axi_emac.c | 279 phy_config(phydev); in axiemac_phy_init()
|
| H A D | ftgmac100.c | 240 phy_config(phydev); in ftgmac100_phy_init()
|
| H A D | altera_tse.c | 445 phy_config(phydev); in tse_phy_init()
|
| H A D | ravb.c | 333 phy_config(phydev); in ravb_phy_config()
|
| H A D | ethoc.c | 625 phy_config(phydev); in ethoc_phy_init()
|
| H A D | zynq_gem.c | 373 return phy_config(priv->phydev); in zynq_phy_init()
|
| H A D | designware.c | 504 phy_config(phydev); in dw_phy_init()
|
| /openbmc/u-boot/include/ |
| H A D | phy.h | 217 int phy_config(struct phy_device *phydev);
|
| /openbmc/u-boot/drivers/net/pfe_eth/ |
| H A D | pfe_mdio.c | 239 phy_config(phydev); in pfe_phy_configure()
|
| /openbmc/u-boot/drivers/video/ |
| H A D | logicore_dp_tx.c | 639 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 D | keystone_net.c | 591 phy_config(priv->phydev); in ks2_eth_probe()
|
| /openbmc/u-boot/drivers/net/phy/ |
| H A D | phy.c | 967 int phy_config(struct phy_device *phydev) in phy_config() function
|
| /openbmc/u-boot/drivers/net/fm/ |
| H A D | eth.c | 723 phy_config(phydev); in init_phy()
|