Lines Matching refs:node
116 int node; in board_late_init() local
155 node = fdt_path_offset(blob, "/soc/ethernet@20112000"); in board_late_init()
156 if (node >= 0) { in board_late_init()
157 ret = fdt_setprop(blob, node, "local-mac-address", mac_addr, 6); in board_late_init()
166 node = fdt_path_offset(blob, "/soc/ethernet@20110000"); in board_late_init()
167 if (node >= 0) { in board_late_init()
168 ret = fdt_setprop(blob, node, "local-mac-address", mac_addr, 6); in board_late_init()
181 int node; in ft_board_setup() local
183 node = fdt_path_offset(blob, "/soc/ethernet@20110000"); in ft_board_setup()
184 if (node >= 0) { in ft_board_setup()
185 ret = fdt_setprop(blob, node, "local-mac-address", mac_addr, 6); in ft_board_setup()
194 node = fdt_path_offset(blob, "/soc/ethernet@20112000"); in ft_board_setup()
195 if (node >= 0) { in ft_board_setup()
196 ret = fdt_setprop(blob, node, "local-mac-address", mac_addr, 6); in ft_board_setup()