Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/block/
H A Dflash.h57 #define NAND_MFR_SAMSUNG 0xec macro
/openbmc/u-boot/include/linux/mtd/
H A Ddoc2000.h204 #define NAND_MFR_SAMSUNG 0xec macro
H A Drawnand.h988 #define NAND_MFR_SAMSUNG 0xec macro
/openbmc/linux/drivers/mtd/nand/raw/
H A Dinternals.h30 #define NAND_MFR_SAMSUNG 0xec macro
H A Dnand_ids.c193 {NAND_MFR_SAMSUNG, "Samsung", &samsung_nand_manuf_ops},
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dnand_ids.c192 {NAND_MFR_SAMSUNG, "Samsung"},
H A Dnand_base.c3494 if (id_len == 6 && id_data[0] == NAND_MFR_SAMSUNG && in nand_decode_ext_id()
3658 (maf_id == NAND_MFR_SAMSUNG || in nand_decode_bbm_options()
3662 (maf_id == NAND_MFR_SAMSUNG || in nand_decode_bbm_options()
3794 if (*maf_id != NAND_MFR_SAMSUNG && !type->pagesize) in nand_get_flash_type()
/openbmc/linux/drivers/usb/storage/
H A Dsddr09.c123 #define NAND_MFR_SAMSUNG 0xec macro
133 case NAND_MFR_SAMSUNG: in nand_flash_manufacturer()