Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/mtd/
Dnand.h301 u8 codeword_size; member
354 u8 codeword_size; member
/linux-4.4.14/drivers/mtd/nand/
Dnand_base.c3253 if (!ecc->codeword_size) { in nand_flash_detect_ext_param_page()
3259 chip->ecc_step_ds = 1 << ecc->codeword_size; in nand_flash_detect_ext_param_page()
3466 if (ecc->codeword_size >= 9) { in nand_flash_detect_jedec()
3468 chip->ecc_step_ds = 1 << ecc->codeword_size; in nand_flash_detect_jedec()