Searched refs:pci_sram_allocated (Results 1 – 1 of 1) sorted by relevance
21 static unsigned long pci_sram_allocated = 0xbc000000; variable32 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()