Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/flash/
Dflash_cadence_nand_ll.h19 #define CNF_GET_INIT_FAIL(x) (FIELD_GET(BIT(10), x)) macro
Dflash_cadence_nand_ll.c364 if (CNF_GET_INIT_FAIL(sys_read32(CNF_CMDREG(base_address, CTRL_STATUS))) != 0) { in cdns_nand_init()