Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/
H A Dmeson_nand.c445 u64 *correct_bitmap) in meson_nfc_ecc_correct() argument
457 *correct_bitmap |= BIT_ULL(i); in meson_nfc_ecc_correct()
775 u64 correct_bitmap = 0; in meson_nfc_read_page_hwecc() local
785 ret = meson_nfc_ecc_correct(nand, &bitflips, &correct_bitmap); in meson_nfc_read_page_hwecc()
803 if (correct_bitmap & BIT_ULL(i)) in meson_nfc_read_page_hwecc()