Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/mtd/
Dnand.h299 u8 codeword_size; member
352 u8 codeword_size; member
/linux-4.1.27/drivers/mtd/nand/
Dnand_base.c3111 if (!ecc->codeword_size) { in nand_flash_detect_ext_param_page()
3117 chip->ecc_step_ds = 1 << ecc->codeword_size; in nand_flash_detect_ext_param_page()
3324 if (ecc->codeword_size >= 9) { in nand_flash_detect_jedec()
3326 chip->ecc_step_ds = 1 << ecc->codeword_size; in nand_flash_detect_jedec()