Home
last modified time | relevance | path

Searched refs:test_phandle (Results 1 – 3 of 3) 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/qemu/hw/riscv/
H A Dvirt.c897 uint32_t test_phandle; in create_fdt_reset() local
900 test_phandle = (*phandle)++; in create_fdt_reset()
913 qemu_fdt_setprop_cell(ms->fdt, name, "phandle", test_phandle); in create_fdt_reset()
914 test_phandle = qemu_fdt_get_phandle(ms->fdt, name); in create_fdt_reset()
920 qemu_fdt_setprop_cell(ms->fdt, name, "regmap", test_phandle); in create_fdt_reset()
928 qemu_fdt_setprop_cell(ms->fdt, name, "regmap", test_phandle); in create_fdt_reset()
/openbmc/u-boot/tools/dtoc/
H A Dtest_dtoc.py270 def test_phandle(self): member in TestDtoc