Home
last modified time | relevance | path

Searched refs:VIRT_GSI_BASE (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/hw/pci-host/
H A Dls7a.h37 #define VIRT_GSI_BASE 64 macro
39 #define VIRT_UART_IRQ (VIRT_GSI_BASE + 2)
42 #define VIRT_RTC_IRQ (VIRT_GSI_BASE + 3)
46 #define VIRT_SCI_IRQ (VIRT_GSI_BASE + 4)
51 #define VIRT_PLATFORM_BUS_IRQ (VIRT_GSI_BASE + 5)
/openbmc/qemu/hw/loongarch/
H A Dvirt.c276 VIRT_RTC_IRQ - VIRT_GSI_BASE , 0x4); in fdt_add_rtc_node()
297 VIRT_UART_IRQ - VIRT_GSI_BASE, 0x4); in fdt_add_uart_node()
628 qdev_get_gpio_in(pch_pic, VIRT_SCI_IRQ - VIRT_GSI_BASE)); in create_acpi_ged()
647 irq = VIRT_PLATFORM_BUS_IRQ - VIRT_GSI_BASE + i; in create_platform_bus()
711 VIRT_UART_IRQ - VIRT_GSI_BASE), in virt_devices_init()
725 VIRT_RTC_IRQ - VIRT_GSI_BASE)); in virt_devices_init()
H A Dacpi-build.c318 .irq = VIRT_GSI_BASE + VIRT_DEVICE_IRQS, in build_pci_device_aml()