Lines Matching refs:DPRINT
154 #define DPRINT(format, args...) \ macro
160 do { if ((test) & FD_DEBUG) DPRINT(fmt, ##args); } while (0)
163 do { if (0) DPRINT(fmt, ##args); } while (0)
650 DPRINT("%s: timeout handler died. %s\n", func, message); in is_alive()
690 DPRINT("reschedule timeout %s\n", message); in __reschedule_timeout()
744 DPRINT("WARNING disk change called early\n"); in disk_change()
747 DPRINT("probing disk change on unselected drive\n"); in disk_change()
748 DPRINT("drive=%d fdc=%d dor=%x\n", drive, FDC(drive), in disk_change()
771 DPRINT("Disk type is undefined after disk change\n"); in disk_change()
895 DPRINT("FDC access conflict!\n"); in unlock_fdc()
1014 DPRINT("disk removed during i/o\n"); in fd_watchdog()
1113 DPRINT("Getstatus times out (%x) on fdc %d\n", status, fdc); in wait_til_ready()
1138 DPRINT("Unable to send byte %x to FDC. Fdc=%x Status=%x\n", in output_byte()
1167 DPRINT("get result error. Fdc=%d Last status=%x Read bytes=%d\n", in result()
1206 DPRINT("Invalid data rate for perpendicular mode!\n"); in perpendicular_mode()
1226 DPRINT("perpendicular mode not supported by this FDC.\n"); in perpendicular_mode()
1373 DPRINT(""); in print_errors()
1413 DPRINT("-- FDC reply error\n"); in interpret_errors()
1425 DPRINT("Drive is write protected\n"); in interpret_errors()
1433 DPRINT("Over/Underrun - retrying\n"); in interpret_errors()
1443 DPRINT("Invalid FDC command given!\n"); in interpret_errors()
1447 DPRINT("Abnormal termination caused by polling\n"); in interpret_errors()
1523 DPRINT("seek failed\n"); in seek_interrupt()
1671 DPRINT("%s ", message); in print_result()
1849 DPRINT("floppy timeout called\n"); in floppy_shutdown()
2310 DPRINT("long rw: %x instead of %lx\n", in rw_interrupt()
2348 DPRINT("Auto-detected floppy type %s in fd%d\n", in rw_interrupt()
2425 DPRINT("in copy buffer\n"); in copy_buffer()
2453 DPRINT("buffer overrun in copy buffer %d\n", in copy_buffer()
2466 DPRINT("%p buffer not aligned\n", buffer); in copy_buffer()
2479 DPRINT("weirdness: remaining %d\n", remaining >> 9); in copy_buffer()
2544 DPRINT("%s: unknown command\n", __func__); in make_raw_rw_request()
2685 DPRINT("%s: zero dma transfer attempted\n", __func__); in make_raw_rw_request()
2686 DPRINT("indirect=%d direct=%d fsector_t=%d\n", in make_raw_rw_request()
2721 DPRINT("internal error offset !=0 on write\n"); in make_raw_rw_request()
2742 DPRINT("fractionary current count b=%lx s=%lx\n", in make_raw_rw_request()
2767 DPRINT("buffer overrun in schedule dma\n"); in make_raw_rw_request()
2780 DPRINT("buffer overrun in direct transfer\n"); in make_raw_rw_request()
2783 DPRINT("more sectors than bytes\n"); in make_raw_rw_request()
2788 DPRINT("zero dma transfer attempted from make_raw_request\n"); in make_raw_rw_request()
2842 DPRINT("disk absent or changed during operation\n"); in redo_fd_request()
2850 DPRINT("no autodetectable formats\n"); in redo_fd_request()
3424 DPRINT("obsolete eject ioctl\n"); in fd_locked_ioctl()
3425 DPRINT("please use floppycontrol --eject\n"); in fd_locked_ioctl()
3983 DPRINT("floppy_release with fd_ref == 0"); in floppy_release()
4039 DPRINT("Unable to allocate DMA memory\n"); in floppy_open()
4342 DPRINT("%s flag 0x%x\n", param2 ? "Setting" : "Clearing", param); in floppy_set_flags()
4361 DPRINT("Assuming %s floppy hardware\n", param ? "standard" : "broken"); in daring()
4369 DPRINT("wrong number of parameters for CMOS\n"); in set_cmos()
4374 DPRINT("bad drive for set_cmos\n"); in set_cmos()
4382 DPRINT("setting CMOS code to %d\n", ints[2]); in set_cmos()
4441 DPRINT("%s=%d\n", str, param); in floppy_setup()
4449 DPRINT("unknown floppy option [%s]\n", str); in floppy_setup()
4451 DPRINT("allowed options are:"); in floppy_setup()
4456 DPRINT("botched floppy option\n"); in floppy_setup()
4457 DPRINT("Read Documentation/admin-guide/blockdev/floppy.rst\n"); in floppy_setup()
4689 DPRINT("no floppy controllers found\n"); in do_floppy_init()
4793 DPRINT("Floppy io-port 0x%04lx in use\n", in floppy_request_regions()
4819 DPRINT("Unable to grab IRQ%d for the floppy driver\n", in floppy_grab_irq_and_dma()
4825 DPRINT("Unable to grab DMA%d for the floppy driver\n", in floppy_grab_irq_and_dma()