Searched refs:ecc_bits (Results 1 – 8 of 8) sorted by relevance
96 u8 ecc_bits; member 132 u8 ecc_bits; member
14 u8 ecc_bits; member
99 requirements.strength = ecc->ecc_bits; in nand_flash_detect_ext_param_page() 271 if (p->ecc_bits != 0xff) { in nand_onfi_detect() 273 .strength = p->ecc_bits, in nand_onfi_detect()
75 * else == NAND_ECC_ENGINE_TYPE_ON_HOST, according to ecc_bits83 u8 ecc_bits; member 580 pdata->ecc_bits = prop; in nand_davinci_get_pdata() 633 pdata->ecc_bits = 0; in davinci_nand_attach_chip() 636 pdata->ecc_bits = 0; in davinci_nand_attach_chip() 646 if (pdata->ecc_bits == 4) { in davinci_nand_attach_chip() 709 chip->ecc.strength = pdata->ecc_bits; in davinci_nand_attach_chip()
127 .strength = ecc->ecc_bits, in nand_jedec_detect()
639 int size, strength, ecc_bits; in hisi_nfc_ecc_probe() local 666 ecc_bits = 6; in hisi_nfc_ecc_probe() 681 flag |= ((ecc_bits & HINFC504_CON_ECCTYPE_MASK) in hisi_nfc_ecc_probe()
24 * @ecc_bits: ecc exact size in bits, i.e. generator polynomial degree (<=m*t)42 unsigned int ecc_bits; member
204 * The exact number of computed ecc parity bits is given by member @ecc_bits of378 s = bch->ecc_bits; in compute_syndromes() 942 const unsigned int k = 8*len+bch->ecc_bits; in chien_search() 1019 if (8*len > (bch->n-bch->ecc_bits)) in bch_decode() 1057 nbits = (len*8)+bch->ecc_bits; in bch_decode() 1109 const int plen = DIV_ROUND_UP(bch->ecc_bits+1, 32); in build_mod8_tables() 1110 const int ecclen = DIV_ROUND_UP(bch->ecc_bits, 32); in build_mod8_tables() 1244 bch->ecc_bits = g->deg; in compute_generator_polynomial()