Searched refs:ARB_PRINTK (Results 1 – 5 of 5) sorted by relevance
/linux-2.4.37.9/drivers/scsi/ |
D | atari_scsi.h | 112 #define ARB_PRINTK(format, args...) \ macro 115 #define ARB_PRINTK(format, args...) macro
|
D | sun3_scsi.h | 253 #define ARB_PRINTK(format, args...) \ macro 256 #define ARB_PRINTK(format, args...) macro
|
D | atari_NCR5380.c | 1422 ARB_PRINTK("scsi%d: starting arbitration, id = %d\n", HOSTNO, in NCR5380_select() 1469 ARB_PRINTK("scsi%d: arbitration complete\n", HOSTNO); in NCR5380_select() 1490 ARB_PRINTK("scsi%d: lost arbitration, deasserting MR_ARBITRATE\n", in NCR5380_select() 1505 ARB_PRINTK("scsi%d: lost arbitration, deasserting ICR_ASSERT_SEL\n", in NCR5380_select() 1528 ARB_PRINTK("scsi%d: won arbitration\n", HOSTNO); in NCR5380_select()
|
D | mac_NCR5380.c | 1426 ARB_PRINTK("scsi%d: starting arbitration, id = %d\n", HOSTNO, in NCR5380_select() 1473 ARB_PRINTK("scsi%d: arbitration complete\n", HOSTNO); in NCR5380_select() 1494 ARB_PRINTK("scsi%d: lost arbitration, deasserting MR_ARBITRATE\n", in NCR5380_select() 1509 ARB_PRINTK("scsi%d: lost arbitration, deasserting ICR_ASSERT_SEL\n", in NCR5380_select() 1532 ARB_PRINTK("scsi%d: won arbitration\n", HOSTNO); in NCR5380_select()
|
D | sun3_NCR5380.c | 1412 ARB_PRINTK("scsi%d: starting arbitration, id = %d\n", HOSTNO, in NCR5380_select() 1459 ARB_PRINTK("scsi%d: arbitration complete\n", HOSTNO); in NCR5380_select() 1480 ARB_PRINTK("scsi%d: lost arbitration, deasserting MR_ARBITRATE\n", in NCR5380_select() 1495 ARB_PRINTK("scsi%d: lost arbitration, deasserting ICR_ASSERT_SEL\n", in NCR5380_select() 1518 ARB_PRINTK("scsi%d: won arbitration\n", HOSTNO); in NCR5380_select()
|