Searched refs:pch_msi_phandle (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/loongarch/ |
H A D | virt.c | 206 uint32_t *pch_msi_phandle) in fdt_add_pch_msi_node() argument 213 *pch_msi_phandle = qemu_fdt_alloc_phandle(ms->fdt); in fdt_add_pch_msi_node() 216 qemu_fdt_setprop_cell(ms->fdt, nodename, "phandle", *pch_msi_phandle); in fdt_add_pch_msi_node() 449 uint32_t *pch_msi_phandle) in fdt_add_pcie_node() argument 481 0, *pch_msi_phandle, 0, 0x10000); in fdt_add_pcie_node() 660 uint32_t *pch_msi_phandle) in virt_devices_init() argument 707 fdt_add_pcie_node(lvms, pch_pic_phandle, pch_msi_phandle); in virt_devices_init() 744 uint32_t cpuintc_phandle, eiointc_phandle, pch_pic_phandle, pch_msi_phandle; in virt_irq_init() local 882 fdt_add_pch_msi_node(lvms, &eiointc_phandle, &pch_msi_phandle); in virt_irq_init() 884 virt_devices_init(pch_pic, lvms, &pch_pic_phandle, &pch_msi_phandle); in virt_irq_init()
|