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

/linux-4.4.14/drivers/mtd/nand/
H A Dmpc5121_nfc.c89 #define NFC_RESET (1 << 6) macro
746 nfc_set(mtd, NFC_CONFIG1, NFC_RESET); mpc5121_nfc_probe()
747 while (nfc_read(mtd, NFC_CONFIG1) & NFC_RESET) { mpc5121_nfc_probe()
H A Dsunxi_nand.c68 #define NFC_RESET BIT(1) macro
340 writel(NFC_RESET, nfc->regs + NFC_REG_CTL); sunxi_nfc_rst()
343 if (!(readl(nfc->regs + NFC_REG_CTL) & NFC_RESET)) sunxi_nfc_rst()

Completed in 133 milliseconds