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

/linux-master/arch/arm/mach-davinci/
H A Dsram.h11 #define SRAM_GRANULARITY 512 macro
H A Dsram.c58 sram_pool = gen_pool_create(ilog2(SRAM_GRANULARITY), -1);
/linux-master/drivers/misc/
H A Dsram.c23 #define SRAM_GRANULARITY 32 macro
60 part->pool = devm_gen_pool_create(sram->dev, ilog2(SRAM_GRANULARITY),
403 sram->pool = devm_gen_pool_create(sram->dev, ilog2(SRAM_GRANULARITY),

Completed in 244 milliseconds