Home
last modified time | relevance | path

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

/openbmc/qemu/include/sysemu/
H A Ddevice_tree.h120 uint32_t qemu_fdt_get_phandle(void *fdt, const char *path);
/openbmc/qemu/system/
H A Ddevice_tree.c469 uint32_t qemu_fdt_get_phandle(void *fdt, const char *path) in qemu_fdt_get_phandle() function
487 uint32_t phandle = qemu_fdt_get_phandle(fdt, target_node_path); in qemu_fdt_setprop_phandle()
/openbmc/qemu/hw/riscv/
H A Dsifive_u.c202 uint32_t intc_phandle = qemu_fdt_get_phandle(fdt, nodename); in create_fdt()
253 uint32_t intc_phandle = qemu_fdt_get_phandle(fdt, nodename); in create_fdt()
281 plic_phandle = qemu_fdt_get_phandle(fdt, nodename); in create_fdt()
H A Dvirt.c914 test_phandle = qemu_fdt_get_phandle(ms->fdt, name); in create_fdt_reset()
/openbmc/qemu/hw/ppc/
H A De500.c620 pci_map = pci_map_create(fdt, qemu_fdt_get_phandle(fdt, mpic), in ppce500_load_device_tree()
/openbmc/qemu/hw/loongarch/
H A Dvirt.c300 ged_handle = qemu_fdt_get_phandle(ms->fdt, name); in fdt_add_ged_reset()