Searched refs:eccbits (Results 1 – 1 of 1) sorted by relevance
1442 int eccbits = nfc_geo->ecc_strength * nfc_geo->gf_len; in gpmi_count_bitflips() local1450 offset += ((8 * nfc_geo->eccn_chunk_size) + eccbits) * (i + 1); in gpmi_count_bitflips()1451 offset -= eccbits; in gpmi_count_bitflips()1453 eccbytes = DIV_ROUND_UP(offset + eccbits, 8); in gpmi_count_bitflips()1469 bitoffset = (bitoffset + eccbits) % 8; in gpmi_count_bitflips()1834 int eccbits = nfc_geo->ecc_strength * nfc_geo->gf_len; in gpmi_ecc_read_page_raw() local1877 (oob_bit_off + eccbits) % 8) in gpmi_ecc_read_page_raw()1878 eccbits += 8 - ((oob_bit_off + eccbits) % 8); in gpmi_ecc_read_page_raw()1882 src_bit_off, eccbits); in gpmi_ecc_read_page_raw()1884 src_bit_off += eccbits; in gpmi_ecc_read_page_raw()[all …]