Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/mtd/
Drawnand.h338 u8 codeword_size; member
371 u8 codeword_size; member
/Linux-v4.19/drivers/mtd/nand/raw/
Dnand_base.c5102 if (!ecc->codeword_size) { in nand_flash_detect_ext_param_page()
5108 chip->ecc_step_ds = 1 << ecc->codeword_size; in nand_flash_detect_ext_param_page()
5401 if (ecc->codeword_size >= 9) { in nand_flash_detect_jedec()
5403 chip->ecc_step_ds = 1 << ecc->codeword_size; in nand_flash_detect_jedec()