Searched refs:NDSR_WRDREQ (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/drivers/mtd/nand/raw/ |
H A D | pxa3xx_nand.c | 86 #define NDSR_WRDREQ (0x1 << 2) macro 668 nand_writel(info, NDSR, NDSR_WRDREQ | NDSR_RDDREQ); in pxa3xx_nand_irq_thread() 709 if (status & (NDSR_RDDREQ | NDSR_WRDREQ)) { in pxa3xx_nand_irq()
|
/openbmc/linux/drivers/mtd/nand/raw/ |
H A D | marvell_nand.c | 170 #define NDSR_WRDREQ BIT(2) macro 1177 ret = marvell_nfc_end_cmd(chip, NDSR_WRDREQ, in marvell_nfc_hw_ecc_hmg_do_write_page() 1614 ret = marvell_nfc_end_cmd(chip, NDSR_WRDREQ, in marvell_nfc_hw_ecc_bch_write_chunk() 1845 ret = marvell_nfc_end_cmd(chip, NDSR_RDDREQ | NDSR_WRDREQ, in marvell_nfc_monolithic_access_exec() 1941 ret = marvell_nfc_end_cmd(chip, NDSR_RDDREQ | NDSR_WRDREQ, in marvell_nfc_naked_access_exec()
|
/openbmc/u-boot/arch/arm/include/asm/arch-pxa/ |
H A D | pxa-regs.h | 2388 #define NDSR_WRDREQ (0x1<<2) macro
|