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

/linux-4.4.14/drivers/mtd/devices/
H A Dmtdram.c22 #define MTDRAM_TOTAL_SIZE (total_size * 1024) macro
157 addr = vmalloc(MTDRAM_TOTAL_SIZE); init_mtdram()
163 err = mtdram_init_device(mtd_info, addr, MTDRAM_TOTAL_SIZE, "mtdram test device"); init_mtdram()
170 memset(mtd_info->priv, 0xff, MTDRAM_TOTAL_SIZE); init_mtdram()

Completed in 86 milliseconds