Home
last modified time | relevance | path

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

/arch/blackfin/kernel/
Dsetup.c48 unsigned long memory_mtd_end, memory_mtd_start, mtd_size; variable
52 EXPORT_SYMBOL(mtd_size);
492 mtd_size = PAGE_ALIGN(*((unsigned long *)(mtd_phys + 8))); in memory_setup()
496 mtd_size = in memory_setup()
502 mtd_size = PAGE_ALIGN(*((unsigned long *)(mtd_phys + 0x4))); in memory_setup()
508 mtd_size = in memory_setup()
525 memory_end -= mtd_size; in memory_setup()
527 if (mtd_size == 0) { in memory_setup()
533 dma_memcpy((char *)memory_end, _end, mtd_size); in memory_setup()
597 , (void *)memory_mtd_start, (void *)(memory_mtd_start + mtd_size) in memory_setup()
/arch/blackfin/kernel/cplb-nompu/
Dcplbinit.c101 dcplb_bounds[i_d].eaddr = memory_mtd_start + mtd_size; in generate_cplb_tables_all()
143 icplb_bounds[i_i].eaddr = memory_mtd_start + mtd_size; in generate_cplb_tables_all()
/arch/blackfin/include/asm/
Dbfin-global.h110 extern unsigned long memory_mtd_start, memory_mtd_end, mtd_size;