Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/mtd/nand/raw/
H A Dnand_ids.c75 SZ_8K, SZ_4K, SZ_2M, NAND_NEED_SCRAMBLING, 6, 640,
79 SZ_8K, SZ_8K, SZ_2M, NAND_NEED_SCRAMBLING, 6, 640,
83 SZ_16K, SZ_8K, SZ_4M, NAND_NEED_SCRAMBLING, 6, 1664,
H A Dsunxi_nand.c711 if (!(nand->options & NAND_NEED_SCRAMBLING)) in sunxi_nfc_randomizer_config()
725 if (!(nand->options & NAND_NEED_SCRAMBLING)) in sunxi_nfc_randomizer_enable()
737 if (!(nand->options & NAND_NEED_SCRAMBLING)) in sunxi_nfc_randomizer_disable()
868 if (nand->options & NAND_NEED_SCRAMBLING) { in sunxi_nfc_hw_ecc_read_chunk()
890 if (bbm && nand->options & NAND_NEED_SCRAMBLING) in sunxi_nfc_hw_ecc_read_chunk()
951 if ((nand->options & NAND_NEED_SCRAMBLING) && bbm) { in sunxi_nfc_hw_ecc_write_chunk()
1096 if (oob_required || (chip->options & NAND_NEED_SCRAMBLING)) in sunxi_nfc_hw_ecc_write_page()
1194 if (oob_required || (chip->options & NAND_NEED_SCRAMBLING)) in sunxi_nfc_hw_syndrome_ecc_write_page()
1722 if (nand->options & NAND_NEED_SCRAMBLING) in sunxi_nand_chip_init()
/rk3399_rockchip-uboot/include/linux/mtd/
H A Drawnand.h210 #define NAND_NEED_SCRAMBLING 0x00002000 macro