Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/brcm/board/common/
H A Dcmn_plat_def.h13 #ifndef GET_LOG_LEVEL
14 #define GET_LOG_LEVEL() LOG_LEVEL macro
23 if (GET_LOG_LEVEL() >= LOG_LEVEL_NOTICE) { \
31 if (GET_LOG_LEVEL() >= LOG_LEVEL_ERROR) { \
39 if (GET_LOG_LEVEL() >= LOG_LEVEL_WARNING) { \
47 if (GET_LOG_LEVEL() >= LOG_LEVEL_INFO) { \
55 if (GET_LOG_LEVEL() >= LOG_LEVEL_VERBOSE) { \
/rk3399_ARM-atf/plat/brcm/board/stingray/include/
H A Dsr_def.h240 #define GET_LOG_LEVEL() (mmio_read_32(LOG_LEVEL_REGISTER)) macro