Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dsunxi_nand_spl.c62 #define NFC_WAIT_FLAG (1 << 23) macro
197 nand_exec_cmd(NFC_SEND_CMD1 | NFC_WAIT_FLAG | NAND_CMD_RESET); in nand_init()
226 NFC_SEND_ADDR | NFC_WAIT_FLAG | in nand_load_page()
H A Dsunxi_nand.c119 #define NFC_WAIT_FLAG BIT(23) macro
/openbmc/linux/drivers/mtd/nand/raw/
H A Dsunxi_nand.c112 #define NFC_WAIT_FLAG BIT(23) macro
1823 cmd |= NFC_WAIT_FLAG; in sunxi_nfc_exec_subop()
1849 !(cmd & NFC_WAIT_FLAG) && cnt < 64, in sunxi_nfc_exec_subop()