Home
last modified time | relevance | path

Searched refs:NDEBUG (Results 1 – 2 of 2) sorted by relevance

/drivers/scsi/
DNCR5380.h245 #ifndef NDEBUG
246 #define NDEBUG (0) macro
250 do { if ((NDEBUG) & (flg)) \
254 do { if ((NDEBUG) & (flg)) \
258 #if NDEBUG
260 do { if ((NDEBUG) & (flg)) NCR5380_print(arg); } while (0)
262 do { if ((NDEBUG) & (flg)) NCR5380_print_phase(arg); } while (0)
DNCR5380.c241 #if NDEBUG
570 #if (NDEBUG & NDEBUG_NO_WRITE) in NCR5380_queue_command()
1742 #if (NDEBUG & NDEBUG_NO_DATAOUT) in NCR5380_information_transfer()
2255 #if (NDEBUG & NDEBUG_ANY) in NCR5380_abort()
2393 #if (NDEBUG & NDEBUG_ANY) in NCR5380_host_reset()