Home
last modified time | relevance | path

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

/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() argument
177 aml_append(crs, aml_memory32_fixed(uart_memmap->base, in acpi_dsdt_add_uart()
178 uart_memmap->size, AML_READ_WRITE)); in acpi_dsdt_add_uart()
/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() argument
89 aml_append(crs, aml_memory32_fixed(uart_memmap->base, in acpi_dsdt_add_uart()
90 uart_memmap->size, AML_READ_WRITE)); in acpi_dsdt_add_uart()