Home
last modified time | relevance | path

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

/drivers/mtd/maps/
Dscb2_flash.c63 static struct mtd_info *scb2_mtd; variable
169 scb2_mtd = do_map_probe("cfi_probe", &scb2_map); in scb2_flash_probe()
171 if (!scb2_mtd) { in scb2_flash_probe()
179 scb2_mtd->owner = THIS_MODULE; in scb2_flash_probe()
180 if (scb2_fixup_mtd(scb2_mtd) < 0) { in scb2_flash_probe()
181 mtd_device_unregister(scb2_mtd); in scb2_flash_probe()
182 map_destroy(scb2_mtd); in scb2_flash_probe()
190 (unsigned long long)scb2_mtd->size, in scb2_flash_probe()
191 (unsigned long long)(SCB2_WINDOW - scb2_mtd->size)); in scb2_flash_probe()
193 mtd_device_register(scb2_mtd, NULL, 0); in scb2_flash_probe()
[all …]