Lines Matching refs:eccbits
1365 int eccbits = nfc_geo->ecc_strength * nfc_geo->gf_len; in gpmi_ecc_read_page_raw() local
1410 (oob_bit_off + eccbits) % 8) in gpmi_ecc_read_page_raw()
1411 eccbits += 8 - ((oob_bit_off + eccbits) % 8); in gpmi_ecc_read_page_raw()
1416 eccbits); in gpmi_ecc_read_page_raw()
1418 src_bit_off += eccbits; in gpmi_ecc_read_page_raw()
1419 oob_bit_off += eccbits; in gpmi_ecc_read_page_raw()
1454 int eccbits = nfc_geo->ecc_strength * nfc_geo->gf_len; in gpmi_ecc_write_page_raw() local
1487 (oob_bit_off + eccbits) % 8) in gpmi_ecc_write_page_raw()
1488 eccbits += 8 - ((oob_bit_off + eccbits) % 8); in gpmi_ecc_write_page_raw()
1492 oob, oob_bit_off, eccbits); in gpmi_ecc_write_page_raw()
1494 dst_bit_off += eccbits; in gpmi_ecc_write_page_raw()
1495 oob_bit_off += eccbits; in gpmi_ecc_write_page_raw()