Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/include/
Dhinfc_common.h85 #define is_config_done(_dev) ((_dev)->flags & NAND_CONFIG_DONE)
146 #define NAND_CONFIG_DONE 0x20 /* current controller config finish */ macro
/third_party/uboot/u-boot-2020.01/drivers/mtd/nand/raw/hifmc100_nand/
Dhifmc100_nand.c902 host->flags |= NAND_CONFIG_DONE; in hifmc100_host_hook()