Searched refs:ecc_bits (Results 1 – 17 of 17) sorted by relevance
/Linux-v4.19/drivers/mtd/nand/raw/ |
D | davinci_nand.c | 571 pdata->ecc_bits = prop; in nand_davinci_get_pdata() 620 pdata->ecc_bits = 0; in davinci_nand_attach_chip() 623 pdata->ecc_bits = 0; in davinci_nand_attach_chip() 633 if (pdata->ecc_bits == 4) { in davinci_nand_attach_chip() 665 info->chip.ecc.strength = pdata->ecc_bits; in davinci_nand_attach_chip() 677 if (pdata->ecc_bits == 4) { in davinci_nand_attach_chip()
|
D | hisi504_nand.c | 658 int size, strength, ecc_bits; in hisi_nfc_ecc_probe() local 685 ecc_bits = 6; in hisi_nfc_ecc_probe() 700 flag |= ((ecc_bits & HINFC504_CON_ECCTYPE_MASK) in hisi_nfc_ecc_probe()
|
D | nand_base.c | 5107 chip->ecc_strength_ds = ecc->ecc_bits; in nand_flash_detect_ext_param_page() 5257 if (p->ecc_bits != 0xff) { in nand_flash_detect_onfi() 5258 chip->ecc_strength_ds = p->ecc_bits; in nand_flash_detect_onfi() 5402 chip->ecc_strength_ds = ecc->ecc_bits; in nand_flash_detect_jedec()
|
/Linux-v4.19/include/linux/platform_data/ |
D | mtd-davinci.h | 85 u8 ecc_bits; member
|
/Linux-v4.19/include/linux/ |
D | bch.h | 53 unsigned int ecc_bits; member
|
/Linux-v4.19/lib/ |
D | bch.c | 355 s = bch->ecc_bits; in compute_syndromes() 929 const unsigned int k = 8*len+bch->ecc_bits; in chien_search() 1006 if (8*len > (bch->n-bch->ecc_bits)) in decode_bch() 1044 nbits = (len*8)+bch->ecc_bits; in decode_bch() 1094 const int plen = DIV_ROUND_UP(bch->ecc_bits+1, 32); in build_mod8_tables() 1095 const int ecclen = DIV_ROUND_UP(bch->ecc_bits, 32); in build_mod8_tables() 1229 bch->ecc_bits = g->deg; in compute_generator_polynomial()
|
/Linux-v4.19/arch/arm/mach-davinci/ |
D | board-neuros-osd2.c | 94 .ecc_bits = 1,
|
D | board-dm355-leopard.c | 80 .ecc_bits = 4,
|
D | board-dm355-evm.c | 87 .ecc_bits = 4,
|
D | board-omapl138-hawk.c | 210 .ecc_bits = 4,
|
D | board-mityomapl138.c | 410 .ecc_bits = 1, /* 4 bit mode is not supported with 16 bit NAND */
|
D | board-da830-evm.c | 317 .ecc_bits = 4,
|
D | board-dm365-evm.c | 148 .ecc_bits = 4,
|
D | board-dm644x-evm.c | 161 .ecc_bits = 1,
|
D | board-dm646x-evm.c | 94 .ecc_bits = 1,
|
D | board-da850-evm.c | 242 .ecc_bits = 4,
|
/Linux-v4.19/include/linux/mtd/ |
D | rawnand.h | 302 u8 ecc_bits; member 337 u8 ecc_bits; member 370 u8 ecc_bits; member
|