Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/
H A Dnand_jedec.c123 if (ecc->codeword_size >= 9) { in nand_jedec_detect()
126 .step_size = 1 << ecc->codeword_size, in nand_jedec_detect()
H A Dnand_onfi.c94 if (!ecc->codeword_size) { in nand_flash_detect_ext_param_page()
100 requirements.step_size = 1 << ecc->codeword_size; in nand_flash_detect_ext_param_page()
/OK3568_Linux_fs/kernel/include/linux/mtd/
H A Djedec.h15 u8 codeword_size; member
H A Donfi.h125 u8 codeword_size; member
/OK3568_Linux_fs/u-boot/include/linux/mtd/
H A Drawnand.h353 u8 codeword_size; member
406 u8 codeword_size; member
/OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/
H A Dnand_base.c3852 if (!ecc->codeword_size) { in nand_flash_detect_ext_param_page()
3858 chip->ecc_step_ds = 1 << ecc->codeword_size; in nand_flash_detect_ext_param_page()
4078 if (ecc->codeword_size >= 9) { in nand_flash_detect_jedec()
4080 chip->ecc_step_ds = 1 << ecc->codeword_size; in nand_flash_detect_jedec()