Searched refs:NAND_NEED_SCRAMBLING (Results 1 – 3 of 3) sorted by relevance
590 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()
324 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()
148 #define NAND_NEED_SCRAMBLING BIT(13) macro