HomeSort by: relevance | last modified time | path
    Searched defs:test_phandle (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl2/dtc/dist/tests/
overlay.c 149 uint32_t local_phandle, test_phandle; local
162 test_phandle = fdt_get_phandle(fdt, off);
163 CHECK(!test_phandle);
167 CHECK(test_phandle != val);
overlay.c 149 uint32_t local_phandle, test_phandle; local
162 test_phandle = fdt_get_phandle(fdt, off);
163 CHECK(!test_phandle);
167 CHECK(test_phandle != val);
overlay.c 149 uint32_t local_phandle, test_phandle; local
162 test_phandle = fdt_get_phandle(fdt, off);
163 CHECK(!test_phandle);
167 CHECK(test_phandle != val);

Completed in 62 milliseconds