Home
last modified time | relevance | path

Searched refs:NAND_NEED_SCRAMBLING (Results 1 – 3 of 3) 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 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