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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/mm/
H A Ddma-alloc.c20 static unsigned long pci_sram_allocated = 0xbc000000; variable
31 if (0xbe000000 - pci_sram_allocated >= size) {
33 addr = pci_sram_allocated;
34 pci_sram_allocated += size;

Completed in 60 milliseconds