Home
last modified time | relevance | path

Searched refs:INT_PRINTK (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/drivers/scsi/
Datari_scsi.h148 #define INT_PRINTK(format, args...) \ macro
151 #define INT_PRINTK(format, args...) macro
Dsun3_scsi.h289 #define INT_PRINTK(format, args...) \ macro
292 #define INT_PRINTK(format, args...) macro
Dsun3_NCR5380.c1266 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()
Datari_NCR5380.c1283 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()
Dmac_NCR5380.c1287 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()
Datari_scsi.c326 INT_PRINTK("scsi%d: NCR5380 interrupt, DMA status = %02x\n", in scsi_tt_intr()