Searched refs:DBG_ENABLE_MASK_ERR (Results 1 - 4 of 4) sorted by relevance

/openwrt/package/kernel/lantiq/ltq-ptm/src/
H A Difxmips_ptm_common.h73 #define DBG_ENABLE_MASK_ERR (1 << 0) macro
81 #define DBG_ENABLE_MASK_ALL (DBG_ENABLE_MASK_ERR | DBG_ENABLE_MASK_DEBUG_PRINT | DBG_ENABLE_MASK_ASSERT | DBG_ENABLE_MASK_DUMP_SKB_RX | DBG_ENABLE_MASK_DUMP_SKB_TX | DBG_ENABLE_MASK_DUMP_QOS | DBG_ENABLE_MASK_DUMP_INIT | DBG_ENABLE_MASK_MAC_SWAP)
83 #define err(format, arg...) do { if ( (ifx_ptm_dbg_enable & DBG_ENABLE_MASK_ERR) ) printk(KERN_ERR __FILE__ ":%d:%s: " format "\n", __LINE__, __FUNCTION__, ##arg); } while ( 0 )
H A Difxmips_ptm_adsl.c265 unsigned int ifx_ptm_dbg_enable = DBG_ENABLE_MASK_ERR;
1039 len += sprintf(page + off + len, "error print - %s\n", (ifx_ptm_dbg_enable & DBG_ENABLE_MASK_ERR) ? "enabled" : "disabled");
1084 DBG_ENABLE_MASK_ERR,
H A Difxmips_ptm_vdsl.c130 unsigned int ifx_ptm_dbg_enable = DBG_ENABLE_MASK_ERR;
/openwrt/package/kernel/lantiq/ltq-atm/src/
H A Difxmips_atm_core.h92 #define DBG_ENABLE_MASK_ERR (1 << 0) macro
100 #define DBG_ENABLE_MASK_ALL (DBG_ENABLE_MASK_ERR | DBG_ENABLE_MASK_DEBUG_PRINT | DBG_ENABLE_MASK_ASSERT | DBG_ENABLE_MASK_DUMP_SKB_RX | DBG_ENABLE_MASK_DUMP_SKB_TX | DBG_ENABLE_MASK_DUMP_QOS | DBG_ENABLE_MASK_DUMP_INIT | DBG_ENABLE_MASK_MAC_SWAP)

Completed in 86 milliseconds