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

/arch/blackfin/include/asm/
H A Dsections.h11 extern unsigned long memory_mtd_start, memory_mtd_end, mtd_size;
/arch/blackfin/kernel/
H A Dsetup.c57 unsigned long memory_mtd_end, memory_mtd_start, mtd_size; variable
60 EXPORT_SYMBOL(mtd_size); variable
550 * memory_mtd_start + mtd_size]: rootfs (if any)
599 mtd_size = PAGE_ALIGN(*((unsigned long *)(mtd_phys + 8)));
603 mtd_size =
609 mtd_size = PAGE_ALIGN(*((unsigned long *)(mtd_phys + 0x4)));
615 mtd_size =
629 * When no image is attached, mtd_size is set to a random number
632 if (mtd_size == 0 || memory_end <= mtd_size) {
[all...]
/arch/blackfin/kernel/cplb-nompu/
H A Dcplbinit.c125 uncached_end = memory_mtd_start + mtd_size;

Completed in 71 milliseconds