Home
last modified time | relevance | path

Searched refs:NAND_BROKEN_XD (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
Dsm_common.c154 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),
Dnand_base.c328 if (chip->options & NAND_BROKEN_XD) in nand_check_wp()
/kernel/linux/linux-5.10/include/linux/mtd/
Drawnand.h132 #define NAND_BROKEN_XD BIT(10) macro
/kernel/linux/patches/linux-5.10/hispark_taurus_patch/
Dhispark_taurus.patch31955 + if (!(chip->options & NAND_BROKEN_XD)) {
32250 + chip->options = NAND_SKIP_BBTSCAN | NAND_BROKEN_XD
37025 + chip->options = NAND_NEED_READRDY | NAND_BROKEN_XD |
/kernel/linux/patches/linux-4.19/hispark_taurus_patch/
Dhispark_taurus.patch322902 + if (!(chip->options & NAND_BROKEN_XD)) {
323197 + chip->options = NAND_SKIP_BBTSCAN | NAND_BROKEN_XD
327972 + chip->options = NAND_NEED_READRDY | NAND_BROKEN_XD |