Home
last modified time | relevance | path

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

/external/dtc/tests/
Doverlay.c147 uint32_t local_phandle, test_phandle; in fdt_overlay_local_phandles() local
160 test_phandle = fdt_get_phandle(fdt, off); in fdt_overlay_local_phandles()
161 CHECK(!test_phandle); in fdt_overlay_local_phandles()
165 CHECK(test_phandle != val); in fdt_overlay_local_phandles()