Searched defs:phandle (Results 1 – 13 of 13) sorted by relevance
/qemu/pc-bios/vof/ |
H A D | vof.h | 14 typedef unsigned long phandle; typedef
|
/qemu/hw/ppc/ |
H A D | vof.c | 46 uint32_t phandle; member 351 static uint32_t vof_nextprop(const void *fdt, uint32_t phandle, in vof_nextprop() 387 static uint32_t vof_peer(const void *fdt, uint32_t phandle) in vof_peer() 405 static uint32_t vof_child(const void *fdt, uint32_t phandle) in vof_child() 417 static uint32_t vof_parent(const void *fdt, uint32_t phandle) in vof_parent() 512 static uint32_t vof_package_to_path(const void *fdt, uint32_t phandle, in vof_package_to_path() 534 uint32_t phandle = vof_instance_to_package(vof, ihandle); in vof_instance_to_path() local 1033 uint32_t phandle = fdt_get_max_phandle(fdt); in vof_build_dt() local
|
H A D | spapr_irq.c | 277 void *fdt, uint32_t phandle) in spapr_irq_dt() 462 int offset, phandle; in spapr_irq_get_phandle() local
|
H A D | pnv.c | 616 uint32_t phandle; in pnv_dt_isa() local
|
/qemu/hw/riscv/ |
H A D | virt.c | 233 char *clust_name, uint32_t *phandle, in create_fdt_socket_cpus() 445 uint32_t *phandle, uint32_t *intc_phandles, in create_fdt_socket_plic() 596 uint32_t *phandle, uint32_t *intc_phandles, in create_fdt_imsic() 689 uint32_t *phandle, in create_fdt_socket_aplic() 743 uint32_t *phandle, in create_fdt_sockets() 921 static void create_fdt_reset(RISCVVirtState *s, uint32_t *phandle) in create_fdt_reset() 1134 uint32_t phandle = 1, irq_mmio_phandle = 1, msi_pcie_phandle = 1; in finalize_fdt() local
|
H A D | spike.c | 61 uint32_t cpu_phandle, intc_phandle, phandle = 1; in create_fdt() local
|
H A D | sifive_u.c | 104 uint32_t plic_phandle, prci_phandle, gpio_phandle, phandle = 1; in create_fdt() local
|
/qemu/hw/arm/ |
H A D | xlnx-versal-virt.c | 46 } phandle; member 89 unsigned int freq_hz, uint32_t phandle) in fdt_add_clk_node() 277 uint32_t phandle) in fdt_add_fixed_link_nodes()
|
H A D | virt.c | 1020 uint32_t phandle) in create_gpio_keys() 1042 uint32_t phandle) in create_secure_gpio_pwr() 1095 uint32_t phandle = qemu_fdt_alloc_phandle(ms->fdt); in create_gpio_devices() local
|
/qemu/system/ |
H A D | device_tree.c | 487 uint32_t phandle = qemu_fdt_get_phandle(fdt, target_node_path); in qemu_fdt_setprop_phandle() local 493 static int phandle = 0x0; in qemu_fdt_alloc_phandle() local
|
/qemu/hw/intc/ |
H A D | xics_spapr.c | 311 void *fdt, uint32_t phandle) in xics_spapr_dt()
|
H A D | spapr_xive.c | 715 void *fdt, uint32_t phandle) in spapr_xive_dt()
|
/qemu/net/ |
H A D | tap-win32.c | 592 static int tap_win32_open(tap_win32_overlapped_t **phandle, in tap_win32_open()
|