Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/stbdc/drv/stbdc/
H A DdrvSTBDC.c207 static MS_U8 _u8DebugMsgLevel = 0; variable
224 #define STBDC_DBG(x) if (_u8DebugMsgLevel>0) { x };
225 #define STBDC_TIMING_DBG(x) if (_u8DebugMsgLevel>1) { x };
226 #define STBDC_INPUT_DBG(x) if (_u8DebugMsgLevel>2) { x };
227 #define STBDC_DBG_VERBAL(x) if (_u8DebugMsgLevel>3) { x };
277 _u8DebugMsgLevel = level; in MDrv_STBDC_SetDbgLevel()
/utopia/UTPA2-700.0.x/modules/mvop/drv/mvop/
H A DdrvMVOP.c301 static MS_U8 _u8DebugMsgLevel = 0; variable
313 MS_U8 _u8DebugMsgLevel; member
411 #define MVOP_DBG(x) if (_u8DebugMsgLevel>0) { D##x };
412 #define MVOP_TIMING_DBG(x) if (_u8DebugMsgLevel>1) { D##x };
413 #define MVOP_INPUT_DBG(x) if (_u8DebugMsgLevel>2) { D##x };
414 #define MVOP_DBG_VERBAL(x) if (_u8DebugMsgLevel>3) { D##x };
415 #define MVOP_DBG_TRACE(x) if (_u8DebugMsgLevel>8) { I##x };
418 #define MVOP_DBG(x) if (_u8DebugMsgLevel>0) { x };
419 #define MVOP_TIMING_DBG(x) if (_u8DebugMsgLevel>1) { x };
420 #define MVOP_INPUT_DBG(x) if (_u8DebugMsgLevel>2) { x };
[all …]