Searched refs:NFC_RESET (Results 1 – 4 of 4) sorted by relevance
75 #define NFC_RESET (1 << 6) macro727 nfc_set(mtd, NFC_CONFIG1, NFC_RESET); in mpc5121_nfc_probe()728 while (nfc_read(mtd, NFC_CONFIG1) & NFC_RESET) { in mpc5121_nfc_probe()
60 #define NFC_RESET BIT(1) macro338 writel(NFC_RESET, nfc->regs + NFC_REG_CTL); in sunxi_nfc_rst()341 !(ctl & NFC_RESET), 1, in sunxi_nfc_rst()
287 "GPIO142_C11"; /* NFC_RESET */
68 #define NFC_RESET BIT(1) macro367 writel(NFC_RESET, nfc->regs + NFC_REG_CTL); in sunxi_nfc_rst()371 if (!(readl(nfc->regs + NFC_REG_CTL) & NFC_RESET)) in sunxi_nfc_rst()