Lines Matching defs:fcnlnode
155 uint32_t enable, int fcnlnode)
168 node = ret = fdt_add_subnode(fdt, fcnlnode, nodename);
215 uint32_t enable, int fcnlnode)
220 bl2_lossy_gen_fdt(no, start_addr, end_addr, format, enable, fcnlnode);
244 int fcnlnode = fdt_add_subnode(fdt, 0, "reserved-memory");
245 if (fcnlnode < 0) {
247 fcnlnode);
251 ret = fdt_setprop(fdt, fcnlnode, "ranges", NULL, 0);
257 ret = fdt_setprop_u32(fdt, fcnlnode, "#address-cells", 2);
263 ret = fdt_setprop_u32(fdt, fcnlnode, "#size-cells", 2);
269 return fcnlnode;
274 int fcnlnode;
278 fcnlnode = bl2_create_reserved_memory();
281 LOSSY_FMT0, LOSSY_ENA_DIS0, fcnlnode);
283 LOSSY_FMT1, LOSSY_ENA_DIS1, fcnlnode);
285 LOSSY_FMT2, LOSSY_ENA_DIS2, fcnlnode);