Searched refs:NAND_NEED_SCRAMBLING (Results 1 – 3 of 3) sorted by relevance
| /u-boot/drivers/mtd/nand/raw/ |
| A D | nand_ids.c | 66 SZ_8K, SZ_4K, SZ_2M, NAND_NEED_SCRAMBLING, 6, 640, 70 SZ_8K, SZ_8K, SZ_2M, NAND_NEED_SCRAMBLING, 6, 640, 74 SZ_16K, SZ_8K, SZ_4M, NAND_NEED_SCRAMBLING, 6, 1664,
|
| A D | sunxi_nand.c | 717 if (!(nand->options & NAND_NEED_SCRAMBLING)) in sunxi_nfc_randomizer_config() 731 if (!(nand->options & NAND_NEED_SCRAMBLING)) in sunxi_nfc_randomizer_enable() 743 if (!(nand->options & NAND_NEED_SCRAMBLING)) in sunxi_nfc_randomizer_disable() 874 if (nand->options & NAND_NEED_SCRAMBLING) { in sunxi_nfc_hw_ecc_read_chunk() 896 if (bbm && nand->options & NAND_NEED_SCRAMBLING) in sunxi_nfc_hw_ecc_read_chunk() 957 if ((nand->options & NAND_NEED_SCRAMBLING) && bbm) { in sunxi_nfc_hw_ecc_write_chunk() 1102 if (oob_required || (chip->options & NAND_NEED_SCRAMBLING)) in sunxi_nfc_hw_ecc_write_page() 1200 if (oob_required || (chip->options & NAND_NEED_SCRAMBLING)) in sunxi_nfc_hw_syndrome_ecc_write_page() 1729 if (nand->options & NAND_NEED_SCRAMBLING) in sunxi_nand_chip_init()
|
| /u-boot/include/linux/mtd/ |
| A D | rawnand.h | 218 #define NAND_NEED_SCRAMBLING 0x00002000 macro
|
Completed in 14 milliseconds