Home
last modified time | relevance | path

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

/openbmc/linux/fs/hfs/
H A Dhfs_fs.h45 if (DBG_##flg & DBG_MASK) \
51 if (DBG_##flg & DBG_MASK) \
/openbmc/linux/fs/hfsplus/
H A Dhfsplus_fs.h44 if (DBG_##flg & DBG_MASK) \
50 if (DBG_##flg & DBG_MASK) \
/openbmc/linux/drivers/tty/serial/jsm/
H A Djsm.h48 if (DBG_##nlevel & jsm_debug) \
/openbmc/linux/drivers/tty/
H A Dnozomi.c56 #define DBG_(lvl, fmt, args...) \ macro
63 #define DBG1(args...) DBG_(0x01, ##args)
64 #define DBG2(args...) DBG_(0x02, ##args)
65 #define DBG3(args...) DBG_(0x04, ##args)
66 #define DBG4(args...) DBG_(0x08, ##args)
/openbmc/linux/drivers/rapidio/devices/
H A Dtsi721.h34 if (DBG_##level & tsi_dbg_level) \
H A Drio_mport_cdev.c68 if (DBG_##level & dbg_level) \
/openbmc/linux/drivers/rapidio/
H A Drio_cm.c53 if (DBG_##level & dbg_level) \