Searched refs:eccbits (Results 1 – 1 of 1) sorted by relevance
1444 int eccbits = nfc_geo->ecc_strength * nfc_geo->gf_len; in gpmi_count_bitflips() local1452 offset += ((8 * nfc_geo->eccn_chunk_size) + eccbits) * (i + 1); in gpmi_count_bitflips()1453 offset -= eccbits; in gpmi_count_bitflips()1455 eccbytes = DIV_ROUND_UP(offset + eccbits, 8); in gpmi_count_bitflips()1471 bitoffset = (bitoffset + eccbits) % 8; in gpmi_count_bitflips()1836 int eccbits = nfc_geo->ecc_strength * nfc_geo->gf_len; in gpmi_ecc_read_page_raw() local1879 (oob_bit_off + eccbits) % 8) in gpmi_ecc_read_page_raw()1880 eccbits += 8 - ((oob_bit_off + eccbits) % 8); in gpmi_ecc_read_page_raw()1884 src_bit_off, eccbits); in gpmi_ecc_read_page_raw()1886 src_bit_off += eccbits; in gpmi_ecc_read_page_raw()[all …]