Home
last modified time | relevance | path

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

/linux/drivers/mtd/nand/raw/
H A Dnand_ids.c55 SZ_8K, SZ_8K, SZ_2M, NAND_NEED_SCRAMBLING, 6, 640,
59 SZ_16K, SZ_8K, SZ_4M, NAND_NEED_SCRAMBLING, 6, 1664,
H A Dnand_toshiba.c252 chip->options |= NAND_NEED_SCRAMBLING; in tc58teg5dclta00_init()
H A Dmeson_nand.c324 if (nand->options & NAND_NEED_SCRAMBLING) in meson_nfc_cmd_access()
576 if ((nand->options & NAND_NEED_SCRAMBLING) && in meson_nfc_ecc_correct()
898 if ((nand->options & NAND_NEED_SCRAMBLING) || !buf) { in meson_nfc_read_page_hwecc()
/linux/include/linux/mtd/
H A Drawnand.h148 #define NAND_NEED_SCRAMBLING BIT(13) macro