Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/linux/mtd/
H A Ddoc2000.h205 #define NAND_MFR_SAMSUNG 0xec macro
H A Drawnand.h968 #define NAND_MFR_SAMSUNG 0xec macro
/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/
H A Dinternals.h30 #define NAND_MFR_SAMSUNG 0xec macro
H A Dnand_ids.c183 {NAND_MFR_SAMSUNG, "Samsung", &samsung_nand_manuf_ops},
/OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/
H A Dnand_ids.c198 {NAND_MFR_SAMSUNG, "Samsung"},
H A Dnand_base.c4182 if (id_len == 6 && id_data[0] == NAND_MFR_SAMSUNG && in nand_decode_ext_id()
4346 (maf_id == NAND_MFR_SAMSUNG || in nand_decode_bbm_options()
4350 (maf_id == NAND_MFR_SAMSUNG || in nand_decode_bbm_options()
4485 if (*maf_id != NAND_MFR_SAMSUNG && !type->pagesize) in nand_get_flash_type()
/OK3568_Linux_fs/kernel/drivers/usb/storage/
H A Dsddr09.c123 #define NAND_MFR_SAMSUNG 0xec macro
133 case NAND_MFR_SAMSUNG: in nand_flash_manufacturer()