Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/board/synopsys/axs10x/
H A Dnand.c27 #define B_WFR (1 << 19) /* 1b - Wait for ready */ macro
120 NAND_REG_WRITE(AC_FIFO, B_CT_WRITE | B_WFR | B_IWC | B_LC | (len-1)); in axs101_nand_write_buf()
154 NAND_REG_WRITE(AC_FIFO, B_CT_READ | B_WFR | B_IWC | B_LC | (len - 1)); in axs101_nand_read_buf()
210 cmd |= B_CT_COMMAND | B_WFR; in axs101_nand_hwcontrol()