Home
last modified time | relevance | path

Searched refs:calxedaxgmac_initialize (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/board/highbank/
H A Dhighbank.c55 rc += calxedaxgmac_initialize(0, 0xfff50000); in board_eth_init()
56 rc += calxedaxgmac_initialize(1, 0xfff51000); in board_eth_init()
/openbmc/u-boot/include/
H A Dnetdev.h31 int calxedaxgmac_initialize(u32 id, ulong base_addr);
/openbmc/u-boot/drivers/net/
H A Dcalxedaxgmac.c500 int calxedaxgmac_initialize(u32 id, ulong base_addr) in calxedaxgmac_initialize() function