Home
last modified time | relevance | path

Searched refs:fdt_print (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/cmd/
H A Dfdt.c31 static int fdt_print(const char *pathp, char *prop, int depth);
480 ret = fdt_print(pathp, prop, depth); in do_fdt()
989 static int fdt_print(const char *pathp, char *prop, int depth) in fdt_print() function