Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/cavium/thunder/
Dthunder_bgx.c972 struct device_node *np_child; in bgx_init_of_phy() local
983 for_each_child_of_node(np, np_child) { in bgx_init_of_phy()
984 struct device_node *phy_np = of_parse_phandle(np_child, in bgx_init_of_phy()
990 mac = of_get_mac_address(np_child); in bgx_init_of_phy()
998 of_node_put(np_child); in bgx_init_of_phy()