Home
last modified time | relevance | path

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

/openbmc/phosphor-mboxd/test/
H A Dsystem.c18 .type = MTD_NORFLASH,
/openbmc/hiomapd/test/
H A Dsystem.c17 .type = MTD_NORFLASH,
/openbmc/u-boot/drivers/mtd/spi/
H A Dsf_mtd.c101 sf_mtd_info.type = MTD_NORFLASH; in spi_flash_mtd_register()
H A Dspi-nor-tiny.c742 mtd->type = MTD_NORFLASH; in spi_nor_scan()
H A Dspi-nor-core.c2833 mtd->type = MTD_NORFLASH; in spi_nor_scan()
/openbmc/u-boot/include/mtd/
H A Dmtd-abi.h87 #define MTD_NORFLASH 3 macro
/openbmc/u-boot/drivers/mtd/
H A Dcfi_mtd.c224 mtd->type = MTD_NORFLASH; in cfi_mtd_init()
H A Daltera_qspi.c319 mtd->type = MTD_NORFLASH; in altera_qspi_probe()
H A Dmtdcore.c223 case MTD_NORFLASH: in mtd_type_show()
/openbmc/u-boot/tools/env/
H A Dfw_env.c1470 if (DEVTYPE(dev_current) == MTD_NORFLASH && in fw_env_open()
1471 DEVTYPE(!dev_current) == MTD_NORFLASH) { in fw_env_open()
1624 if (mtdinfo.type != MTD_NORFLASH && in check_device_config()
/openbmc/u-boot/cmd/
H A Dmtd.c137 case MTD_NORFLASH: in mtd_show_device()
/openbmc/u-boot/drivers/mtd/ubi/
H A Dbuild.c685 if (ubi->mtd->type == MTD_NORFLASH) { in io_init()