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
40 #define VIRT_UART_IRQ (VIRT_GSI_BASE + 2)
43 #define VIRT_RTC_IRQ (VIRT_GSI_BASE + 6)
47 #define VIRT_SCI_IRQ (VIRT_GSI_BASE + 7)
52 #define VIRT_PLATFORM_BUS_IRQ (VIRT_GSI_BASE + 8)
/openbmc/qemu/hw/loongarch/
H A Dvirt.c277 VIRT_RTC_IRQ - VIRT_GSI_BASE , 0x4); in fdt_add_rtc_node()
672 qdev_get_gpio_in(pch_pic, VIRT_SCI_IRQ - VIRT_GSI_BASE)); in create_acpi_ged()
691 irq = VIRT_PLATFORM_BUS_IRQ - VIRT_GSI_BASE + i; in create_platform_bus()
759 int irq = VIRT_UART_IRQ + i - VIRT_GSI_BASE; in virt_devices_init()
776 VIRT_RTC_IRQ - VIRT_GSI_BASE)); in virt_devices_init()
H A Dacpi-build.c361 .irq = VIRT_GSI_BASE + VIRT_DEVICE_IRQS, in build_pci_device_aml()