Searched refs:childoff (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/drivers/misc/ |
H A D | fsl_portals.c | 107 int childoff, dev_off, ret = 0; in fdt_qportal() local 114 childoff = fdt_subnode_offset(blob, off, name); in fdt_qportal() 133 if (childoff <= 0) in fdt_qportal() 134 childoff = fdt_add_subnode(blob, off, name); in fdt_qportal() 141 if (childoff > 0) { in fdt_qportal() 158 ret = fdt_setprop(blob, childoff, "fsl,liodn", in fdt_qportal() 167 ret = fdt_setprop(blob, childoff, in fdt_qportal() 172 ret = fdt_setprop(blob, childoff, in fdt_qportal() 178 return childoff; in fdt_qportal() 181 if (childoff > 0) in fdt_qportal() [all …]
|