Lines Matching defs:eccbits
1425 int eccbits = nfc_geo->ecc_strength * nfc_geo->gf_len;
1433 offset += ((8 * nfc_geo->eccn_chunk_size) + eccbits) * (i + 1);
1434 offset -= eccbits;
1436 eccbytes = DIV_ROUND_UP(offset + eccbits, 8);
1445 * eccbuf. Set non-eccbits to one so that
1452 bitoffset = (bitoffset + eccbits) % 8;
1817 int eccbits = nfc_geo->ecc_strength * nfc_geo->gf_len;
1860 (oob_bit_off + eccbits) % 8)
1861 eccbits += 8 - ((oob_bit_off + eccbits) % 8);
1865 src_bit_off, eccbits);
1867 src_bit_off += eccbits;
1868 oob_bit_off += eccbits;
1902 int eccbits = nfc_geo->ecc_strength * nfc_geo->gf_len;
1935 (oob_bit_off + eccbits) % 8)
1936 eccbits += 8 - ((oob_bit_off + eccbits) % 8);
1940 oob_bit_off, eccbits);
1942 dst_bit_off += eccbits;
1943 oob_bit_off += eccbits;