Lines Matching refs:DDB

99 #ifdef DDB
100 #undef DDB
102 #define DDB(x) {if (debug) x;} macro
197 DDB(printk("Wrong C930 signature (%x)\n", tmp)); in detect_c930()
204 DDB(printk("Wrong C930 signature2 (%x)\n", tmp)); in detect_c930()
212 DDB(printk("MC7 not writable (%x)\n", tmp)); in detect_c930()
218 DDB(printk("MC7 not writable2 (%x)\n", tmp)); in detect_c930()
226 DDB(printk("Detected C931 config=0x%02x\n", tmp)); in detect_c930()
278 DDB(printk("MC1_PORT returned 0xff\n")); in detect_mad16()
283 DDB(printk("Port %0x (init value) = %0x\n", i, mad_read(i))) else in detect_mad16()
284 DDB(printk("Port %0x (init value) = %0x\n", i-0x80, mad_read(i))); in detect_mad16()
296 DDB(printk("MC1_PORT didn't close after read (0x%02x)\n", tmp2)); in detect_mad16()
308 DDB(printk("Bit revert test failed (0x%02x, 0x%02x)\n", tmp, tmp2)); in detect_mad16()
339DDB(printk("No MSS signature detected on port 0x%x (0x%x)\n", hw_config->io_base, inb(hw_config->i… in wss_init()
431 DDB(printk("Detect using password = 0xE5\n")); in chip_detect()
439 DDB(printk("Detect using password = 0xE2\n")); in chip_detect()
446 DDB(printk("mad16.c: Mozart detected\n")); in chip_detect()
449 DDB(printk("mad16.c: 82C928 detected???\n")); in chip_detect()
457 DDB(printk("Detect using password = 0xE3\n")); in chip_detect()
461 DDB(printk("mad16.c: 82C929 detected\n")); in chip_detect()
477 DDB(printk("Detect using password = 0xE4\n")); in chip_detect()
480 DDB(printk("port %03x = %02x\n", i, mad_read(i))); in chip_detect()
483 DDB(printk("mad16.c: 82C930 detected\n")); in chip_detect()
490 DDB(printk("Detect using password = 0xE4 for C931\n")); in chip_detect()
498 DDB(printk("Detect using password = 0xE5 (again), port offset -0x80\n")); in chip_detect()
500 DDB(printk("mad16.c: 82C924 PnP detected\n")); in chip_detect()
531 DDB(printk("--- Detecting MAD16 / Mozart ---\n")); in probe_mad16()
541 DDB(printk("port %03x = %02x\n", i, mad_read(i))) else in probe_mad16()
542 DDB(printk("port %03x = %02x\n", i-0x80, mad_read(i))); in probe_mad16()
601 DDB(printk("port %03x after init = %02x\n", i, mad_read(i))) else in probe_mad16()
602 DDB(printk("port %03x after init = %02x\n", i-0x80, mad_read(i))); in probe_mad16()