Home
last modified time | relevance | path

Searched refs:SRAM_GRANULARITY (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/arch/arm/mach-mmp/
Dbrownstone.c195 .granularity = SRAM_GRANULARITY,
200 .granularity = SRAM_GRANULARITY,
/Linux-v4.19/arch/arm/mach-davinci/
Dsram.h14 #define SRAM_GRANULARITY 512 macro
Dsram.c62 sram_pool = gen_pool_create(ilog2(SRAM_GRANULARITY), -1); in sram_init()
/Linux-v4.19/include/linux/platform_data/
Ddma-mmp_tdma.h18 #define SRAM_GRANULARITY 512 macro
/Linux-v4.19/drivers/misc/
Dsram.c36 #define SRAM_GRANULARITY 32 macro
73 part->pool = devm_gen_pool_create(sram->dev, ilog2(SRAM_GRANULARITY), in sram_add_pool()
389 sram->pool = devm_gen_pool_create(sram->dev, ilog2(SRAM_GRANULARITY), in sram_probe()