Home
last modified time | relevance | path

Searched refs:correct_bitmap (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/mtd/nand/raw/
H A Dmeson_nand.c561 u64 *correct_bitmap) in meson_nfc_ecc_correct() argument
573 *correct_bitmap |= BIT_ULL(i); in meson_nfc_ecc_correct()
882 u64 correct_bitmap = 0; in meson_nfc_read_page_hwecc() local
892 ret = meson_nfc_ecc_correct(nand, &bitflips, &correct_bitmap); in meson_nfc_read_page_hwecc()
910 if (correct_bitmap & BIT_ULL(i)) in meson_nfc_read_page_hwecc()