Home
last modified time | relevance | path

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

/openbmc/u-boot/board/isee/igep00x0/
H A Digep00x0.c249 const char *linux_name = "omap2-nand"; in board_mtdparts_default() local
251 linux_name = "omap2-onenand"; in board_mtdparts_default()
252 snprintf(ids, sizeof(ids), "%s=%s", mtd->name, linux_name); in board_mtdparts_default()
254 linux_name, 4 * mtd->erasesize >> 10); in board_mtdparts_default()
/openbmc/u-boot/drivers/mtd/
H A Dmtd_uboot.c285 char linux_name[MTD_NAME_MAX_LEN]; in mtd_probe_devices() local
293 ret = mtd_search_alternate_name(mtd_name, linux_name, in mtd_probe_devices()
296 mtd = get_mtd_device_nm(linux_name); in mtd_probe_devices()