Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/test/overlay/
H A Dcmd_ut_overlay.c176 uint32_t local_phandle, test_phandle; in fdt_overlay_local_phandles() local
190 test_phandle = fdt_get_phandle(fdt, off); in fdt_overlay_local_phandles()
191 ut_assert(test_phandle); in fdt_overlay_local_phandles()
195 ut_asserteq(test_phandle, val); in fdt_overlay_local_phandles()
/OK3568_Linux_fs/u-boot/tools/dtoc/
H A Dtest_dtoc.py237 def test_phandle(self): member in TestDtoc