Lines Matching refs:node
316 const char *opc, const char *node) in fdt_test_print_list_common() argument
322 ut_assertok(run_commandf("fdt %s %s/subnode", opc, node)); in fdt_test_print_list_common()
342 ut_assertok(run_commandf("fdt %s %s compatible", opc, node)); in fdt_test_print_list_common()
350 ut_assertok(run_commandf("fdt %s %s clock-names", opc, node)); in fdt_test_print_list_common()
358 ut_assertok(run_commandf("fdt %s %s clock-frequency", opc, node)); in fdt_test_print_list_common()
366 ut_assertok(run_commandf("fdt %s %s u-boot,empty-property", opc, node)); in fdt_test_print_list_common()
372 ut_assert_nextline("%s u-boot,empty-property", node); in fdt_test_print_list_common()
379 ut_assertok(run_commandf("fdt %s %s regs", opc, node)); in fdt_test_print_list_common()
450 const char *node, const char *prop, in fdt_test_get_value_string() argument
455 node, prop, idx ? : "")); in fdt_test_get_value_string()
466 const char *node) in fdt_test_get_value_common() argument
469 ut_assertok(fdt_test_get_value_string(uts, node, "clock-names", NULL, in fdt_test_get_value_common()
473 ut_assertok(fdt_test_get_value_string(uts, node, "clock-names", "0", in fdt_test_get_value_common()
477 ut_assertok(fdt_test_get_value_string(uts, node, "clock-names", "1", in fdt_test_get_value_common()
481 ut_assertok(fdt_test_get_value_string(uts, node, "clock-names", "2", in fdt_test_get_value_common()
491 ut_assertok(fdt_test_get_value_string(uts, node, "regs", NULL, in fdt_test_get_value_common()
495 ut_assertok(fdt_test_get_value_string(uts, node, "regs", "0", NULL, in fdt_test_get_value_common()
499 ut_assertok(fdt_test_get_value_string(uts, node, "regs", "1", NULL, in fdt_test_get_value_common()
503 ut_asserteq(1, run_commandf("fdt get value ften %s clock-names 10", node)); in fdt_test_get_value_common()
507 ut_asserteq(1, run_commandf("fdt get value ften %s regs 10", node)); in fdt_test_get_value_common()
511 ut_asserteq(1, run_commandf("fdt get value fnone %s nonexistent", node)); in fdt_test_get_value_common()