Searched refs:dvbm_debug (Results 1 – 1 of 1) sorted by relevance
23 unsigned int dvbm_debug; variable24 module_param(dvbm_debug, uint, 0644);25 MODULE_PARM_DESC(dvbm_debug, "bit switch for dvbm debug information");35 #define dvbm_debug(fmt, args...) \ macro37 if (unlikely(dvbm_debug & (DVBM_DEBUG))) \43 if (unlikely(dvbm_debug & (DVBM_DEBUG_REG))) \49 if (unlikely(dvbm_debug & (DVBM_DEBUG_IRQ))) \55 if (unlikely(dvbm_debug & (DVBM_DEBUG_DUMP))) \61 if (unlikely(dvbm_debug & (DVBM_DEBUG_FRM))) \208 dvbm_debug("isp frame start[%d : %d] times %lld us\n", in rk_dvbm_show_time()[all …]