Home
last modified time | relevance | path

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

/drivers/scsi/
A DNCR5380.h253 #ifndef NDEBUG
254 #define NDEBUG (0) macro
258 do { if ((NDEBUG) & (flg)) \
262 do { if ((NDEBUG) & (flg)) \
266 #if NDEBUG
268 do { if ((NDEBUG) & (flg)) NCR5380_print(arg); } while (0)
270 do { if ((NDEBUG) & (flg)) NCR5380_print_phase(arg); } while (0)
A DNCR5380.c236 #if NDEBUG
565 #if (NDEBUG & NDEBUG_NO_WRITE) in NCR5380_queue_command()
1725 #if (NDEBUG & NDEBUG_NO_DATAOUT) in NCR5380_information_transfer()
2252 #if (NDEBUG & NDEBUG_ANY) in NCR5380_abort()
2390 #if (NDEBUG & NDEBUG_ANY) in NCR5380_host_reset()

Completed in 8 milliseconds