Lines Matching refs:SPRINTF
1298 #undef SPRINTF
1299 #define SPRINTF(args...) { seq_printf(m, ## args); } macro
1323 …SPRINTF("Host scsi%d: Western Digital WD-7000 (rev %d.%d)\n", host->host_no, adapter->rev1, adapte… in wd7000_show_info()
1324 SPRINTF(" IO base: 0x%x\n", adapter->iobase); in wd7000_show_info()
1325 SPRINTF(" IRQ: %d\n", adapter->irq); in wd7000_show_info()
1326 SPRINTF(" DMA channel: %d\n", adapter->dma); in wd7000_show_info()
1327 SPRINTF(" Interrupts: %d\n", adapter->int_counter); in wd7000_show_info()
1328 SPRINTF(" BUS_ON time: %d nanoseconds\n", adapter->bus_on * 125); in wd7000_show_info()
1329 SPRINTF(" BUS_OFF time: %d nanoseconds\n", adapter->bus_off * 125); in wd7000_show_info()
1335 SPRINTF("\nControl port value: 0x%x\n", adapter->control); in wd7000_show_info()
1336 SPRINTF("Incoming mailbox:\n"); in wd7000_show_info()
1337 SPRINTF(" size: %d\n", ICMB_CNT); in wd7000_show_info()
1338 SPRINTF(" queued messages: "); in wd7000_show_info()
1343 SPRINTF("0x%x ", i); in wd7000_show_info()
1346 SPRINTF(count ? "\n" : "none\n"); in wd7000_show_info()
1348 SPRINTF("Outgoing mailbox:\n"); in wd7000_show_info()
1349 SPRINTF(" size: %d\n", OGMB_CNT); in wd7000_show_info()
1350 SPRINTF(" next message: 0x%x\n", adapter->next_ogmb); in wd7000_show_info()
1351 SPRINTF(" queued messages: "); in wd7000_show_info()
1356 SPRINTF("0x%x ", i); in wd7000_show_info()
1359 SPRINTF(count ? "\n" : "none\n"); in wd7000_show_info()