Searched refs:SEL_PRINTK (Results 1 – 4 of 4) sorted by relevance
/drivers/scsi/ |
D | sun3_scsi.h | 316 #define SEL_PRINTK(format, args...) \ macro 319 #define SEL_PRINTK(format, args...) macro
|
D | atari_scsi.h | 147 #define SEL_PRINTK(format, args...) \ macro
|
D | sun3_NCR5380.c | 1507 SEL_PRINTK("scsi%d: selecting target %d\n", HOSTNO, cmd->device->id); in NCR5380_select() 1575 SEL_PRINTK("scsi%d: target did not respond within 250ms\n", HOSTNO); in NCR5380_select() 1600 SEL_PRINTK("scsi%d: target %d selected, going into MESSAGE OUT phase.\n", in NCR5380_select() 1620 SEL_PRINTK("scsi%d: nexus established.\n", HOSTNO); in NCR5380_select()
|
D | atari_NCR5380.c | 1564 SEL_PRINTK("scsi%d: selecting target %d\n", HOSTNO, cmd->device->id); in NCR5380_select() 1633 SEL_PRINTK("scsi%d: target did not respond within 250ms\n", HOSTNO); in NCR5380_select() 1659 SEL_PRINTK("scsi%d: target %d selected, going into MESSAGE OUT phase.\n", in NCR5380_select() 1679 SEL_PRINTK("scsi%d: nexus established.\n", HOSTNO); in NCR5380_select()
|