Home
last modified time | relevance | path

Searched refs:NDSR_WRCMDREQ (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dpxa3xx_nand.c88 #define NDSR_WRCMDREQ (0x1) macro
732 if (status & NDSR_WRCMDREQ) { in pxa3xx_nand_irq()
733 status &= ~NDSR_WRCMDREQ; in pxa3xx_nand_irq()
/openbmc/linux/drivers/mtd/nand/raw/
H A Dmarvell_nand.c168 #define NDSR_WRCMDREQ BIT(0) macro
626 val & NDSR_WRCMDREQ, in marvell_nfc_prepare_cmd()
634 writel_relaxed(NDSR_WRCMDREQ, nfc->regs + NDSR); in marvell_nfc_prepare_cmd()
/openbmc/u-boot/arch/arm/include/asm/arch-pxa/
H A Dpxa-regs.h2390 #define NDSR_WRCMDREQ (0x1) macro