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.h35 #define VIRT_GSI_BASE 64 macro
37 #define VIRT_UART_IRQ (VIRT_GSI_BASE + 2)
40 #define VIRT_RTC_IRQ (VIRT_GSI_BASE + 3)
44 #define VIRT_SCI_IRQ (VIRT_GSI_BASE + 4)
49 #define VIRT_PLATFORM_BUS_IRQ (VIRT_GSI_BASE + 5)
/openbmc/qemu/hw/loongarch/
H A Dvirt.c425 qdev_get_gpio_in(pch_pic, VIRT_SCI_IRQ - VIRT_GSI_BASE)); in create_acpi_ged()
444 irq = VIRT_PLATFORM_BUS_IRQ - VIRT_GSI_BASE + i; in create_platform_bus()
502 VIRT_UART_IRQ - VIRT_GSI_BASE), in loongarch_devices_init()
518 VIRT_RTC_IRQ - VIRT_GSI_BASE)); in loongarch_devices_init()
H A Dacpi-build.c307 .irq = VIRT_GSI_BASE + VIRT_DEVICE_IRQS, in build_pci_device_aml()