Home
last modified time | relevance | path

Searched refs:SPRINTF (Results 1 – 9 of 9) sorted by relevance

/drivers/scsi/
Daha152x.c2968 #undef SPRINTF
2969 #define SPRINTF(args...) pos += sprintf(pos, ## args) macro
2976 SPRINTF("0x%08x: target=%d; lun=%d; cmnd=( ", in get_command()
2980 SPRINTF("0x%02x ", ptr->cmnd[i]); in get_command()
2982 SPRINTF("); resid=%d; residual=%d; buffers=%d; phase |", in get_command()
2987 SPRINTF("not issued|"); in get_command()
2989 SPRINTF("selecting|"); in get_command()
2991 SPRINTF("disconnected|"); in get_command()
2993 SPRINTF("aborted|"); in get_command()
2995 SPRINTF("identified|"); in get_command()
[all …]
Dwd7000.c1298 #undef SPRINTF
1299 #define SPRINTF(args...) { if (pos < (buffer + length)) pos += sprintf (pos, ## args); } macro
1330SPRINTF("Host scsi%d: Western Digital WD-7000 (rev %d.%d)\n", host->host_no, adapter->rev1, adapte… in wd7000_proc_info()
1331 SPRINTF(" IO base: 0x%x\n", adapter->iobase); in wd7000_proc_info()
1332 SPRINTF(" IRQ: %d\n", adapter->irq); in wd7000_proc_info()
1333 SPRINTF(" DMA channel: %d\n", adapter->dma); in wd7000_proc_info()
1334 SPRINTF(" Interrupts: %d\n", adapter->int_counter); in wd7000_proc_info()
1335 SPRINTF(" BUS_ON time: %d nanoseconds\n", adapter->bus_on * 125); in wd7000_proc_info()
1336 SPRINTF(" BUS_OFF time: %d nanoseconds\n", adapter->bus_off * 125); in wd7000_proc_info()
1342 SPRINTF("\nControl port value: 0x%x\n", adapter->control); in wd7000_proc_info()
[all …]
DNCR5380.c698 #undef SPRINTF
699 #define SPRINTF(args...) do { if(pos < buffer + length-80) pos += sprintf(pos, ## args); } while(0) macro
725 SPRINTF("NCR5380 core release=%d. ", NCR5380_PUBLIC_RELEASE); in NCR5380_proc_info()
727 SPRINTF("ncr53c400 release=%d. ", NCR53C400_PUBLIC_RELEASE); in NCR5380_proc_info()
729 SPRINTF("DTC 3180/3280 release %d", DTC_PUBLIC_RELEASE); in NCR5380_proc_info()
732 SPRINTF("T128 release %d", T128_PUBLIC_RELEASE); in NCR5380_proc_info()
735 SPRINTF("Generic5380 release %d", GENERIC_NCR5380_PUBLIC_RELEASE); in NCR5380_proc_info()
738 SPRINTF("PAS16 release=%d", PAS16_PUBLIC_RELEASE); in NCR5380_proc_info()
741 SPRINTF("\nBase Addr: 0x%05lX ", (long) instance->base); in NCR5380_proc_info()
742 SPRINTF("io_port: %04x ", (int) instance->io_port); in NCR5380_proc_info()
[all …]
Dnsp32.c1445 #undef SPRINTF
1446 #define SPRINTF(args...) \ macro
1476 SPRINTF("NinjaSCSI-32 status\n\n"); in nsp32_proc_info()
1477 SPRINTF("Driver version: %s, $Revision: 1.33 $\n", nsp32_release_version); in nsp32_proc_info()
1478 SPRINTF("SCSI host No.: %d\n", hostno); in nsp32_proc_info()
1479 SPRINTF("IRQ: %d\n", host->irq); in nsp32_proc_info()
1480SPRINTF("IO: 0x%lx-0x%lx\n", host->io_port, host->io_port + host->n_io_port - 1… in nsp32_proc_info()
1481 SPRINTF("MMIO(virtual address): 0x%lx-0x%lx\n", host->base, host->base + data->MmioLength - 1); in nsp32_proc_info()
1482 SPRINTF("sg_tablesize: %d\n", host->sg_tablesize); in nsp32_proc_info()
1483 SPRINTF("Chip revision: 0x%x\n", (nsp32_read2(base, INDEX_REG) >> 8) & 0xff); in nsp32_proc_info()
[all …]
Ddc395x.c4617 #undef SPRINTF
4618 #define SPRINTF(args...) pos += sprintf(pos, args) macro
4622 if (YN) SPRINTF(" Yes ");\
4623 else SPRINTF(" No ")
4638 SPRINTF(DC395X_BANNER " PCI SCSI Host Adapter\n"); in dc395x_proc_info()
4639 SPRINTF(" Driver Version " DC395X_VERSION "\n"); in dc395x_proc_info()
4643 SPRINTF("SCSI Host Nr %i, ", host->host_no); in dc395x_proc_info()
4644 SPRINTF("DC395U/UW/F DC315/U %s\n", in dc395x_proc_info()
4646 SPRINTF("io_port_base 0x%04lx, ", acb->io_port_base); in dc395x_proc_info()
4647 SPRINTF("irq_level 0x%04x, ", acb->irq_level); in dc395x_proc_info()
[all …]
Dsun3_NCR5380.c750 #undef SPRINTF
751 #define SPRINTF(fmt,args...) \ macro
779 SPRINTF("NCR5380 core release=%d.\n", NCR5380_PUBLIC_RELEASE); in NCR5380_proc_info()
782 SPRINTF("NCR5380: coroutine is%s running.\n", main_running ? "" : "n't"); in NCR5380_proc_info()
785 SPRINTF("scsi%d: no currently connected command\n", HOSTNO); in NCR5380_proc_info()
789 SPRINTF("scsi%d: issue_queue\n", HOSTNO); in NCR5380_proc_info()
797 SPRINTF("scsi%d: disconnected_queue\n", HOSTNO); in NCR5380_proc_info()
819 SPRINTF("scsi%d: destination target %d, lun %d\n", in lprint_Scsi_Cmnd()
821 SPRINTF(" command = "); in lprint_Scsi_Cmnd()
823 SPRINTF("%2d (0x%02x)", command[0], command[0]); in lprint_Scsi_Cmnd()
[all …]
Datari_NCR5380.c756 #undef SPRINTF
757 #define SPRINTF(fmt,args...) \ macro
784 SPRINTF("NCR5380 core release=%d.\n", NCR5380_PUBLIC_RELEASE); in NCR5380_proc_info()
787 SPRINTF("NCR5380: coroutine is%s running.\n", in NCR5380_proc_info()
791 SPRINTF("scsi%d: no currently connected command\n", HOSTNO); in NCR5380_proc_info()
795 SPRINTF("scsi%d: issue_queue\n", HOSTNO); in NCR5380_proc_info()
802 SPRINTF("scsi%d: disconnected_queue\n", HOSTNO); in NCR5380_proc_info()
823 SPRINTF("scsi%d: destination target %d, lun %d\n", in lprint_Scsi_Cmnd()
825 SPRINTF(" command = "); in lprint_Scsi_Cmnd()
827 SPRINTF("%2d (0x%02x)", command[0], command[0]); in lprint_Scsi_Cmnd()
[all …]
/drivers/usb/storage/
Dscsiglue.c403 #undef SPRINTF
404 #define SPRINTF(args...) \ macro
419 SPRINTF(" Host scsi%d: usb-storage\n", host->host_no); in proc_info()
428 SPRINTF(" Vendor: %s\n", string); in proc_info()
435 SPRINTF(" Product: %s\n", string); in proc_info()
440 SPRINTF("Serial Number: %s\n", string); in proc_info()
443 SPRINTF(" Protocol: %s\n", us->protocol_name); in proc_info()
444 SPRINTF(" Transport: %s\n", us->transport_name); in proc_info()
/drivers/scsi/pcmcia/
Dnsp_cs.c1367 #undef SPRINTF
1368 #define SPRINTF(args...) \ macro
1395 SPRINTF("NinjaSCSI status\n\n"); in nsp_proc_info()
1396 SPRINTF("Driver version: $Revision: 1.23 $\n"); in nsp_proc_info()
1397 SPRINTF("SCSI host No.: %d\n", hostno); in nsp_proc_info()
1398 SPRINTF("IRQ: %d\n", host->irq); in nsp_proc_info()
1399SPRINTF("IO: 0x%lx-0x%lx\n", host->io_port, host->io_port + host->n_io_port - 1… in nsp_proc_info()
1400 SPRINTF("MMIO(virtual address): 0x%lx-0x%lx\n", host->base, host->base + data->MmioLength - 1); in nsp_proc_info()
1401 SPRINTF("sg_tablesize: %d\n", host->sg_tablesize); in nsp_proc_info()
1403 SPRINTF("burst transfer mode: "); in nsp_proc_info()
[all …]