Searched refs:ISR_IS_CMD_DONE (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/drivers/mtd/nand/raw/ | ||
H A D | tegra_nand.h | 55 #define ISR_IS_CMD_DONE (1 << 5) macro |
H A D | tegra_nand.c | 124 !(readl(®->isr) & ISR_IS_CMD_DONE)) { in nand_waitfor_cmd_completion() |