Searched refs:DEB (Results 1 - 18 of 18) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dsound_config.h134 #ifndef DEB
135 #define DEB(x) macro
H A Dpas2_pcm.c25 #ifndef DEB
26 #define DEB(WHAT) macro
159 DEB(printk("pas2_pcm.c: static int pas_audio_ioctl(unsigned int cmd = %X, unsigned int arg = %X)\n", cmd, arg));
207 DEB(printk("pas2_pcm.c: static void pas_audio_reset(void)\n"));
217 DEB(printk("pas2_pcm.c: static int pas_audio_open(int mode = %X)\n", mode));
242 DEB(printk("pas2_pcm.c: static void pas_audio_close(void)\n"));
259 DEB(printk("pas2_pcm.c: static void pas_audio_output_block(char *buf = %P, int count = %X)\n", buf, count));
306 DEB(printk("pas2_pcm.c: static void pas_audio_start_input(char *buf = %P, int count = %X)\n", buf, count));
391 DEB(printk("pas2_pcm.c: long pas_pcm_init()\n"));
H A Dpas2_mixer.c24 #ifndef DEB
25 #define DEB(what) /* (what) */ macro
123 DEB(printk("static int pas_mixer_set(int whichDev = %d, unsigned int level = %X)\n", whichDev, level));
210 DEB(printk("pas2_mixer.c: void pas_mixer_reset(void)\n"));
223 DEB(printk("pas2_mixer.c: int pas_mixer_ioctl(unsigned int cmd = %X, unsigned int arg = %X)\n", cmd, arg));
H A Dsoundcard.c157 DEB(printk("sound_read(dev=%d, count=%d)\n", dev, count));
183 DEB(printk("sound_write(dev=%d, count=%d)\n", dev, count));
209 DEB(printk("sound_open(dev=%d)\n", dev));
258 DEB(printk("sound_release(dev=%d)\n", dev));
352 DEB(printk("sound_ioctl(dev=%d, cmd=0x%x, arg=0x%x)\n", dev, cmd, arg));
401 DEB(printk("sound_poll(dev=%d)\n", dev));
H A Duart401.c279 DEB(printk("Reset UART401 OK\n"));
H A Dsequencer.c220 DEB(printk("sequencer_write(dev=%d, count=%d)\n", dev, count));
957 DEB(printk("sequencer_open(dev=%d)\n", dev));
1132 DEB(printk("sequencer_release(dev=%d)\n", dev));
H A Dopl3.c280 DEB(printk("Kill note %d\n", voice));
878 DEB(printk("Aftertouch %d\n", voice));
H A Dsb_common.c228 DEB(printk("Entered sb_dsp_reset()\n"));
248 DEB(printk("sb_dsp_reset() OK\n"));
H A Dsb_ess.c868 DEB(printk("Entered ess_dsp_reset()\n"));
884 DEB(printk("sb_dsp_reset() OK\n"));
H A Dad1848.c52 #define DEB(x) macro
1018 DEB(printk("ad1848_close(void)\n"));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dpsi240i.c52 #define DEB(x) x macro
54 #define DEB(x) macro
229 DEB(printk ("\npsi240i error register: %x", error));
263 DEB(printk ("\npsi240i received interrupt\n"));
275 DEB(printk ("\npsi240i Unsolicited interrupt\n"));
284 DEB(printk ("\npsi240i processing interrupt"));
365 DEB(printk ("\npsi240i error Device Status: %X\n", status));
482 DEB (printk ("psi240i_queuecommand: Unsupported command %02X\n", *cdb));
494 DEB (printk ("psi240i_queuecommand: %02X, %02X: Device failed to respond for command\n", *cdb, padapter->ide.ide.ides.cmd));
499 DEB (print
[all...]
H A DNCR53c406a.c90 #define DEB(x) x macro
92 #define DEB(x) macro
473 DEB(printk("NCR53c406a BIOS found at 0x%x\n", (unsigned int) bios_base);
488 DEB(printk("NCR53c406a: port 0x%x in use\n", ports[i]));
509 DEB(printk("NCR53c406a detected\n"));
524 DEB(printk("NCR53c406a: using port_base 0x%x\n", port_base));
541 DEB(printk("NCR53c406a: allocated IRQ %d\n", irq_level));
544 DEB(printk("NCR53c406a: No interrupts detected\n"));
553 DEB(printk("NCR53c406a: Shouldn't get here!\n"));
564 DEB(print
[all...]
H A Daha1740.c67 #define DEB(x) x macro
69 #define DEB(x) macro
249 DEB(printk("aha1740_intr top of loop.\n"));
305 DEB(if (errstatus)
357 DEB(int i);
431 DEB(unsigned char * ptr);
494 DEB(printk("aha1740[%d] critical section\n",ecbno));
517 DEB(printk("aha1740[%d] request queued.\n",ecbno));
545 DEB(printk("aha1740_biosparam\n"));
595 DEB(print
[all...]
H A Daha1542.c83 #define DEB(x) x macro
85 #define DEB(x) macro
331 DEB(printk("Aha1542: %x %x\n", hosterr, scsierr));
362 /* DEB(printk("aha1542_test_port called \n")); */
571 DEB(printk("aha1542_intr_handle: sense:"));
578 DEB(printk("aha1542_intr_handle: buf:"));
584 DEB(if (errstatus) printk("aha1542_intr_handle: returning %6x\n", errstatus));
607 DEB(int i);
612 DEB(if (target > 1) {
755 DEB(print
[all...]
H A Dst.c65 #define DEB(a) a macro
68 #define DEB(a) macro
351 DEB(const char *stp;)
366 DEB(
374 } ) /* end DEB */
419 DEB(
429 } ) /* end DEB */
446 DEB( STp->write_pending = 0; )
545 DEB(
550 ) /* end DEB */
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dlasi_82596.c119 #define DEB(x,y) if (i596_debug & (x)) { y; } macro
642 DEB(DEB_INIT,
664 DEB(DEB_INIT, printk("%s: starting i82596.\n", dev->name));
675 DEB(DEB_INIT, printk("%s: i82596 initialization successful\n", dev->name));
685 DEB(DEB_INIT, printk("%s: queuing CmdConfigure\n", dev->name));
691 DEB(DEB_INIT, printk("%s: queuing CmdSASetup\n", dev->name));
697 DEB(DEB_INIT, printk("%s: queuing CmdTDR\n", dev->name));
708 DEB(DEB_INIT, printk("%s: Issuing RX_START\n", dev->name));
719 DEB(DEB_INIT, printk("%s: Receive unit started OK\n", dev->name));
737 DEB(DEB_RXFRAM
[all...]
H A D82596.c88 #define DEB(x,y) if (i596_debug & (x)) y macro
696 DEB(DEB_INIT,printk(KERN_DEBUG "%s: starting i82596.\n", dev->name));
706 DEB(DEB_INIT,printk(KERN_DEBUG "%s: i82596 initialization successful\n", dev->name));
730 DEB(DEB_INIT,printk(KERN_DEBUG "%s: queuing CmdConfigure\n", dev->name));
735 DEB(DEB_INIT,printk(KERN_DEBUG "%s: queuing CmdSASetup\n", dev->name));
740 DEB(DEB_INIT,printk(KERN_DEBUG "%s: queuing CmdTDR\n", dev->name));
750 DEB(DEB_INIT,printk(KERN_DEBUG "%s: Issuing RX_START\n", dev->name));
758 DEB(DEB_INIT,printk(KERN_DEBUG "%s: Receive unit started OK\n", dev->name));
774 DEB(DEB_RXFRAME,printk(KERN_DEBUG "i596_rx(), rfd_head %p, rbd_head %p\n",
788 DEB(DEB_RXFRAM
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/pcmcia/
H A Dsym53c500_cs.c151 #define DEB(x) x macro
153 #define DEB(x) macro
369 DEB(unsigned char fifo_size;)
370 DEB(unsigned char seq_reg;)
389 DEB(seq_reg = inb(port_base + SEQ_REG));
391 DEB(fifo_size = inb(port_base + FIFO_FLAGS) & 0x1f);
400 DEB(printk("SYM53C500: reset intr received\n"));
424 DEB(printk("SYM53C500: disconnect intr received\n"));
495 DEB(printk("SYM53C500: Message-Out phase\n"));
509 DEB(print
[all...]

Completed in 121 milliseconds