Lines Matching refs:debug
252 #define debug(a) Debug(a) macro
254 #define debug(a) (void) 0; macro
339 debug(("Deleting bytes from fifo:")); in clear_ur()
342 debug((" 0x%x", cd->ur[cd->ur_r])); in clear_ur()
343 debug(("\n")); in clear_ur()
368 debug(("Intr, 0x%x 0x%x, %d\n", cd->intr_ds, cd->intr_ls, in cm206_interrupt()
376 debug(("receiving #%d: 0x%x\n", cd->ur_w, in cm206_interrupt()
381 debug(("cd->ur overflow!\n")); in cm206_interrupt()
409 debug(("Fifo overflow at sectors 0x%x\n", in cm206_interrupt()
415 debug(("Data error at sector 0x%x\n", cd->sector_first)); in cm206_interrupt()
418 debug(("CRC error at sector 0x%x\n", cd->sector_first)); in cm206_interrupt()
421 debug(("Sync at sector 0x%x\n", cd->sector_first)); in cm206_interrupt()
442 debug(("Timing out\n")); in cm206_timeout()
454 debug(("going to sleep\n")); in sleep_or_timeout()
472 debug(("Sending 0x%x\n", command)); in send_command()
480 debug(("Time out on write-buffer\n")); in send_command()
484 debug(("Write commmand delayed\n")); in send_command()
493 debug(("cli\n")); in receive_byte()
497 debug(("returning #%d: 0x%x\n", cd->ur_r, in receive_byte()
503 debug(("Time out on receive-buffer\n")); in receive_byte()
513 debug(("slept; returning #%d: 0x%x\n", cd->ur_r, in receive_byte()
541 debug(("command 0x%x echoed as 0x%x\n", command, e)); in type_0_command()
599 debug(("read_sector: %x echoes %x\n", in start_read()
604 debug(("Second try %x\n", e)); in start_read()
617 debug(("c_stop didn't send 0xff, but 0x%x\n", e)); in stop_read()
671 debug(("Read timed out sector 0x%x\n", start)); in read_sector()
679 debug(("Took me some tries\n")) in read_sector()
682 debug(("MAX_TRIES tries for read sector\n")); in read_sector()
705 debug(("bh: %d\n", cd->background)); in cm206_bh()
725 debug(("cm206_bh: c_stop echoed 0x%x\n", in cm206_bh()
737 debug(("cm206_bh: c_stop reacted with 0x%x\n", cd->ur[cd->ur_r])); in cm206_bh()
764 debug(("get_disc_status: error\n")); in get_disc_status()
837 …debug(("Timed out during background wait: %d %d %d %d\n", sector, cd->adapter_last, cd->adapter_fi… in try_adapter()
864 debug(("Non-read command %d on cdrom\n", in do_cm206_request()
893 debug(("cm206_request: %d %d\n", e1, e2)); in do_cm206_request()
1189 debug(("Unknown ioctl call 0x%x\n", cmd)); in cm206_ioctl()