Searched refs:NFC_V1_V2_CONFIG2_INT (Results 1 – 3 of 3) sorted by relevance
32 while (!(readnfc(&nfc->config2) & NFC_V1_V2_CONFIG2_INT)) in nfc_wait_ready()37 tmp &= ~NFC_V1_V2_CONFIG2_INT; in nfc_wait_ready()
164 #define NFC_V1_V2_CONFIG2_INT (1 << 15) macro
122 if (tmp & NFC_V1_V2_CONFIG2_INT) {123 tmp &= ~NFC_V1_V2_CONFIG2_INT;
Completed in 6 milliseconds