Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/nand/raw/
H A Dsunxi_nand.c149 #define NFC_ECC_ERR(x) BIT(x) macro
768 if (status & NFC_ECC_ERR(step)) in sunxi_nfc_hw_ecc_correct()
993 if (!(status & NFC_ECC_ERR(i))) in sunxi_nfc_hw_ecc_read_chunks_dma()
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dsunxi_nand.c156 #define NFC_ECC_ERR(x) BIT(x) macro
862 if (status & NFC_ECC_ERR(0)) { in sunxi_nfc_hw_ecc_read_chunk()