Lines Matching refs:dprintk

193 #define dprintk printk  macro
195 #define dprintk(format,args...) macro
716 dprintk(KERN_DEBUG "wd7000_setup: IRQ=%d, DMA=%d, I/O=0x%x, " in wd7000_setup()
906 dprintk("wd7000_mail_out: 0x%06lx", (long) scbptr); in mail_out()
913 dprintk(" using OGMB 0x%x", ogmb); in mail_out()
924 dprintk(", scb is 0x%06lx", (long) scbptr); in mail_out()
935 dprintk(", no free OGMBs.\n"); in mail_out()
944 dprintk(", awaiting interrupt.\n"); in mail_out()
991 dprintk("\nSCSI command error: SCSI 0x%02x host 0x%04x return %d\n", scsierr, in_error, hosterr); in make_code()
1013 dprintk("wd7000_intr: irq = %d, host = 0x%06lx\n", irq, (long) host); in wd7000_intr()
1017 dprintk("wd7000_intr: intr stat = 0x%02x\n", flag); in wd7000_intr()
1028 dprintk("wd7000_intr: phantom interrupt...\n"); in wd7000_intr()
1037 dprintk("wd7000_intr: free outgoing mailbox\n"); in wd7000_intr()
1050 dprintk("wd7000_intr: unsolicited interrupt 0x%02x\n", icmb_status); in wd7000_intr()
1077 dprintk("wd7000_intr: return from interrupt handler\n"); in wd7000_intr()
1113 dprintk("Using scatter/gather with %d elements.\n", nseg); in wd7000_queuecommand_lck()
1300 dprintk("Buffer = <%.*s>, length = %d\n", length, buffer, length); in wd7000_set_info()
1305 dprintk("Sorry, this function is currently out of order...\n"); in wd7000_set_info()
1385 dprintk("wd7000_detect: started\n"); in wd7000_detect()
1434 dprintk("wd7000_detect: pass %d\n", pass + 1); in wd7000_detect()
1437 dprintk("WD-7000 SST BIOS not detected...\n"); in wd7000_detect()
1439 dprintk("WD-7000 SST BIOS detected at 0x%lx: checking...\n", wd7000_biosaddr[biosaddr_ptr]); in wd7000_detect()
1450 dprintk("wd7000_detect: check IO 0x%x region...\n", iobase); in wd7000_detect()
1454 dprintk("wd7000_detect: ASC reset (IO 0x%x) ...", iobase); in wd7000_detect()
1463 dprintk("failed!\n"); in wd7000_detect()
1466 dprintk("ok!\n"); in wd7000_detect()
1482 dprintk("wd7000_detect: adapter allocated at 0x%x\n", (int) host); in wd7000_detect()
1494dprintk("wd7000_detect: Trying init WD-7000 card at IO " "0x%x, IRQ %d, DMA %d...\n", host->iobase… in wd7000_detect()
1520 dprintk("wd7000_detect: IO 0x%x region already allocated!\n", iobase); in wd7000_detect()
1594 dprintk("wd7000_biosparam: dev=%s, size=%d, ", in wd7000_biosparam()
1630 dprintk("bios geometry: head=%d, sec=%d, cyl=%d\n", ip[0], ip[1], ip[2]); in wd7000_biosparam()
1631 dprintk("WARNING: check, if the bios geometry is correct.\n"); in wd7000_biosparam()