Searched refs:port_phandle (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/dev/fdt/
H A Dfdt_port.c56 int port_phandle; /* port's node */ member in struct:fdt_port
257 int port_phandle, child; local
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;
/netbsd-current/sys/arch/arm/rockchip/
H A Drk_vop.c830 const int port_phandle = of_find_firstchild_byname(phandle, "port"); local
831 if (port_phandle > 0)
832 rk_drm_register_port(port_phandle, &sc->sc_ports);

Completed in 501 milliseconds