Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/video/rockchip/dvbm/
H A Drockchip_dvbm.c23 unsigned int dvbm_debug; variable
24 module_param(dvbm_debug, uint, 0644);
25 MODULE_PARM_DESC(dvbm_debug, "bit switch for dvbm debug information");
35 #define dvbm_debug(fmt, args...) \ macro
37 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 …]