Searched refs:SRAM_GRANULARITY (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mach-davinci/ |
H A D | sram.h | 11 #define SRAM_GRANULARITY 512 macro
|
H A D | sram.c | 58 sram_pool = gen_pool_create(ilog2(SRAM_GRANULARITY), -1); in sram_init()
|
/kernel/linux/linux-6.6/arch/arm/mach-davinci/ |
H A D | sram.h | 11 #define SRAM_GRANULARITY 512 macro
|
H A D | sram.c | 58 sram_pool = gen_pool_create(ilog2(SRAM_GRANULARITY), -1); in sram_init()
|
/kernel/linux/linux-5.10/include/linux/platform_data/ |
H A D | dma-mmp_tdma.h | 14 #define SRAM_GRANULARITY 512 macro
|
/kernel/linux/linux-5.10/arch/arm/mach-mmp/ |
H A D | brownstone.c | 200 .granularity = SRAM_GRANULARITY, 205 .granularity = SRAM_GRANULARITY,
|
/kernel/linux/linux-5.10/drivers/misc/ |
H A D | sram.c | 23 #define SRAM_GRANULARITY 32 macro 60 part->pool = devm_gen_pool_create(sram->dev, ilog2(SRAM_GRANULARITY), in sram_add_pool() 361 sram->pool = devm_gen_pool_create(sram->dev, ilog2(SRAM_GRANULARITY), in sram_probe()
|
/kernel/linux/linux-6.6/drivers/misc/ |
H A D | sram.c | 23 #define SRAM_GRANULARITY 32 macro 60 part->pool = devm_gen_pool_create(sram->dev, ilog2(SRAM_GRANULARITY), in sram_add_pool() 403 sram->pool = devm_gen_pool_create(sram->dev, ilog2(SRAM_GRANULARITY), in sram_probe()
|
Completed in 3 milliseconds