Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/mtd/nand/raw/
Dnand_jedec.c123 if (ecc->codeword_size >= 9) { in nand_jedec_detect()
126 .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.1.9/include/linux/mtd/
Djedec.h15 u8 codeword_size; member
Donfi.h132 u8 codeword_size; member