Searched refs:DBG_REG (Results 1 – 8 of 8) sorted by relevance
/linux-6.6.21/drivers/media/tuners/ |
D | tda18271-priv.h | 127 #define DBG_REG 4 macro 149 #define tda_reg(fmt, arg...) tda_dprintk(priv, DBG_REG, fmt, ##arg)
|
D | tda18271-common.c | 132 if (tda18271_debug & DBG_REG) in tda18271_read_regs() 172 if (tda18271_debug & DBG_REG) in tda18271_read_extended()
|
/linux-6.6.21/drivers/video/fbdev/matrox/ |
D | matroxfb_base.h | 71 #define DBG_REG(x) DBG(x) macro 73 #define DBG_REG(x) /* DBG_REG */ macro 80 #define DBG_REG(x) /* DBG_REG */ macro
|
D | matroxfb_misc.c | 95 DBG_REG(__func__) in matroxfb_DAC_out() 102 DBG_REG(__func__) in matroxfb_DAC_in()
|
/linux-6.6.21/drivers/media/dvb-frontends/ |
D | lgdt3306a.c | 36 #define DBG_REG 2 macro 50 if (debug & DBG_REG) \ 2111 debug &= ~DBG_REG; /* suppress DBG_REG during reg dump */ in lgdt3306a_DumpRegs()
|
D | lgdt3305.c | 21 #define DBG_REG 2 macro 31 #define lg_reg(fmt, arg...) if (debug & DBG_REG) \
|
D | lg2160.c | 17 #define DBG_REG 2 macro 27 #define lg_reg(fmt, arg...) if (debug & DBG_REG) \
|
/linux-6.6.21/drivers/net/ethernet/realtek/ |
D | r8169_main.c | 268 DBG_REG = 0xd1, enumerator 2872 RTL_W8(tp, DBG_REG, 0x20); in rtl_hw_start_8168cp_3() 2885 RTL_W8(tp, DBG_REG, 0x06 | FIX_NAK_1 | FIX_NAK_2); in rtl_hw_start_8168c_1() 3450 RTL_W8(tp, DBG_REG, FIX_NAK_1); in rtl_hw_start_8102e_1()
|