Searched refs:_DBG (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/media/drv-intf/ |
H A D | saa7146.h | 33 #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__)
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | exceptions-64e.S | 320 EXCEPTION_PROLOG(n, intnum, DBG, addition##_DBG(n))
|