HomeSort by: relevance | last modified time | path
    Searched defs:port_phandle (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/fdt/
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;
  /src/sys/arch/arm/rockchip/
rk_vop.c 830 const int port_phandle = of_find_firstchild_byname(phandle, "port"); local in function:rk_vop_attach
831 if (port_phandle > 0)
832 rk_drm_register_port(port_phandle, &sc->sc_ports);

Completed in 12 milliseconds