Lines Matching refs:rc
78 int rc; in fconf_populate_dtb_registry() local
113 rc = fdt_read_uint64(dtb, child, "load-address", &val64); in fconf_populate_dtb_registry()
114 if (rc < 0) { in fconf_populate_dtb_registry()
116 return rc; in fconf_populate_dtb_registry()
120 rc = fdt_read_uint32(dtb, child, "max-size", &config_max_size); in fconf_populate_dtb_registry()
121 if (rc < 0) { in fconf_populate_dtb_registry()
123 return rc; in fconf_populate_dtb_registry()
126 rc = fdt_read_uint32(dtb, child, "id", &config_id); in fconf_populate_dtb_registry()
127 if (rc < 0) { in fconf_populate_dtb_registry()
129 return rc; in fconf_populate_dtb_registry()
137 rc = fdt_read_uint64(dtb, child, "secondary-load-address", in fconf_populate_dtb_registry()
139 if (rc == 0) { in fconf_populate_dtb_registry()