Home
last modified time | relevance | path

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

/external/u-boot/drivers/net/
Dlan91c96.c116 static int get_rom_mac(struct eth_device *dev, unsigned char *v_rom_mac);
708 if (!get_rom_mac(dev, v_mac)) { in smc_get_ethaddr()
725 static int get_rom_mac(struct eth_device *dev, unsigned char *v_rom_mac) in get_rom_mac() function
787 get_rom_mac(dev, dev->enetaddr); in lan91c96_initialize()