Searched refs:INT_PRINTK (Results 1 – 6 of 6) sorted by relevance
/linux-2.4.37.9/drivers/scsi/ |
D | atari_scsi.h | 148 #define INT_PRINTK(format, args...) \ macro 151 #define INT_PRINTK(format, args...) macro
|
D | sun3_scsi.h | 289 #define INT_PRINTK(format, args...) \ macro 292 #define INT_PRINTK(format, args...) macro
|
D | sun3_NCR5380.c | 1266 INT_PRINTK("scsi%d: NCR5380 irq triggered\n", HOSTNO); in NCR5380_intr() 1270 INT_PRINTK("scsi%d: BASR=%02x\n", HOSTNO, basr); in NCR5380_intr() 1277 INT_PRINTK("scsi%d: SEL interrupt\n", HOSTNO); in NCR5380_intr() 1282 INT_PRINTK("scsi%d: PARITY interrupt\n", HOSTNO); in NCR5380_intr() 1286 INT_PRINTK("scsi%d: RESET interrupt\n", HOSTNO); in NCR5380_intr() 1306 INT_PRINTK("scsi%d: PHASE MISM or EOP interrupt\n", HOSTNO); in NCR5380_intr() 1315 INT_PRINTK("scsi%d: unknown interrupt, " in NCR5380_intr() 1338 INT_PRINTK("scsi%d: in int routine, calling main\n", HOSTNO); in NCR5380_intr()
|
D | atari_NCR5380.c | 1283 INT_PRINTK("scsi%d: NCR5380 irq triggered\n", HOSTNO); in NCR5380_intr() 1287 INT_PRINTK("scsi%d: BASR=%02x\n", HOSTNO, basr); in NCR5380_intr() 1294 INT_PRINTK("scsi%d: SEL interrupt\n", HOSTNO); in NCR5380_intr() 1299 INT_PRINTK("scsi%d: PARITY interrupt\n", HOSTNO); in NCR5380_intr() 1303 INT_PRINTK("scsi%d: RESET interrupt\n", HOSTNO); in NCR5380_intr() 1323 INT_PRINTK("scsi%d: PHASE MISM or EOP interrupt\n", HOSTNO); in NCR5380_intr() 1348 INT_PRINTK("scsi%d: in int routine, calling main\n", HOSTNO); in NCR5380_intr()
|
D | mac_NCR5380.c | 1287 INT_PRINTK("scsi%d: NCR5380 irq triggered\n", HOSTNO); in NCR5380_intr() 1291 INT_PRINTK("scsi%d: BASR=%02x\n", HOSTNO, basr); in NCR5380_intr() 1298 INT_PRINTK("scsi%d: SEL interrupt\n", HOSTNO); in NCR5380_intr() 1303 INT_PRINTK("scsi%d: PARITY interrupt\n", HOSTNO); in NCR5380_intr() 1307 INT_PRINTK("scsi%d: RESET interrupt\n", HOSTNO); in NCR5380_intr() 1327 INT_PRINTK("scsi%d: PHASE MISM or EOP interrupt\n", HOSTNO); in NCR5380_intr() 1352 INT_PRINTK("scsi%d: in int routine, calling main\n", HOSTNO); in NCR5380_intr()
|
D | atari_scsi.c | 326 INT_PRINTK("scsi%d: NCR5380 interrupt, DMA status = %02x\n", in scsi_tt_intr()
|