Home
last modified time | relevance | path

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

/linux/drivers/media/tuners/
H A Dtda18271-priv.h127 #define DBG_REG 4 macro
149 #define tda_reg(fmt, arg...) tda_dprintk(priv, DBG_REG, fmt, ##arg)
H A Dtda18271-common.c132 if (tda18271_debug & DBG_REG) in tda18271_read_regs()
172 if (tda18271_debug & DBG_REG) in tda18271_read_extended()
/linux/drivers/video/fbdev/matrox/
H A Dmatroxfb_base.h71 #define DBG_REG(x) DBG(x) macro
73 #define DBG_REG(x) /* DBG_REG */ macro
80 #define DBG_REG(x) /* DBG_REG */ macro
/linux/drivers/media/dvb-frontends/
H A Dlgdt3306a.c36 #define DBG_REG 2 macro
50 if (debug & DBG_REG) \
2111 debug &= ~DBG_REG; /* suppress DBG_REG during reg dump */ in lgdt3306a_DumpRegs()
H A Dlgdt3305.c21 #define DBG_REG 2 macro
31 #define lg_reg(fmt, arg...) if (debug & DBG_REG) \
H A Dlg2160.c17 #define DBG_REG 2 macro
27 #define lg_reg(fmt, arg...) if (debug & DBG_REG) \
/linux/drivers/net/ethernet/realtek/
H A Dr8169_main.c360 DBG_REG = 0xd1, enumerator
3246 RTL_W8(tp, DBG_REG, 0x20); in rtl_hw_start_8168cp_3()
3259 RTL_W8(tp, DBG_REG, 0x06 | FIX_NAK_1 | FIX_NAK_2); in rtl_hw_start_8168c_1()
3729 RTL_W8(tp, DBG_REG, FIX_NAK_1); in rtl_hw_start_8102e_1()