DBG_REG
#define lg_reg(fmt, arg...) if (debug & DBG_REG) \
#define lg_reg(fmt, arg...) if (debug & DBG_REG) \
debug &= ~DBG_REG; /* suppress DBG_REG during reg dump */
if (debug & DBG_REG) \
if (tda18271_debug & DBG_REG)
if (tda18271_debug & DBG_REG)
#define tda_reg(fmt, arg...) tda_dprintk(priv, DBG_REG, fmt, ##arg)
RTL_W8(tp, DBG_REG, 0x20);
RTL_W8(tp, DBG_REG, 0x06 | FIX_NAK_1 | FIX_NAK_2);
RTL_W8(tp, DBG_REG, FIX_NAK_1);
DBG_REG(__func__)
DBG_REG(__func__)