Home
last modified time | relevance | path

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

/openbmc/u-boot/test/overlay/
H A Dcmd_ut_overlay.c172 uint32_t local_phandle, test_phandle; in fdt_overlay_local_phandles() local
185 test_phandle = fdt_get_phandle(fdt, off); in fdt_overlay_local_phandles()
186 ut_assert(test_phandle); in fdt_overlay_local_phandles()
190 ut_asserteq(test_phandle, val); in fdt_overlay_local_phandles()
/openbmc/u-boot/tools/dtoc/
H A Dtest_dtoc.py270 def test_phandle(self): member in TestDtoc