fdt_port.c | 56 int port_phandle; /* port's node */ member in struct:fdt_port 257 int port_phandle, child; local in function:fdt_ports_register 269 port_phandle = phandle; 272 for (child = OF_child(port_phandle); child; child = OF_peer(child)) { 276 port_phandle = child; 290 for (child = OF_child(port_phandle), i = 0; child; 307 ports->dp_port[i].port_phandle = child;
|