/linux-2.4.37.9/drivers/acorn/block/ |
D | fd1772.c | 175 #define DPRINT(a) printk a macro 177 #define DPRINT(a) macro 240 DPRINT(("FDC1772_WRITE new command 0x%x @ %d\n", val,jiffies)); in FDC1772_WRITE() 242 DPRINT(("FDC1772_WRITE: Hmm fdc1772_fdc_int_done true - resetting\n")); in FDC1772_WRITE() 441 DPRINT(("fd_deselect\n")); in fd_deselect() 481 DPRINT(("fdc1772: deselecting in fd_motor_off_timer\n")); in fd_motor_off_timer() 530 DPRINT(("wpstat[%d] = %d\n", drive, stat)); in check_change() 577 …DPRINT(("FDC1772 irq, status = %02x handler = %08lx\n", (unsigned int) status, (unsigned long) han… in floppy_irqconsequencehandler() 580 DPRINT(("FDC1772 irq, no handler status=%02x\n", fdc1772_comendstatus)); in floppy_irqconsequencehandler() 582 DPRINT(("FDC1772 irq: end of floppy_irq\n")); in floppy_irqconsequencehandler() [all …]
|
/linux-2.4.37.9/arch/ia64/kernel/ |
D | unaligned.c | 30 # define DPRINT(a...) do { printk("%s %u: ", __FUNCTION__, __LINE__); printk (a); } while (0) macro 45 # define DPRINT(a...) macro 307 DPRINT("ignoring write to r%lu; only %lu registers are allocated!\n", r1, sof); in set_rse_reg() 314 DPRINT("r%lu, sw.bspstore=%lx pt.bspstore=%lx sof=%ld sol=%ld ridx=%ld\n", in set_rse_reg() 339 DPRINT("ignoring kernel write to r%lu; register isn't on the RBS!", r1); in set_rse_reg() 348 DPRINT("ubs_end=%p bsp=%p addr=%p\n", (void *) ubs_end, (void *) bsp, (void *) addr); in set_rse_reg() 355 DPRINT("rnat @%p = 0x%lx nat=%d old nat=%ld\n", in set_rse_reg() 365 DPRINT("rnat changed to @%p = 0x%lx\n", (void *) rnat_addr, rnats); in set_rse_reg() 384 DPRINT("ignoring read from r%lu; only %lu registers are allocated!\n", r1, sof); in get_rse_reg() 391 DPRINT("r%lu, sw.bspstore=%lx pt.bspstore=%lx sof=%ld sol=%ld ridx=%ld\n", in get_rse_reg() [all …]
|
/linux-2.4.37.9/drivers/block/ |
D | floppy.c | 304 #define DPRINT(format, args...) printk(DEVICE_NAME "%d: " format, current_drive , ## args) macro 628 DPRINT("timeout handler died: %s\n",message); in is_alive() 667 DPRINT("reschedule timeout "); in __reschedule_timeout() 741 DPRINT("WARNING disk change called early\n"); in disk_change() 745 DPRINT("probing disk change on unselected drive\n"); in disk_change() 746 DPRINT("drive=%d fdc=%d dor=%x\n",drive, FDC(drive), in disk_change() 753 DPRINT("checking disk change line for drive %d\n",drive); in disk_change() 754 DPRINT("jiffies=%lu\n", jiffies); in disk_change() 755 DPRINT("disk change line=%x\n",fd_inb(FD_DIR)&0x80); in disk_change() 756 DPRINT("flags=%lx\n",UDRS->flags); in disk_change() [all …]
|
D | ataflop.c | 347 #define DPRINT(a) printk a macro 349 #define DPRINT(a) macro 562 DPRINT(( "wpstat[%d] = %d\n", drive, stat )); in check_change() 606 DPRINT(("FDC irq, status = %02x handler = %08lx\n",status,(unsigned long)handler)); in floppy_irq() 610 DPRINT(("FDC irq, no handler\n")); in floppy_irq() 662 DPRINT(("do_format( dr=%d tr=%d he=%d offs=%d )\n", in do_format() 741 DPRINT(("do_fd_action\n")); in do_fd_action() 795 DPRINT(("fd_calibrate\n")); in fd_calibrate() 809 DPRINT(("fd_calibrate_done()\n")); in fd_calibrate_done() 842 DPRINT(("fd_seek() to track %d\n",ReqTrack)); in fd_seek() [all …]
|
/linux-2.4.37.9/drivers/sound/ |
D | wavfront.c | 132 #define DPRINT(cond, format, args...) \ macro 137 #define DPRINT(cond, format, args...) macro 453 DPRINT (WF_DEBUG_DATA, "read timeout.\n"); in wavefront_read() 467 DPRINT (WF_DEBUG_DATA, "write timeout.\n"); in wavefront_write() 497 DPRINT (WF_DEBUG_CMD, "0x%x [%s] (%d,%d,%d)\n", in wavefront_cmd() 502 DPRINT ((WF_DEBUG_IO|WF_DEBUG_CMD), "cannot request " in wavefront_cmd() 509 DPRINT (WF_DEBUG_DATA, "writing %d bytes " in wavefront_cmd() 515 DPRINT (WF_DEBUG_IO, "bad write for byte " in wavefront_cmd() 521 DPRINT (WF_DEBUG_DATA, "write[%d] = 0x%x\n", in wavefront_cmd() 527 DPRINT (WF_DEBUG_DATA, "reading %d ints " in wavefront_cmd() [all …]
|
/linux-2.4.37.9/net/appletalk/ |
D | ddp.c | 103 #define DPRINT(x) print(x) macro 105 #define DPRINT(x) macro
|