Searched refs:NFC_RESET (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
H A D | mpc5121_nfc.c | 75 #define NFC_RESET (1 << 6) macro 735 nfc_set(mtd, NFC_CONFIG1, NFC_RESET); in mpc5121_nfc_probe() 736 while (nfc_read(mtd, NFC_CONFIG1) & NFC_RESET) { in mpc5121_nfc_probe()
|
H A D | sunxi_nand.c | 60 #define NFC_RESET BIT(1) macro 335 writel(NFC_RESET, nfc->regs + NFC_REG_CTL); in sunxi_nfc_rst() 338 !(ctl & NFC_RESET), 1, in sunxi_nfc_rst()
|
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/ |
H A D | mpc5121_nfc.c | 75 #define NFC_RESET (1 << 6) macro 727 nfc_set(mtd, NFC_CONFIG1, NFC_RESET); in mpc5121_nfc_probe() 728 while (nfc_read(mtd, NFC_CONFIG1) & NFC_RESET) { in mpc5121_nfc_probe()
|
H A D | sunxi_nand.c | 60 #define NFC_RESET BIT(1) macro 338 writel(NFC_RESET, nfc->regs + NFC_REG_CTL); in sunxi_nfc_rst() 341 !(ctl & NFC_RESET), 1, in sunxi_nfc_rst()
|
Completed in 10 milliseconds