Searched refs:MTD_DEV_TYPE_NOR (Results 1 – 13 of 13) sorted by relevance
| /openbmc/u-boot/arch/arm/mach-omap2/ |
| H A D | mem-common.c | 27 char gpmc_cs0_flash = MTD_DEV_TYPE_NOR; 121 case MTD_DEV_TYPE_NOR: in set_gpmc_cs0() 169 writel(gpmc_cs0_flash == MTD_DEV_TYPE_NOR ? in gpmc_init()
|
| /openbmc/u-boot/include/jffs2/ |
| H A D | load_kernel.h | 15 #define MTD_DEV_TYPE_NOR 0x0001 macro 21 (type == MTD_DEV_TYPE_NOR ? "nor" : \
|
| /openbmc/u-boot/cmd/ |
| H A D | cramfs.c | 112 id.type = MTD_DEV_TYPE_NOR; in do_cramfs_load() 177 id.type = MTD_DEV_TYPE_NOR; in do_cramfs_ls()
|
| H A D | jffs2.c | 152 if (type == MTD_DEV_TYPE_NOR) { in mtd_device_validate() 211 *dev_type = MTD_DEV_TYPE_NOR; in mtd_id_parse() 311 else if (id->type == MTD_DEV_TYPE_NOR) in get_part_sector_size()
|
| H A D | sf.c | 278 &maxsize, MTD_DEV_TYPE_NOR, flash->size)) in do_spi_flash_read_write() 330 MTD_DEV_TYPE_NOR, flash->size)) in do_spi_flash_erase()
|
| H A D | flash.c | 340 if (dev->id->type == MTD_DEV_TYPE_NOR) { in do_flerase() 518 if (dev->id->type == MTD_DEV_TYPE_NOR) { in do_protect()
|
| H A D | mtdparts.c | 1052 *dev_type = MTD_DEV_TYPE_NOR; in mtd_id_parse()
|
| /openbmc/u-boot/board/CarMediaLab/flea3/ |
| H A D | flea3.c | 209 { "physmap-flash.0", MTD_DEV_TYPE_NOR, }, /* NOR flash */ in ft_board_setup()
|
| /openbmc/u-boot/board/freescale/bsc9132qds/ |
| H A D | bsc9132qds.c | 361 { "cfi-flash", MTD_DEV_TYPE_NOR, },
|
| /openbmc/u-boot/board/compulab/cm_fx6/ |
| H A D | cm_fx6.c | 528 { "st,m25p", MTD_DEV_TYPE_NOR, }, 529 { "jedec,spi-nor", MTD_DEV_TYPE_NOR, },
|
| /openbmc/u-boot/fs/cramfs/ |
| H A D | cramfs.c | 375 if (info->dev->id->type != MTD_DEV_TYPE_NOR) in cramfs_check()
|
| /openbmc/u-boot/fs/jffs2/ |
| H A D | jffs2_1pass.c | 410 case MTD_DEV_TYPE_NOR: in get_fl_mem() 437 case MTD_DEV_TYPE_NOR: in get_node_mem()
|
| /openbmc/u-boot/board/gateworks/gw_ventana/ |
| H A D | gw_ventana.c | 1128 { "sst,w25q256", MTD_DEV_TYPE_NOR, }, /* SPI flash */ in ft_board_setup()
|