Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/maps/
H A Dsolutionengine.c19 static struct mtd_info *flash_mtd; variable
47 flash_mtd = do_map_probe("cfi_probe", &soleng_flash_map); in init_soleng_maps()
48 if (!flash_mtd) { in init_soleng_maps()
55 flash_mtd = do_map_probe("cfi_probe", &soleng_flash_map); in init_soleng_maps()
56 if (!flash_mtd) { in init_soleng_maps()
65 flash_mtd->owner = THIS_MODULE; in init_soleng_maps()
73 mtd_device_parse_register(flash_mtd, probes, NULL, NULL, 0); in init_soleng_maps()
85 mtd_device_unregister(flash_mtd); in cleanup_soleng_maps()
86 map_destroy(flash_mtd); in cleanup_soleng_maps()
/openbmc/u-boot/doc/
H A DREADME.falcon211 2. Set bootargs as desired for Linux booting (e.g. flash_mtd):