Searched refs:eccbits (Results 1 – 1 of 1) sorted by relevance
1427 int eccbits = nfc_geo->ecc_strength * nfc_geo->gf_len; in gpmi_count_bitflips() local1435 offset += ((8 * nfc_geo->eccn_chunk_size) + eccbits) * (i + 1); in gpmi_count_bitflips()1436 offset -= eccbits; in gpmi_count_bitflips()1438 eccbytes = DIV_ROUND_UP(offset + eccbits, 8); in gpmi_count_bitflips()1454 bitoffset = (bitoffset + eccbits) % 8; in gpmi_count_bitflips()1819 int eccbits = nfc_geo->ecc_strength * nfc_geo->gf_len; in gpmi_ecc_read_page_raw() local1862 (oob_bit_off + eccbits) % 8) in gpmi_ecc_read_page_raw()1863 eccbits += 8 - ((oob_bit_off + eccbits) % 8); in gpmi_ecc_read_page_raw()1867 src_bit_off, eccbits); in gpmi_ecc_read_page_raw()1869 src_bit_off += eccbits; in gpmi_ecc_read_page_raw()[all …]