Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/nand/raw/
H A Dmeson_nand.c533 u64 *correct_bitmap) in meson_nfc_ecc_correct() argument
545 *correct_bitmap |= BIT_ULL(i); in meson_nfc_ecc_correct()
868 u64 correct_bitmap = 0; in meson_nfc_read_page_hwecc() local
878 ret = meson_nfc_ecc_correct(nand, &bitflips, &correct_bitmap); in meson_nfc_read_page_hwecc()
896 if (correct_bitmap & BIT_ULL(i)) in meson_nfc_read_page_hwecc()