Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dnciutils.c156 #define NCI_LOG_LEVEL_ERROR 0x1u macro
162 #define NCI_DEFAULT_LOG_LEVEL (NCI_LOG_LEVEL_ERROR)
168 #define NCI_ERROR(args) do { if (nci_log_level & NCI_LOG_LEVEL_ERROR) { printf args; } } while (0u)
174 #define NCI_ERROR(args) do { if (nci_log_level & NCI_LOG_LEVEL_ERROR) \