Home
last modified time | relevance | path

Searched refs:mtd_type_is_nand (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/drivers/mtd/
H A Dmtdblock_ro.c51 if (mtd_type_is_nand(mtd)) in mtdblock_add_mtd()
H A Dmtdblock.c264 if (mtd_type_is_nand(mbd->mtd)) in mtdblock_open()
H A Dssfdc.c290 if (!mtd_type_is_nand(mtd) || mtd->oobsize != OOB_SIZE || in ssfdcr_add_mtd()
H A Dnftlcore.c40 if (!mtd_type_is_nand(mtd) || mtd->size > UINT_MAX) in nftl_add_mtd()
H A Dinftlcore.c40 if (!mtd_type_is_nand(mtd) || mtd->size > UINT_MAX) in inftl_add_mtd()
H A Dmtdcore.c902 config.add_legacy_fixed_of_cells = !mtd_type_is_nand(mtd); in mtd_otp_nvmem_register()
/openbmc/linux/drivers/mtd/parsers/
H A Dbcm63xxpart.c144 if (!mtd_type_is_nand(master)) in bcm63xx_parse_cfe_partitions()
/openbmc/linux/drivers/mtd/tests/
H A Dnandbiterrs.c343 if (!mtd_type_is_nand(mtd)) { in mtd_nandbiterrs_init()
H A Dsubpagetest.c292 if (!mtd_type_is_nand(mtd)) { in mtd_subpagetest_init()
H A Dpagetest.c343 if (!mtd_type_is_nand(mtd)) { in mtd_pagetest_init()
H A Doobtest.c362 if (!mtd_type_is_nand(mtd)) { in mtd_oobtest_init()
/openbmc/u-boot/include/linux/mtd/
H A Dmtd.h496 static inline int mtd_type_is_nand(const struct mtd_info *mtd) in mtd_type_is_nand() function
/openbmc/linux/include/linux/mtd/
H A Dmtd.h659 static inline int mtd_type_is_nand(const struct mtd_info *mtd) in mtd_type_is_nand() function