Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dpxa3xx_nand.c85 #define NDSR_CORERR (0x1 << 3) macro
692 if (status & NDSR_CORERR) { in pxa3xx_nand_irq()
/openbmc/linux/drivers/mtd/nand/raw/
H A Dmarvell_nand.c171 #define NDSR_CORERR BIT(3) macro
1017 if (ndsr & NDSR_CORERR) { in marvell_nfc_hw_ecc_check_bitflips()