Home
last modified time | relevance | path

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

/external/u-boot/drivers/mtd/nand/
Dmxc_nand_spl.c31 while (!(readnfc(&nfc->config2) & NFC_V1_V2_CONFIG2_INT)) in nfc_wait_ready()
36 tmp &= ~NFC_V1_V2_CONFIG2_INT; in nfc_wait_ready()
Dmxc_nand.h164 #define NFC_V1_V2_CONFIG2_INT (1 << 15) macro
Dmxc_nand.c120 if (tmp & NFC_V1_V2_CONFIG2_INT) {
121 tmp &= ~NFC_V1_V2_CONFIG2_INT;