Searched refs:ut_fdt_getprop_u32_by_index (Results 1 – 1 of 1) sorted by relevance
/external/u-boot/test/overlay/ |
D | cmd_ut_overlay.c | 25 static int ut_fdt_getprop_u32_by_index(void *fdt, const char *path, in ut_fdt_getprop_u32_by_index() function 49 return ut_fdt_getprop_u32_by_index(fdt, path, name, 0, out); in ut_fdt_getprop_u32() 162 ut_assertok(ut_fdt_getprop_u32_by_index(fdt, "/", "test-several-phandle", in fdt_overlay_local_phandle() 166 ut_assertok(ut_fdt_getprop_u32_by_index(fdt, "/", "test-several-phandle", in fdt_overlay_local_phandle() 193 ut_assertok(ut_fdt_getprop_u32_by_index(fdt, "/", "test-phandle", 0, in fdt_overlay_local_phandles() 197 ut_assertok(ut_fdt_getprop_u32_by_index(fdt, "/", "test-phandle", 1, in fdt_overlay_local_phandles()
|