Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/mtd/nand/raw/
Dnand_jedec.c125 if (ecc->codeword_size >= 9) { in nand_jedec_detect()
128 .step_size = 1 << ecc->codeword_size, in nand_jedec_detect()
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()
/linux-6.6.21/include/linux/mtd/
Djedec.h15 u8 codeword_size; member
Donfi.h133 u8 codeword_size; member