Searched defs:FSMC_CODE_RDY (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/include/linux/mtd/ | ||
H A D | fsmc_nand.h | 51 #define FSMC_CODE_RDY (1 << 15) macro |
/openbmc/linux/drivers/mtd/nand/raw/ | ||
H A D | fsmc_nand.c | 77 #define FSMC_CODE_RDY BIT(15) macro |