Searched refs:NAND_NEED_SCRAMBLING (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/mtd/nand/raw/ |
H A D | nand_hynix.c | 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()
|
H A D | nand_ids.c | 55 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 D | sunxi_nand.c | 629 if (!(nand->options & NAND_NEED_SCRAMBLING)) in sunxi_nfc_randomizer_config() 642 if (!(nand->options & NAND_NEED_SCRAMBLING)) in sunxi_nfc_randomizer_enable() 653 if (!(nand->options & NAND_NEED_SCRAMBLING)) in sunxi_nfc_randomizer_disable() 724 if (bbm && (nand->options & NAND_NEED_SCRAMBLING)) in sunxi_nfc_hw_ecc_get_prot_oob_bytes() 736 if (bbm && (nand->options & NAND_NEED_SCRAMBLING)) { in sunxi_nfc_hw_ecc_set_prot_oob_bytes() 842 if (nand->options & NAND_NEED_SCRAMBLING) in sunxi_nfc_hw_ecc_read_chunk() 906 bool randomized = nand->options & NAND_NEED_SCRAMBLING; in sunxi_nfc_hw_ecc_read_chunks_dma() 1232 if (oob_required || (nand->options & NAND_NEED_SCRAMBLING)) in sunxi_nfc_hw_ecc_write_page() 1335 if (oob_required || (nand->options & NAND_NEED_SCRAMBLING)) in sunxi_nfc_hw_ecc_write_page_dma() 1735 if (nand->options & NAND_NEED_SCRAMBLING) in sunxi_nand_attach_chip()
|
H A D | nand_toshiba.c | 252 chip->options |= NAND_NEED_SCRAMBLING; in tc58teg5dclta00_init()
|
H A D | meson_nand.c | 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()
|
/linux/include/linux/mtd/ |
H A D | rawnand.h | 148 #define NAND_NEED_SCRAMBLING BIT(13) macro
|