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

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

Completed in 661 milliseconds