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_hynix.c590 chip->options |= NAND_NEED_SCRAMBLING; in hynix_nand_extract_scrambling_requirements()
598 chip->options |= NAND_NEED_SCRAMBLING; in hynix_nand_extract_scrambling_requirements()
604 chip->options |= NAND_NEED_SCRAMBLING; in hynix_nand_extract_scrambling_requirements()
692 chip->options |= NAND_NEED_SCRAMBLING; in h27ucg8t2etrbc_init()
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()
/linux/include/linux/mtd/
H A Drawnand.h148 #define NAND_NEED_SCRAMBLING BIT(13) macro