Searched refs:NCI_LOG_LEVEL_PRINT (Results 1 – 1 of 1) sorted by relevance
159 #define NCI_LOG_LEVEL_PRINT 0x8u macro171 #define NCI_PRINT(args) do { if (nci_log_level & NCI_LOG_LEVEL_PRINT) { printf args; } } while (0u)180 #define NCI_PRINT(args) do { if (nci_log_level & NCI_LOG_LEVEL_PRINT) \