Searched refs:NDSR_WRCMDREQ (Results 1 – 3 of 3) sorted by relevance
89 #define NDSR_WRCMDREQ (0x1) macro733 if (status & NDSR_WRCMDREQ) { in pxa3xx_nand_irq()734 status &= ~NDSR_WRCMDREQ; in pxa3xx_nand_irq()
166 #define NDSR_WRCMDREQ BIT(0) macro618 val & NDSR_WRCMDREQ, in marvell_nfc_prepare_cmd()626 writel_relaxed(NDSR_WRCMDREQ, nfc->regs + NDSR); in marvell_nfc_prepare_cmd()
2390 #define NDSR_WRCMDREQ (0x1) macro