Searched refs:_coproDbgLevel (Results 1 – 1 of 1) sorted by relevance
135 #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; variable277 _coproDbgLevel = (COPRO_DbgLv)level; in _MDrv_CPU_SetDbgLevel()