Home
last modified time | relevance | path

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

/external/u-boot/board/isee/igep00x0/
Digep00x0.c250 const char *linux_name = "omap2-nand"; in board_mtdparts_default() local
252 linux_name = "omap2-onenand"; in board_mtdparts_default()
253 snprintf(ids, sizeof(ids), "%s=%s", mtd->name, linux_name); in board_mtdparts_default()
255 linux_name, 4 * mtd->erasesize >> 10); in board_mtdparts_default()
/external/u-boot/drivers/mtd/
Dmtd_uboot.c282 char linux_name[MTD_NAME_MAX_LEN]; in mtd_probe_devices() local
290 ret = mtd_search_alternate_name(mtd_name, linux_name, in mtd_probe_devices()
293 mtd = get_mtd_device_nm(linux_name); in mtd_probe_devices()