Searched refs:pch_msi_phandle (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/loongarch/ |
H A D | virt.c | 207 uint32_t *pch_msi_phandle) in fdt_add_pch_msi_node() argument 214 *pch_msi_phandle = qemu_fdt_alloc_phandle(ms->fdt); in fdt_add_pch_msi_node() 217 qemu_fdt_setprop_cell(ms->fdt, nodename, "phandle", *pch_msi_phandle); in fdt_add_pch_msi_node() 493 uint32_t *pch_msi_phandle) in fdt_add_pcie_node() argument 525 0, *pch_msi_phandle, 0, 0x10000); in fdt_add_pcie_node() 704 uint32_t *pch_msi_phandle) in virt_devices_init() argument 751 fdt_add_pcie_node(lvms, pch_pic_phandle, pch_msi_phandle); in virt_devices_init() 796 uint32_t cpuintc_phandle, eiointc_phandle, pch_pic_phandle, pch_msi_phandle; in virt_irq_init() local 934 fdt_add_pch_msi_node(lvms, &eiointc_phandle, &pch_msi_phandle); in virt_irq_init() 936 virt_devices_init(pch_pic, lvms, &pch_pic_phandle, &pch_msi_phandle); in virt_irq_init()
|