Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/mtd/maps/
Dnora.c107 static struct mtd_info nora_mtds[4] = { /* boot, kernel, ramdisk, fs */ variable
178 add_mtd_device(&nora_mtds[2]); in init_nora()
179 add_mtd_device(&nora_mtds[0]); in init_nora()
180 add_mtd_device(&nora_mtds[1]); in init_nora()
181 add_mtd_device(&nora_mtds[3]); in init_nora()
191 del_mtd_device(&nora_mtds[3]); in cleanup_nora()
192 del_mtd_device(&nora_mtds[1]); in cleanup_nora()
193 del_mtd_device(&nora_mtds[0]); in cleanup_nora()
194 del_mtd_device(&nora_mtds[2]); in cleanup_nora()