Searched refs:NAND_BROKEN_XD (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/mtd/nand/raw/ |
H A D | sm_common.c | 154 LEGACY_ID_NAND("xD 256MiB 3,3V", 0x71, 256, SZ_16K, NAND_BROKEN_XD), 155 LEGACY_ID_NAND("xD 512MiB 3,3V", 0xdc, 512, SZ_16K, NAND_BROKEN_XD), 156 LEGACY_ID_NAND("xD 1GiB 3,3V", 0xd3, 1024, SZ_16K, NAND_BROKEN_XD), 157 LEGACY_ID_NAND("xD 2GiB 3,3V", 0xd5, 2048, SZ_16K, NAND_BROKEN_XD),
|
H A D | nand_base.c | 367 if (chip->options & NAND_BROKEN_XD) in nand_check_wp()
|
/openbmc/u-boot/include/linux/mtd/ |
H A D | rawnand.h | 204 #define NAND_BROKEN_XD 0x00000400 macro
|
/openbmc/linux/include/linux/mtd/ |
H A D | rawnand.h | 134 #define NAND_BROKEN_XD BIT(10) macro
|
/openbmc/u-boot/drivers/mtd/nand/raw/ |
H A D | nand_base.c | 491 if (chip->options & NAND_BROKEN_XD) in nand_check_wp()
|