Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/
DNCR5380.c1980 NCR5380_dprint(NDEBUG_ANY, instance); in NCR5380_information_transfer()
2228 #if (NDEBUG & NDEBUG_ANY) in NCR5380_abort()
2231 NCR5380_dprint(NDEBUG_ANY, instance); in NCR5380_abort()
2232 NCR5380_dprint_phase(NDEBUG_ANY, instance); in NCR5380_abort()
2368 #if (NDEBUG & NDEBUG_ANY) in NCR5380_host_reset()
2371 NCR5380_dprint(NDEBUG_ANY, instance); in NCR5380_host_reset()
2372 NCR5380_dprint_phase(NDEBUG_ANY, instance); in NCR5380_host_reset()
DNCR5380.h61 #define NDEBUG_ANY 0xFFFFFFFFUL macro