Searched refs:_DBG (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/media/drv-intf/
H A Dsaa7146.h33 #define _DBG(mask, fmt, ...) \ macro
40 #define DEB_S(fmt, ...) _DBG(0x01, fmt, ##__VA_ARGS__)
42 #define DEB_D(fmt, ...) _DBG(0x02, fmt, ##__VA_ARGS__)
44 #define DEB_EE(fmt, ...) _DBG(0x04, fmt, ##__VA_ARGS__)
46 #define DEB_I2C(fmt, ...) _DBG(0x08, fmt, ##__VA_ARGS__)
48 #define DEB_VBI(fmt, ...) _DBG(0x10, fmt, ##__VA_ARGS__)
50 #define DEB_INT(fmt, ...) _DBG(0x20, fmt, ##__VA_ARGS__)
52 #define DEB_CAP(fmt, ...) _DBG(0x40, fmt, ##__VA_ARGS__)
/linux-master/arch/powerpc/kernel/
H A Dexceptions-64e.S319 EXCEPTION_PROLOG(n, intnum, DBG, addition##_DBG(n))

Completed in 111 milliseconds