Home
last modified time | relevance | path

Searched refs:set_sgmii_phy (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/board/freescale/corenet_ds/
H A Deth_p4080.c377 set_sgmii_phy(bus, FM1_DTSEC1, in board_eth_init()
445 set_sgmii_phy(bus, FM2_DTSEC1, CONFIG_SYS_NUM_FM2_DTSEC, PHY_BASE_ADDR); in board_eth_init()
447 set_sgmii_phy(bus, FM2_DTSEC1, CONFIG_SYS_NUM_FM2_DTSEC, PHY_BASE_ADDR); in board_eth_init()
H A Deth_superhydra.c734 set_sgmii_phy(bus, FM2_DTSEC3, PORT_NUM_FM2, PHY_BASE_ADDR); in board_eth_init()
736 set_sgmii_phy(bus, FM2_DTSEC1, PORT_NUM_FM2, PHY_BASE_ADDR); in board_eth_init()
H A Deth_hydra.c479 set_sgmii_phy(bus, FM1_DTSEC1, CONFIG_SYS_NUM_FM1_DTSEC, PHY_BASE_ADDR); in board_eth_init()
/openbmc/u-boot/include/
H A Dfm_eth.h202 void set_sgmii_phy(struct mii_dev *bus, enum fm_port base_port,
/openbmc/u-boot/drivers/net/fm/
H A Dinit.c344 void set_sgmii_phy(struct mii_dev *bus, enum fm_port base_port, in set_sgmii_phy() function