Home
last modified time | relevance | path

Searched refs:NAND_NEED_SCRAMBLING (Results 1 – 6 of 6) sorted by relevance

/linux-6.3-rc2/drivers/mtd/nand/raw/
A Dnand_ids.c52 SZ_8K, SZ_8K, SZ_2M, NAND_NEED_SCRAMBLING, 6, 640,
56 SZ_16K, SZ_8K, SZ_4M, NAND_NEED_SCRAMBLING, 6, 1664,
A Dnand_hynix.c591 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()
693 chip->options |= NAND_NEED_SCRAMBLING; in h27ucg8t2etrbc_init()
A Dsunxi_nand.c630 if (!(nand->options & NAND_NEED_SCRAMBLING)) in sunxi_nfc_randomizer_config()
643 if (!(nand->options & NAND_NEED_SCRAMBLING)) in sunxi_nfc_randomizer_enable()
654 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()
1233 if (oob_required || (nand->options & NAND_NEED_SCRAMBLING)) in sunxi_nfc_hw_ecc_write_page()
1336 if (oob_required || (nand->options & NAND_NEED_SCRAMBLING)) in sunxi_nfc_hw_ecc_write_page_dma()
1736 if (nand->options & NAND_NEED_SCRAMBLING) in sunxi_nand_attach_chip()
A Dnand_toshiba.c252 chip->options |= NAND_NEED_SCRAMBLING; in tc58teg5dclta00_init()
A Dmeson_nand.c464 if ((nand->options & NAND_NEED_SCRAMBLING) && in meson_nfc_ecc_correct()
657 if (nand->options & NAND_NEED_SCRAMBLING) { in meson_nfc_write_page_sub()
741 if (nand->options & NAND_NEED_SCRAMBLING) { in meson_nfc_read_page_sub()
795 if ((nand->options & NAND_NEED_SCRAMBLING) || !buf) { in meson_nfc_read_page_hwecc()
/linux-6.3-rc2/include/linux/mtd/
A Drawnand.h148 #define NAND_NEED_SCRAMBLING BIT(13) macro

Completed in 19 milliseconds