Home
last modified time | relevance | path

Searched refs:NAND_MFR_SAMSUNG (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/include/linux/mtd/
Ddoc2000.h204 #define NAND_MFR_SAMSUNG 0xec macro
Drawnand.h980 #define NAND_MFR_SAMSUNG 0xec macro
/external/u-boot/drivers/mtd/nand/
Dnand_ids.c188 {NAND_MFR_SAMSUNG, "Samsung"},
Dnand_base.c3546 if (id_len == 6 && id_data[0] == NAND_MFR_SAMSUNG && in nand_decode_ext_id()
3710 (maf_id == NAND_MFR_SAMSUNG || in nand_decode_bbm_options()
3714 (maf_id == NAND_MFR_SAMSUNG || in nand_decode_bbm_options()
3846 if (*maf_id != NAND_MFR_SAMSUNG && !type->pagesize) in nand_get_flash_type()