Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mn10300/mm/
Ddma-alloc.c21 static unsigned long pci_sram_allocated = 0xbc000000; variable
32 if (0xbe000000 - pci_sram_allocated >= size) { in dma_alloc_coherent()
34 addr = pci_sram_allocated; in dma_alloc_coherent()
35 pci_sram_allocated += size; in dma_alloc_coherent()