Searched refs:h_dbg_lvl (Results 1 - 3 of 3) sorted by relevance

/openwrt/package/kernel/lantiq/ltq-hcd/src/
H A Difxusb_plat.h1103 extern uint32_t h_dbg_lvl;
1142 uint32_t old = h_dbg_lvl;
1143 h_dbg_lvl = _new;
1155 # define IFX_DEBUGPL(lvl, x...) do{ if ((lvl)&h_dbg_lvl)printk( KERN_DEBUG IFXUSB x ); }while(0)
1156 # define CHK_DEBUG_LEVEL(level) ((level) & h_dbg_lvl)
H A Difxusb_driver.c136 uint32_t h_dbg_lvl = 0xff; variable
883 h_dbg_lvl=dbg_lvl;
H A Difxusb_ctl.c274 return sprintf( buf, "%08X\n",h_dbg_lvl );
289 h_dbg_lvl =value;
304 return sprintf( buf, "%08X\n",h_dbg_lvl );
323 h_dbg_lvl =value;

Completed in 73 milliseconds