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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/blackfin/kernel/
H A Dsetup.c57 unsigned long memory_mtd_end, memory_mtd_start, mtd_size; variable
61 EXPORT_SYMBOL(mtd_size); variable
230 mtd_size = PAGE_ALIGN(*((unsigned long *)(mtd_phys + 8)));
234 mtd_size =
240 mtd_size = PAGE_ALIGN(*((unsigned long *)(mtd_phys + 0x4)));
246 mtd_size =
263 memory_end -= mtd_size;
265 if (mtd_size == 0) {
271 dma_memcpy((char *)memory_end, __bss_stop, mtd_size);
355 , (void*)memory_mtd_start, (void*)(memory_mtd_start + mtd_size)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-blackfin/
H A Dbfin-global.h116 extern unsigned long memory_mtd_start, memory_mtd_end, mtd_size;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/maps/
H A Dtqm834x.c108 unsigned long flash_addr, flash_size, mtd_size = 0; local
130 if (mtd_size >= flash_size)
163 mtd_size += mtd_banks[idx]->size;
H A Dtqm8xxl.c117 unsigned long flash_addr, flash_size, mtd_size = 0; local
132 if(mtd_size >= flash_size)
169 mtd_size += mtd_banks[idx]->size;

Completed in 56 milliseconds