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

/linux-master/arch/m68k/atari/
H A Dstram.c44 static struct resource stram_pool = { variable in typeref:struct:resource
61 early_param("stram_pool", atari_stram_setup);
97 stram_pool.start = (resource_size_t)memblock_alloc_low(pool_size,
99 if (!stram_pool.start)
103 stram_pool.end = stram_pool.start + pool_size - 1;
104 request_resource(&iomem_resource, &stram_pool);
107 pool_size, &stram_pool);
125 stram_pool.start = PAGE_SIZE;
126 stram_pool
[all...]

Completed in 259 milliseconds