Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/cpu/drv/cpu/
H A DdrvCPU.c135 #define COPRO_DBG_FUNC() if (_coproDbgLevel >= E_COPRO_DBGLV_ALL) \
137 #define COPRO_DBG_INFO(x, args...) if (_coproDbgLevel >= E_COPRO_DBGLV_INFO ) \
139 #define COPRO_DBG_ERR(x, args...) if (_coproDbgLevel >= E_COPRO_DBGLV_ERR_ONLY) \
194 static COPRO_DbgLv _coproDbgLevel = E_COPRO_DBGLV_ERR_ONLY; variable
277 _coproDbgLevel = (COPRO_DbgLv)level; in _MDrv_CPU_SetDbgLevel()