Searched refs:NFC_CMD_INT_FLAG (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/mtd/nand/raw/ |
H A D | sunxi_nand.c | 78 #define NFC_CMD_INT_FLAG BIT(1) macro 472 ret = sunxi_nfc_wait_events(nfc, NFC_CMD_INT_FLAG, poll, 0); in sunxi_nfc_read_buf() 512 ret = sunxi_nfc_wait_events(nfc, NFC_CMD_INT_FLAG, poll, 0); in sunxi_nfc_write_buf() 824 ret = sunxi_nfc_wait_events(nfc, NFC_CMD_INT_FLAG, false, 0); in sunxi_nfc_hw_ecc_read_chunk() 931 wait = NFC_CMD_INT_FLAG; in sunxi_nfc_hw_ecc_read_chunks_dma() 1059 ret = sunxi_nfc_wait_events(nfc, NFC_CMD_INT_FLAG, false, 0); in sunxi_nfc_hw_ecc_write_chunk() 1312 wait = NFC_CMD_INT_FLAG; in sunxi_nfc_hw_ecc_write_page_dma() 1848 ret = sunxi_nfc_wait_events(nfc, NFC_CMD_INT_FLAG, in sunxi_nfc_exec_subop()
|