Home
last modified time | relevance | path

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

/linux/drivers/mtd/nand/raw/
H A Dsm_common.c129 LEGACY_ID_NAND("SmartMedia 2MiB 3,3V ROM", 0x5d, 2, SZ_8K, NAND_ROM),
133 LEGACY_ID_NAND("SmartMedia 4MiB 3,3V ROM", 0xd5, 4, SZ_8K, NAND_ROM),
135 LEGACY_ID_NAND("SmartMedia 8MiB 3,3V ROM", 0xd6, 8, SZ_8K, NAND_ROM),
137 LEGACY_ID_NAND("SmartMedia 16MiB 3,3V ROM", 0x57, 16, SZ_16K, NAND_ROM),
139 LEGACY_ID_NAND("SmartMedia 32MiB 3,3V ROM", 0x58, 32, SZ_16K, NAND_ROM),
141 LEGACY_ID_NAND("SmartMedia 64MiB 3,3V ROM", 0xd9, 64, SZ_16K, NAND_ROM),
143 LEGACY_ID_NAND("SmartMedia 128MiB 3,3V ROM", 0xda, 128, SZ_16K, NAND_ROM),
145 LEGACY_ID_NAND("SmartMedia 256MiB 3,3V ROM", 0x5b, 256, SZ_16K, NAND_ROM),
H A Dr852.c641 dev->chip->options |= NAND_ROM; in r852_register_nand_device()
H A Dnand_base.c6539 /* Adjust the MTD_CAP_ flags when NAND_ROM is set. */ in nand_scan_tail()
6540 if (chip->options & NAND_ROM) in nand_scan_tail()
/linux/include/linux/mtd/
H A Drawnand.h137 #define NAND_ROM BIT(11) macro