Searched refs:DDB (Results 1 – 7 of 7) sorted by relevance
/sound/oss/ |
D | ad1848.c | 1547 DDB(printk("ad1848_detect(%x)\n", io_base)); in ad1848_detect() 1598 DDB(printk("ad1848_detect: The base I/O address appears to be dead\n")); in ad1848_detect() 1605 DDB(printk("ad1848_detect() - step 0\n")); in ad1848_detect() 1615 DDB(printk("ad1848_detect() - step A\n")); in ad1848_detect() 1622 DDB(printk("ad1848 detect error - step A (%02x)\n", (int) inb(devc->base))); in ad1848_detect() 1632 DDB(printk("ad1848_detect() - step B\n")); in ad1848_detect() 1642 DDB(printk("ad1848 detect error - step B (%x/%x)\n", tmp1, tmp2)); in ad1848_detect() 1646 DDB(printk("ad1848_detect() - step C\n")); in ad1848_detect() 1656 DDB(printk("ad1848 detect error - step C (%x/%x)\n", tmp1, tmp2)); in ad1848_detect() 1666 DDB(printk("ad1848_detect() - step D\n")); in ad1848_detect() [all …]
|
D | sb_common.c | 243 DDB(printk("sb: No response to RESET\n")); in sb_dsp_reset() 256 DDB(printk("Entered dsp_get_vers()\n")); in dsp_get_vers() 275 DDB(printk("DSP version %d.%02d\n", devc->major, devc->minor)); in dsp_get_vers() 462 DDB(printk("Doing ESS1688 address selection\n")); in relocate_ess1688() 518 DDB(printk("sb_dsp_detect(%x) entered\n", hw_config->io_base)); in sb_dsp_detect() 584 DDB(printk("SB reset failed\n")); in sb_dsp_detect() 645 DDB(printk("sb_dsp_init(%x) entered\n", hw_config->io_base)); in sb_dsp_init() 658 DDB(printk("I/O port mismatch\n")); in sb_dsp_init() 702 DDB(printk("This is a genuine SB Pro\n")); in sb_dsp_init() 725 DDB(printk("IRQ test OK (IRQ%d)\n", devc->irq)); in sb_dsp_init() [all …]
|
D | sound_config.h | 126 #ifndef DDB 127 #define DDB(x) do {} while (0) macro
|
D | sb_audio.c | 1036 DDB(printk("Will use standard SB1.x driver\n")); in sb_audio_init() 1041 DDB(printk("Will use SB2.0 driver\n")); in sb_audio_init() 1047 DDB(printk("Will use SB2.01 (high speed) driver\n")); in sb_audio_init() 1054 DDB(printk("Will use Jazz16 driver\n")); in sb_audio_init() 1061 DDB(printk("Will use ESS ES688/1688 driver\n")); in sb_audio_init() 1066 DDB(printk("Will use SB16 driver\n")); in sb_audio_init() 1078 DDB(printk("Will use SB Pro driver\n")); in sb_audio_init()
|
D | uart401.c | 283 DDB(printk("Reset UART401 failed - No hardware detected.\n")); in reset_uart401() 295 DDB(printk("Entered probe_uart401()\n")); in probe_uart401()
|
D | mpu401.c | 1200 DDB(printk("MPU401: Port %x looks dead.\n", hw_config->io_base)); in probe_mpu401() 1207 DDB(printk("MPU401: Reset failed on port %x\n", hw_config->io_base)); in probe_mpu401()
|
D | sb_ess.c | 877 DDB(printk("sb: No response to RESET\n")); in ess_dsp_reset()
|