Lines Matching refs:fdt_blob
43 #define FDTPROP(b, c) fdt_getprop_u32_default(gd->fdt_blob, b, c, ~0UL)
53 if (gd->fdt_blob == NULL) { in lcdbacklight()
125 if (gd->fdt_blob == NULL) { in load_lcdtiming()
170 nodeoff = fdt_path_offset(gd->fdt_blob, "/factory-settings"); in load_lcdtiming()
172 nodep = fdt_getprop(gd->fdt_blob, nodeoff, "rotation", NULL); in load_lcdtiming()
281 gd->fdt_blob = (void *)dtbaddr; in load_devicetree()
284 (u32)dtbsize, (u32)gd->fdt_blob); in load_devicetree()
299 if (gd->fdt_blob == NULL) { in dtbmacaddr()
304 node = fdt_path_offset(gd->fdt_blob, "/aliases"); in dtbmacaddr()
309 path = fdt_getprop(gd->fdt_blob, node, enet, NULL); in dtbmacaddr()
315 node = fdt_path_offset(gd->fdt_blob, path); in dtbmacaddr()
316 mac = fdt_getprop(gd->fdt_blob, node, "mac-address", &len); in dtbmacaddr()
333 if (gd->fdt_blob == NULL) { in br_summaryscreen_printdtb()
347 nodeoffset = fdt_path_offset(gd->fdt_blob, in br_summaryscreen_printdtb()
353 nodep = fdt_getprop(gd->fdt_blob, nodeoffset, name, &len); in br_summaryscreen_printdtb()
444 if (gd->fdt_blob == NULL) { in lcdpower()