Home
last modified time | relevance | path

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

/openbmc/linux/net/core/
H A Dof_net.c61 int of_get_mac_address_nvmem(struct device_node *np, u8 *addr) in of_get_mac_address_nvmem() function
98 EXPORT_SYMBOL(of_get_mac_address_nvmem);
145 return of_get_mac_address_nvmem(np, addr); in of_get_mac_address()
/openbmc/linux/include/linux/
H A Dof_net.h17 extern int of_get_mac_address_nvmem(struct device_node *np, u8 *mac);
32 static inline int of_get_mac_address_nvmem(struct device_node *np, u8 *mac) in of_get_mac_address_nvmem() function
/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_main.c6150 ret = of_get_mac_address_nvmem(to_of_node(fwnode), fw_mac_addr); in mvpp2_port_copy_mac_addr()