Home
last modified time | relevance | path

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

/external/u-boot/board/synopsys/axs10x/
Dnand.c27 #define B_LC (1 << 18) /* 1b - Last cycle */ macro
119 NAND_REG_WRITE(AC_FIFO, B_CT_WRITE | B_WFR | B_IWC | B_LC | (len-1)); in axs101_nand_write_buf()
153 NAND_REG_WRITE(AC_FIFO, B_CT_READ | B_WFR | B_IWC | B_LC | (len - 1)); in axs101_nand_read_buf()
217 NAND_REG_WRITE(AC_FIFO, cmd | B_LC); in axs101_nand_hwcontrol()