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

  /src/sys/arch/arm/apple/
apple_platform.c 68 struct arm32_bus_dma_tag apple_coherent_dma_tag; variable in typeref:struct:arm32_bus_dma_tag
97 apple_coherent_dma_tag = arm_generic_dma_tag;
98 apple_coherent_dma_tag._ranges = apple_coherent_ranges;
99 apple_coherent_dma_tag._nranges = __arraycount(apple_coherent_ranges);
108 faa->faa_dmat = &apple_coherent_dma_tag;

Completed in 67 milliseconds