Searched refs:NAND_NEED_SCRAMBLING (Results 1 – 6 of 6) sorted by relevance
591 chip->options |= NAND_NEED_SCRAMBLING; in hynix_nand_extract_scrambling_requirements()599 chip->options |= NAND_NEED_SCRAMBLING; in hynix_nand_extract_scrambling_requirements()605 chip->options |= NAND_NEED_SCRAMBLING; in hynix_nand_extract_scrambling_requirements()
619 if (!(nand->options & NAND_NEED_SCRAMBLING)) in sunxi_nfc_randomizer_config()632 if (!(nand->options & NAND_NEED_SCRAMBLING)) in sunxi_nfc_randomizer_enable()643 if (!(nand->options & NAND_NEED_SCRAMBLING)) in sunxi_nfc_randomizer_disable()725 if (bbm && (nand->options & NAND_NEED_SCRAMBLING)) in sunxi_nfc_hw_ecc_get_prot_oob_bytes()737 if (bbm && (nand->options & NAND_NEED_SCRAMBLING)) { in sunxi_nfc_hw_ecc_set_prot_oob_bytes()843 if (nand->options & NAND_NEED_SCRAMBLING) in sunxi_nfc_hw_ecc_read_chunk()907 bool randomized = nand->options & NAND_NEED_SCRAMBLING; in sunxi_nfc_hw_ecc_read_chunks_dma()1228 if (oob_required || (nand->options & NAND_NEED_SCRAMBLING)) in sunxi_nfc_hw_ecc_write_page()1325 if (oob_required || (nand->options & NAND_NEED_SCRAMBLING)) in sunxi_nfc_hw_ecc_write_page_dma()1745 if (nand->options & NAND_NEED_SCRAMBLING) in sunxi_nand_attach_chip()
52 SZ_8K, SZ_8K, SZ_2M, NAND_NEED_SCRAMBLING, 6, 640,
252 chip->options |= NAND_NEED_SCRAMBLING; in tc58teg5dclta00_init()
460 if ((nand->options & NAND_NEED_SCRAMBLING) && in meson_nfc_ecc_correct()653 if (nand->options & NAND_NEED_SCRAMBLING) { in meson_nfc_write_page_sub()737 if (nand->options & NAND_NEED_SCRAMBLING) { in meson_nfc_read_page_sub()791 if ((nand->options & NAND_NEED_SCRAMBLING) || !buf) { in meson_nfc_read_page_hwecc()
146 #define NAND_NEED_SCRAMBLING BIT(13) macro