Lines Matching refs:flg
249 #define dprintk(flg, fmt, ...) \
250 do { if ((NDEBUG) & (flg)) \
253 #define dsprintk(flg, host, fmt, ...) \
254 do { if ((NDEBUG) & (flg)) \
259 #define NCR5380_dprint(flg, arg) \
260 do { if ((NDEBUG) & (flg)) NCR5380_print(arg); } while (0)
261 #define NCR5380_dprint_phase(flg, arg) \
262 do { if ((NDEBUG) & (flg)) NCR5380_print_phase(arg); } while (0)
266 #define NCR5380_dprint(flg, arg) do {} while (0)
267 #define NCR5380_dprint_phase(flg, arg) do {} while (0)