Searched refs:set_sgmii_phy (Results 1 – 5 of 5) sorted by relevance
/external/u-boot/board/freescale/corenet_ds/ |
D | eth_p4080.c | 377 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()
|
D | eth_superhydra.c | 734 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()
|
D | eth_hydra.c | 479 set_sgmii_phy(bus, FM1_DTSEC1, CONFIG_SYS_NUM_FM1_DTSEC, PHY_BASE_ADDR); in board_eth_init()
|
/external/u-boot/include/ |
D | fm_eth.h | 202 void set_sgmii_phy(struct mii_dev *bus, enum fm_port base_port,
|
/external/u-boot/drivers/net/fm/ |
D | init.c | 343 void set_sgmii_phy(struct mii_dev *bus, enum fm_port base_port, in set_sgmii_phy() function
|