Home
last modified time | relevance | path

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

/components/drivers/phy/
A Dofw.c81 rt_err_t rt_ofw_get_mac_addr_by_name(struct rt_ofw_node *np, const char *name, rt_uint8_t *addr) in rt_ofw_get_mac_addr_by_name() function
97 if (!rt_ofw_get_mac_addr_by_name(np, "mac-address", addr)) in rt_ofw_get_mac_addr()
100 if (!rt_ofw_get_mac_addr_by_name(np, "local-mac-address", addr)) in rt_ofw_get_mac_addr()
103 if (!rt_ofw_get_mac_addr_by_name(np, "address", addr)) in rt_ofw_get_mac_addr()
A Dofw.h55 rt_err_t rt_ofw_get_mac_addr_by_name(struct rt_ofw_node *np, const char *name, rt_uint8_t *addr);

Completed in 3 milliseconds