Home
last modified time | relevance | path

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

/linux-6.1.9/arch/arm/mach-mmp/
Dbrownstone.c200 .granularity = SRAM_GRANULARITY,
205 .granularity = SRAM_GRANULARITY,
/linux-6.1.9/arch/arm/mach-davinci/
Dsram.h11 #define SRAM_GRANULARITY 512 macro
Dsram.c58 sram_pool = gen_pool_create(ilog2(SRAM_GRANULARITY), -1); in sram_init()
/linux-6.1.9/include/linux/platform_data/
Ddma-mmp_tdma.h14 #define SRAM_GRANULARITY 512 macro
/linux-6.1.9/drivers/misc/
Dsram.c23 #define SRAM_GRANULARITY 32 macro
60 part->pool = devm_gen_pool_create(sram->dev, ilog2(SRAM_GRANULARITY), in sram_add_pool()
406 sram->pool = devm_gen_pool_create(sram->dev, ilog2(SRAM_GRANULARITY), in sram_probe()