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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/include/asm/
H A Dsections.h11 extern unsigned long memory_mtd_start, memory_mtd_end, mtd_size;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/maps/
H A Dtqm8xxl.c115 unsigned long flash_addr, flash_size, mtd_size = 0; local
130 if(mtd_size >= flash_size)
167 mtd_size += mtd_banks[idx]->size;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/kernel/
H A Dsetup.c48 unsigned long memory_mtd_end, memory_mtd_start, mtd_size; variable
52 EXPORT_SYMBOL(mtd_size); variable
495 * memory_mtd_start + mtd_size]: rootfs (if any)
544 mtd_size = PAGE_ALIGN(*((unsigned long *)(mtd_phys + 8)));
548 mtd_size =
554 mtd_size = PAGE_ALIGN(*((unsigned long *)(mtd_phys + 0x4)));
560 mtd_size =
573 * When no image is attached, mtd_size is set to a random number
576 if (mtd_size == 0 || memory_end <= mtd_size) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/kernel/cplb-nompu/
H A Dcplbinit.c107 uncached_end = memory_mtd_start + mtd_size;

Completed in 141 milliseconds