Home
last modified time | relevance | path

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

12

/u-boot/board/freescale/lx2160a/
A Deth_lx2160aqds.c62 struct phy_config { struct
68 } phy_config[SRDS_MAX_LANES]; member
176 return table[i].phy_config; in get_phy_config()
360 static inline void do_phy_config(const struct phy_config *phy_config) in do_phy_config() argument
366 if (!phy_config[i].dpmacid) in do_phy_config()
461 const struct phy_config *phy_config; in board_eth_init() local
530 if (!phy_config) { in board_eth_init()
534 do_phy_config(phy_config); in board_eth_init()
538 if (!phy_config) { in board_eth_init()
542 do_phy_config(phy_config); in board_eth_init()
[all …]
A Deth_lx2162aqds.c62 struct phy_config { struct
68 } phy_config[SRDS_MAX_LANES]; member
197 return table[i].phy_config; in get_phy_config()
381 static inline void do_phy_config(const struct phy_config *phy_config) in do_phy_config() argument
387 if (!phy_config[i].dpmacid) in do_phy_config()
401 phy_config[i].ioslot); in do_phy_config()
482 const struct phy_config *phy_config; in board_eth_init() local
547 if (!phy_config) { in board_eth_init()
551 do_phy_config(phy_config); in board_eth_init()
555 if (!phy_config) { in board_eth_init()
[all …]
/u-boot/board/gdsys/a38x/
A Dcontrolcenterdc.c197 phy_config(phydev); in init_host_phys()
A Dihs_phys.c31 phy_config(phydev); in ihs_phy_config()
/u-boot/drivers/net/
A Dbcm-sf2-eth.c64 phy_config(eth->port[i]); in bcm_sf2_eth_init()
A Dsunxi_emac.c281 phy_config(priv->phydev); in sunxi_emac_init_phy()
A Dbcm6348-eth.c408 phy_config(priv->phy_dev); in bcm6348_phy_init()
A Dpch_gbe.c431 phy_config(phydev); in pch_gbe_phy_init()
A Dsh_eth.c541 phy_config(phydev); in sh_eth_phy_config_legacy()
772 phy_config(phydev); in sh_eth_phy_config()
A Dxilinx_emaclite.c309 phy_config(phydev); in setup_phy()
A Dlpc32xx_eth.c593 phy_config(phydev); in lpc32xx_eth_phylib_init()
A Dcortina_ni.c492 phy_config(int_phydev); in ca_phy_probe()
504 phy_config(ext_phydev); in ca_phy_probe()
A Dftgmac100.c235 phy_config(phydev); in ftgmac100_phy_init()
A Dpic32_eth.c340 phy_config(priv->phydev); in pic32_eth_start()
A Dhigmacv300.c543 return phy_config(phydev); in higmac_probe()
A Dmt7628-eth.c625 phy_config(priv->phy); in mt7628_eth_probe()
A Dfec_mxc.c1174 phy_config(phydev); in fec_probe()
1333 phy_config(phydev); in fec_phy_init()
A Dfsl_enetc.c298 phy_config(priv->phy); in enetc_config_phy()
/u-boot/drivers/net/pfe_eth/
A Dpfe_mdio.c241 phy_config(phydev); in pfe_phy_configure()
/u-boot/drivers/video/
A Dlogicore_dp_tx.c640 u32 phy_config; in initialize() local
644 phy_config = get_reg(dev, REG_PHY_CONFIG); in initialize()
645 set_reg(dev, REG_PHY_CONFIG, phy_config | PHY_CONFIG_GT_ALL_RESET_MASK); in initialize()
666 phy_config & ~PHY_CONFIG_GT_ALL_RESET_MASK); in initialize()
/u-boot/drivers/net/mscc_eswitch/
A Dfelix_switch.c346 phy_config(phy); in felix_port_enable()
/u-boot/include/
A Dphy.h495 int phy_config(struct phy_device *phydev);
/u-boot/drivers/net/fm/
A Deth.c847 phy_config(fm_eth->phydev); in init_phy()
880 phy_config(phydev); in init_phy()
/u-boot/drivers/net/ldpaa_eth/
A Dldpaa_eth.c37 phy_config(priv->phy); in init_phy()
65 ret = phy_config(phydev); in init_phy()
/u-boot/drivers/net/ti/
A Dkeystone_net.c599 phy_config(priv->phydev); in ks2_eth_probe()

Completed in 42 milliseconds

12