Lines Matching defs:eccbits
1221 int eccbits = nfc_geo->ecc_strength * nfc_geo->gf_len;
1229 offset += ((8 * nfc_geo->ecc_chunk_size) + eccbits) * (i + 1);
1230 offset -= eccbits;
1232 eccbytes = DIV_ROUND_UP(offset + eccbits, 8);
1241 * eccbuf. Set non-eccbits to one so that
1248 bitoffset = (bitoffset + eccbits) % 8;
1595 int eccbits = nfc_geo->ecc_strength * nfc_geo->gf_len;
1638 (oob_bit_off + eccbits) % 8)
1639 eccbits += 8 - ((oob_bit_off + eccbits) % 8);
1643 src_bit_off, eccbits);
1645 src_bit_off += eccbits;
1646 oob_bit_off += eccbits;
1680 int eccbits = nfc_geo->ecc_strength * nfc_geo->gf_len;
1713 (oob_bit_off + eccbits) % 8)
1714 eccbits += 8 - ((oob_bit_off + eccbits) % 8);
1718 oob_bit_off, eccbits);
1720 dst_bit_off += eccbits;
1721 oob_bit_off += eccbits;