Searched refs:eccbits (Results 1 – 1 of 1) sorted by relevance
1203 int eccbits = nfc_geo->ecc_strength * nfc_geo->gf_len; in gpmi_count_bitflips() local1211 offset += ((8 * nfc_geo->ecc_chunk_size) + eccbits) * (i + 1); in gpmi_count_bitflips()1212 offset -= eccbits; in gpmi_count_bitflips()1214 eccbytes = DIV_ROUND_UP(offset + eccbits, 8); in gpmi_count_bitflips()1230 bitoffset = (bitoffset + eccbits) % 8; in gpmi_count_bitflips()1577 int eccbits = nfc_geo->ecc_strength * nfc_geo->gf_len; in gpmi_ecc_read_page_raw() local1620 (oob_bit_off + eccbits) % 8) in gpmi_ecc_read_page_raw()1621 eccbits += 8 - ((oob_bit_off + eccbits) % 8); in gpmi_ecc_read_page_raw()1625 src_bit_off, eccbits); in gpmi_ecc_read_page_raw()1627 src_bit_off += eccbits; in gpmi_ecc_read_page_raw()[all …]