Searched refs:NFC_INT_MASK (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
H A D | mpc5121_nfc.c | 73 #define NFC_INT_MASK (1 << 4) macro 206 nfc_set(mtd, NFC_CONFIG1, NFC_INT_MASK); in mpc5121_nfc_irq() 220 nfc_clear(mtd, NFC_CONFIG1, NFC_INT_MASK); in mpc5121_nfc_done() 759 nfc_write(mtd, NFC_CONFIG1, NFC_BIG_ENDIAN | NFC_INT_MASK | in mpc5121_nfc_probe()
|
H A D | sunxi_nand.c | 89 #define NFC_INT_MASK (NFC_B2R_INT_ENABLE | \ macro 269 writel(st & NFC_INT_MASK, nfc->regs + NFC_REG_ST); in sunxi_nfc_interrupt() 270 writel(~st & ien & NFC_INT_MASK, nfc->regs + NFC_REG_INT); in sunxi_nfc_interrupt() 280 if (events & ~NFC_INT_MASK) in sunxi_nfc_wait_events() 307 writel(events & NFC_INT_MASK, nfc->regs + NFC_REG_ST); in sunxi_nfc_wait_events()
|
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/ |
H A D | mpc5121_nfc.c | 73 #define NFC_INT_MASK (1 << 4) macro 206 nfc_set(mtd, NFC_CONFIG1, NFC_INT_MASK); in mpc5121_nfc_irq() 220 nfc_clear(mtd, NFC_CONFIG1, NFC_INT_MASK); in mpc5121_nfc_done() 751 nfc_write(mtd, NFC_CONFIG1, NFC_BIG_ENDIAN | NFC_INT_MASK | in mpc5121_nfc_probe()
|
H A D | sunxi_nand.c | 89 #define NFC_INT_MASK (NFC_B2R_INT_ENABLE | \ macro 272 writel(st & NFC_INT_MASK, nfc->regs + NFC_REG_ST); in sunxi_nfc_interrupt() 273 writel(~st & ien & NFC_INT_MASK, nfc->regs + NFC_REG_INT); in sunxi_nfc_interrupt() 283 if (events & ~NFC_INT_MASK) in sunxi_nfc_wait_events() 310 writel(events & NFC_INT_MASK, nfc->regs + NFC_REG_ST); in sunxi_nfc_wait_events()
|
Completed in 8 milliseconds