Searched refs:NDSR_WRDREQ (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/ |
| H A D | pxa3xx_nand.c | 87 #define NDSR_WRDREQ (0x1 << 2) macro 669 nand_writel(info, NDSR, NDSR_WRDREQ | NDSR_RDDREQ); in pxa3xx_nand_irq_thread() 710 if (status & (NDSR_RDDREQ | NDSR_WRDREQ)) { in pxa3xx_nand_irq()
|
| /OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/ |
| H A D | marvell_nand.c | 168 #define NDSR_WRDREQ BIT(2) macro 1162 ret = marvell_nfc_end_cmd(chip, NDSR_WRDREQ, in marvell_nfc_hw_ecc_hmg_do_write_page() 1588 ret = marvell_nfc_end_cmd(chip, NDSR_WRDREQ, in marvell_nfc_hw_ecc_bch_write_chunk() 1810 ret = marvell_nfc_end_cmd(chip, NDSR_RDDREQ | NDSR_WRDREQ, in marvell_nfc_monolithic_access_exec() 1906 ret = marvell_nfc_end_cmd(chip, NDSR_RDDREQ | NDSR_WRDREQ, in marvell_nfc_naked_access_exec()
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-pxa/ |
| H A D | pxa-regs.h | 2388 #define NDSR_WRDREQ (0x1<<2) macro
|