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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/avr32/mach-at32ap/include/mach/
H A Dsram.h15 extern struct gen_pool *sram_pool;
19 if (!sram_pool)
22 return gen_pool_alloc(sram_pool, len);
27 return gen_pool_free(sram_pool, addr, len);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/avr32/mach-at32ap/include/mach/
H A Dsram.h15 extern struct gen_pool *sram_pool;
19 if (!sram_pool)
22 return gen_pool_alloc(sram_pool, len);
27 return gen_pool_free(sram_pool, addr, len);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mach-davinci/
H A Dsram.c18 static struct gen_pool *sram_pool; variable in typeref:struct:gen_pool
27 if (!sram_pool || (dma && !dma_base))
30 vaddr = gen_pool_alloc(sram_pool, len);
43 gen_pool_free(sram_pool, (unsigned long) addr, len);
61 sram_pool = gen_pool_create(ilog2(SRAM_GRANULARITY), -1);
62 if (!sram_pool)
65 if (sram_pool)
66 status = gen_pool_add(sram_pool, SRAM_VIRT, len, -1);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-davinci/
H A Dsram.c18 static struct gen_pool *sram_pool; variable in typeref:struct:gen_pool
27 if (!sram_pool || (dma && !dma_base))
30 vaddr = gen_pool_alloc(sram_pool, len);
43 gen_pool_free(sram_pool, (unsigned long) addr, len);
61 sram_pool = gen_pool_create(ilog2(SRAM_GRANULARITY), -1);
62 if (!sram_pool)
65 if (sram_pool)
66 status = gen_pool_add(sram_pool, SRAM_VIRT, len, -1);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/avr32/mach-at32ap/
H A Dat32ap700x.c2330 struct gen_pool *sram_pool; variable in typeref:struct:gen_pool
2344 sram_pool = pool;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/avr32/mach-at32ap/
H A Dat32ap700x.c2330 struct gen_pool *sram_pool; variable in typeref:struct:gen_pool
2344 sram_pool = pool;

Completed in 119 milliseconds