Searched refs:cboot_get_ethaddr (Results 1 – 5 of 5) sorted by relevance
20 int cboot_get_ethaddr(const void *fdt, uint8_t mac[ETH_ALEN]);42 static inline int cboot_get_ethaddr(const void *fdt, uint8_t mac[ETH_ALEN]) in cboot_get_ethaddr() function
69 err = cboot_get_ethaddr(cboot_fdt, local_mac); in ft_mac_address_setup()
93 err = cboot_get_ethaddr(cboot_fdt, local_mac); in ft_mac_address_setup()
92 err = cboot_get_ethaddr(cboot_fdt, local_mac); in ft_mac_address_setup()
516 int cboot_get_ethaddr(const void *fdt, uint8_t mac[ETH_ALEN]) in cboot_get_ethaddr() function610 err = cboot_get_ethaddr(fdt, mac); in cboot_late_init()
Completed in 11 milliseconds