Home
last modified time | relevance | path

Searched refs:acpi_dsdt_add_uart (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/arm/
H A Dvirt-acpi-build.c81 static void acpi_dsdt_add_uart(Aml *scope, const MemMapEntry *uart_memmap, in acpi_dsdt_add_uart() function
825 acpi_dsdt_add_uart(scope, &memmap[VIRT_UART0], in build_dsdt()
828 acpi_dsdt_add_uart(scope, &memmap[VIRT_UART1], in build_dsdt()
/openbmc/qemu/hw/riscv/
H A Dvirt-acpi-build.c169 acpi_dsdt_add_uart(Aml *scope, const MemMapEntry *uart_memmap, in acpi_dsdt_add_uart() function
446 acpi_dsdt_add_uart(scope, &memmap[VIRT_UART0], UART0_IRQ); in build_dsdt()