Searched refs:NAND_NEED_SCRAMBLING (Results 1 – 5 of 5) sorted by relevance
587 chip->options |= NAND_NEED_SCRAMBLING; in hynix_nand_extract_scrambling_requirements()595 chip->options |= NAND_NEED_SCRAMBLING; in hynix_nand_extract_scrambling_requirements()601 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()1742 if (nand->options & NAND_NEED_SCRAMBLING) in sunxi_nand_attach_chip()
53 SZ_8K, SZ_8K, SZ_2M, NAND_NEED_SCRAMBLING, 6, 640,
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()
158 #define NAND_NEED_SCRAMBLING 0x00002000 macro