Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/xc/drv/xc/
H A Dmdrv_sc_DIPscaling.c192 MS_U32 u32DIPDbgLevel_drv; variable
196 #define DIP_D_INFO(x, args...) if(u32DIPDbgLevel_drv >= E_XC_DIP_Debug_Level_HIGH){ULOGI("DIP DRV",…
198 #define DIP_D_WARN(x, args...) if(u32DIPDbgLevel_drv >= E_XC_DIP_Debug_Level_HIGH){ULOGW("DIP DRV"…
200 #define DIP_D_DBUG(x, args...) if(u32DIPDbgLevel_drv >= E_XC_DIP_Debug_Level_MED){ULOGD("DIP DRV",…
202 #define DIP_D_ERR(x, args...) if(u32DIPDbgLevel_drv >= E_XC_DIP_Debug_Level_LOW){ULOGE("DIP DRV", …
204 #define DIP_D_FATAL(x, args...) if(u32DIPDbgLevel_drv >= E_XC_DIP_Debug_Level_LOW){ULOGF("DIP DRV"…
1984 u32DIPDbgLevel_drv = level; in MDrv_XC_DIP_SetBdgLevel()