Searched refs:NDEBUG_ARBITRATION (Results 1 – 9 of 9) sorted by relevance
/linux-2.4.37.9/drivers/scsi/ |
D | NCR5380.h | 34 #define NDEBUG_ARBITRATION 0x1 macro
|
D | atari_scsi.h | 111 #if NDEBUG & NDEBUG_ARBITRATION
|
D | dtc.c | 6 NDEBUG_SELECTION+NDEBUG_ARBITRATION)
|
D | NCR5380.c | 1473 NCR5380_dprint(NDEBUG_ARBITRATION, instance); in NCR5380_select() 1474 …dprintk(NDEBUG_ARBITRATION, ("scsi%d : starting arbitration, id = %d\n", instance->host_no, instan… in NCR5380_select() 1513 dprintk(NDEBUG_ARBITRATION, ("scsi%d : arbitration complete\n", instance->host_no)); in NCR5380_select() 1527 …dprintk(NDEBUG_ARBITRATION, ("scsi%d : lost arbitration, deasserting MR_ARBITRATE\n", instance->ho… in NCR5380_select() 1540 …dprintk(NDEBUG_ARBITRATION, ("scsi%d : lost arbitration, deasserting ICR_ASSERT_SEL\n", instance->… in NCR5380_select() 1550 dprintk(NDEBUG_ARBITRATION, ("scsi%d : won arbitration\n", instance->host_no)); in NCR5380_select()
|
D | mac_scsi.c | 60 #define NDEBUG (NDEBUG_INTR | NDEBUG_PSEUDO_DMA | NDEBUG_ARBITRATION | NDEBUG_SELECTION | NDEBUG_RE…
|
D | sun3_scsi.h | 252 #if NDEBUG & NDEBUG_ARBITRATION
|
D | atari_NCR5380.c | 1421 NCR_PRINT(NDEBUG_ARBITRATION); in NCR5380_select()
|
D | mac_NCR5380.c | 1425 NCR_PRINT(NDEBUG_ARBITRATION); in NCR5380_select()
|
D | sun3_NCR5380.c | 1411 NCR_PRINT(NDEBUG_ARBITRATION); in NCR5380_select()
|