HomeSort by: relevance | last modified time | path
    Searched defs:acpi_coherent_ranges (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/acpi/
acpi_platform.c 124 static struct arm32_dma_range acpi_coherent_ranges[] = { variable in typeref:struct:arm32_dma_range[]
149 acpi_coherent_dma_tag._ranges = acpi_coherent_ranges;
150 acpi_coherent_dma_tag._nranges = __arraycount(acpi_coherent_ranges);
acpi_platform.c 124 static struct arm32_dma_range acpi_coherent_ranges[] = { variable in typeref:struct:arm32_dma_range[]
149 acpi_coherent_dma_tag._ranges = acpi_coherent_ranges;
150 acpi_coherent_dma_tag._nranges = __arraycount(acpi_coherent_ranges);

Completed in 20 milliseconds