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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/spectra/
H A Dlld_mtd.c42 static struct mtd_info *spectra_mtd; variable in typeref:struct:mtd_info
60 spectra_mtd = get_mtd_device(NULL, mtddev);
61 if (!spectra_mtd) {
83 if (!spectra_mtd)
86 put_mtd_device(spectra_mtd);
87 spectra_mtd = NULL;
106 if (!spectra_mtd)
112 tmp = spectra_mtd->size;
113 do_div(tmp, spectra_mtd->erasesize);
116 DeviceInfo.wPagesPerBlock = spectra_mtd
[all...]

Completed in 80 milliseconds