Home
last modified time | relevance | path

Searched refs:mtd_size (Results 1 – 3 of 3) sorted by relevance

/arch/blackfin/kernel/
Dsetup.c57 unsigned long memory_mtd_end, memory_mtd_start, mtd_size; variable
60 EXPORT_SYMBOL(mtd_size);
599 mtd_size = PAGE_ALIGN(*((unsigned long *)(mtd_phys + 8))); in memory_setup()
603 mtd_size = in memory_setup()
609 mtd_size = PAGE_ALIGN(*((unsigned long *)(mtd_phys + 0x4))); in memory_setup()
615 mtd_size = in memory_setup()
632 if (mtd_size == 0 || memory_end <= mtd_size) { in memory_setup()
635 memory_end -= mtd_size; in memory_setup()
639 uclinux_ram_map.size = mtd_size; in memory_setup()
641 _end, mtd_size, (void *)memory_mtd_start); in memory_setup()
[all …]
/arch/blackfin/include/asm/
Dsections.h11 extern unsigned long memory_mtd_start, memory_mtd_end, mtd_size;
/arch/blackfin/kernel/cplb-nompu/
Dcplbinit.c125 uncached_end = memory_mtd_start + mtd_size; in generate_cplb_tables_all()