Home
last modified time | relevance | path

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

/drivers/mtd/nand/
Dmpc5121_nfc.c89 #define NFC_RESET (1 << 6) macro
743 nfc_set(mtd, NFC_CONFIG1, NFC_RESET); in mpc5121_nfc_probe()
744 while (nfc_read(mtd, NFC_CONFIG1) & NFC_RESET) { in mpc5121_nfc_probe()
Dsunxi_nand.c69 #define NFC_RESET BIT(1) macro
366 writel(NFC_RESET, nfc->regs + NFC_REG_CTL); in sunxi_nfc_rst()
369 !(ctl & NFC_RESET), 1, in sunxi_nfc_rst()