Searched refs:DBG (Results 1 - 25 of 248) sorted by relevance

12345678910

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Deata_pio.h48 #define DBG(x, y) if ((x)) {y;} macro
50 #define DBG(x, y) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/brcm-boards/bcm947xx/
H A Dgen_gpio.c33 //#define DBG(x...) printk(KERN_DEBUG x)
34 #define DBG(x...) printk(KERN_ERR x) macro
36 #define DBG(x...) macro
49 DBG("%s: si_kattach failed\n", __FUNCTION__);
70 DBG("%s: gpio %d - input 0x%x\n", __FUNCTION__, gpio, ret);
82 DBG("%s: gpio %d, value %d - out 0x%x outen 0x%x\n", __FUNCTION__, gpio, value, out, outen);
112 DBG("%s: gpio %d label %s mask 0x%x reserve 0x%x\n", __FUNCTION__, gpio,
116 DBG("%s: si_gpiocontrol 0x%x\n", __FUNCTION__, ret);
120 DBG("%s: si_gpiopull (down) 0x%x\n", __FUNCTION__, ret);
123 DBG("
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/ps3/
H A Dsmp.c30 #define DBG(fmt...) udbg_printf(fmt) macro
32 #define DBG(fmt...) do{if(0)printk(fmt);}while(0) macro
61 DBG("%s:%d: bad msg: %d\n", __func__, __LINE__, msg);
69 DBG("%s:%d: ps3_send_event_locally(%d, %d) failed"
100 DBG(" -> %s:%d: (%d)\n", __func__, __LINE__, cpu);
118 DBG("%s:%d: (%d, %d) => virq %u\n",
130 DBG(" <- %s:%d: (%d)\n", __func__, __LINE__, cpu);
138 DBG(" -> %s:%d: (%d)\n", __func__, __LINE__, cpu);
146 DBG(" <- %s:%d: (%d)\n", __func__, __LINE__, cpu);
158 DBG("
[all...]
H A Dsetup.c40 #define DBG(fmt...) udbg_printf(fmt) macro
42 #define DBG(fmt...) do{if(0)printk(fmt);}while(0) macro
75 DBG("%s:%d cmd '%s'\n", __func__, __LINE__, cmd);
83 DBG("%s:%d\n", __func__, __LINE__);
91 DBG("%s:%d %s\n", __func__, __LINE__, str);
151 DBG(" -> %s:%d\n", __func__, __LINE__);
171 DBG(" <- %s:%d\n", __func__, __LINE__);
184 DBG(" -> %s:%d\n", __func__, __LINE__);
197 DBG(" <- %s:%d\n", __func__, __LINE__);
204 DBG("
[all...]
H A Dmm.c33 #define DBG(fmt...) udbg_printf(fmt) macro
35 #define DBG(fmt...) do{if(0)printk(fmt);}while(0) macro
120 DBG("%s:%d: map.total = %lxh\n", func, line, m->total);
121 DBG("%s:%d: map.rm.size = %lxh\n", func, line, m->rm.size);
122 DBG("%s:%d: map.vas_id = %lu\n", func, line, m->vas_id);
123 DBG("%s:%d: map.htab_size = %lxh\n", func, line, m->htab_size);
124 DBG("%s:%d: map.r1.base = %lxh\n", func, line, m->r1.base);
125 DBG("%s:%d: map.r1.offset = %lxh\n", func, line, m->r1.offset);
126 DBG("%s:%d: map.r1.size = %lxh\n", func, line, m->r1.size);
166 DBG("
[all...]
H A Dhtab.c32 #define DBG(fmt...) udbg_printf(fmt) macro
34 #define DBG(fmt...) do{if(0)printk(fmt);}while(0) macro
50 DBG("%s:%d: pa = %lxh\n", func, line, pa);
51 DBG("%s:%d: lpar = %lxh\n", func, line,
53 DBG("%s:%d: va = %lxh\n", func, line, va);
54 DBG("%s:%d: group = %lxh\n", func, line, group);
55 DBG("%s:%d: bitmap = %lxh\n", func, line, bitmap);
56 DBG("%s:%d: hpte.v = %lxh\n", func, line, lhpte.v);
57 DBG("%s:%d: hpte.r = %lxh\n", func, line, lhpte.r);
58 DBG("
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Daedsp16.c264 # define DBG(x) printk x macro
271 # define DBG(x) macro
534 DBG((" Read DSP Byte (0x%x): ", port));
537 DBG(("failure.\n"));
543 DBG(("read [0x%x]/{%c}.\n", inbyte, inbyte));
559 DBG(("Reset DSP:\n"));
567 DBG(("success.\n"));
570 DBG(("failure.\n"));
579 DBG((" Write DSP Byte (0x%x) [0x%x]: ", port, cmd));
588 DBG(("succes
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/pci/
H A Dfixup-rbtx4927.c45 #define DBG(x...) printk(x) macro
47 #define DBG(x...) macro
86 DBG("pci_get_irq: pin is %d\n", pin);
96 DBG("irq is now %d\n", irq);
114 DBG("PCI Backplane PCI_SLOT(dev->devfn) is %d\n",
118 DBG("assigned irq %d\n", irq);
H A Dfixup-pnx8550.c31 #define DBG(x...) printk(x) macro
33 #define DBG(x...) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/soc/bcm947xx/
H A Dbcm94717ap.c52 #define DBG(x...) printk(KERN_ERR x) macro
54 #define DBG(x...) macro
69 DBG("%s:\n", __FUNCTION__);
77 DBG("%s\n", __FUNCTION__);
97 DBG("%s: calling set_fmt with fmt 0x%x\n", __FUNCTION__, fmt);
111 DBG("%s: Error CODEC DAI set_pll returned %d\n", __FUNCTION__, ret);
117 DBG("%s: codec set_sysclk returned %d\n", __FUNCTION__, ret);
125 DBG("%s: cpu set_sysclk returned %d\n", __FUNCTION__, ret);
143 DBG("%s\n", __FUNCTION__);
184 DBG("
[all...]
H A Dbcm947xx.c54 #define DBG(x...) printk(KERN_ERR x) macro
56 #define DBG(x...) macro
77 DBG("%s:\n", __FUNCTION__);
84 DBG("%s\n", __FUNCTION__);
105 DBG("%s: calling set_fmt with fmt 0x%x\n", __FUNCTION__, fmt);
120 DBG("%s: Error, PLL not configured for this sample rate %d\n", __FUNCTION__,
134 DBG("%s: Error CODEC DAI set_pll returned %d\n", __FUNCTION__, ret);
140 DBG("%s: codec set_sysclk returned %d\n", __FUNCTION__, ret);
148 DBG("%s: cpu set_sysclk returned %d\n", __FUNCTION__, ret);
166 DBG("
[all...]
H A Dbcm947xx-i2s.c53 #define DBG(x...) printk(KERN_ERR x) macro
55 #define DBG(x...) macro
68 //DBG("%s\n", __FUNCTION__);
74 //DBG("%s\n", __FUNCTION__);
93 DBG("%s - TBD\n", __FUNCTION__);
100 DBG("%s - TBD\n", __FUNCTION__);
109 DBG("%s w/cmd %d\n", __FUNCTION__, cmd);
137 DBG("%s: format 0x%x\n", __FUNCTION__, fmt);
163 DBG("%s: unsupported MASTER: 0x%x \n", __FUNCTION__,
173 DBG("
[all...]
H A Dbcm947xx-pcm.c55 #define DBG(x...) printk(KERN_ERR x) macro
57 #define DBG(x...) macro
191 DBG("\n\n%s: Turning off all interrupts due to error\n", __FUNCTION__);
192 DBG("%s: intstatus 0x%x intmask 0x%x\n", __FUNCTION__, intstatus, intmask);
219 DBG("%s\n", __FUNCTION__);
238 DBG("%s: i2s devcontrol 0x%x devstatus 0x%x\n", __FUNCTION__,
241 DBG("%s: i2s intstatus 0x%x intmask 0x%x\n", __FUNCTION__,
244 DBG("%s: i2s control 0x%x\n", __FUNCTION__,
246 DBG("%s: i2s clkdivider 0x%x txplayth 0x%x\n", __FUNCTION__,
249 DBG("
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/capi/
H A Dkcapi.h19 #define DBG(format, arg...) do { \ macro
23 #define DBG(format, arg...) /* */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/mb93090-mb00/
H A Dpci-frv.h12 #define DBG(x...) printk(x) macro
14 #define DBG(x...) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/soc/s3c24xx/
H A Ds3c24xx-i2s.c48 #define DBG(x...) printk(KERN_DEBUG x) macro
50 #define DBG(x...) macro
87 DBG("Entered %s\n", __FUNCTION__);
93 DBG("r: IISCON: %lx IISMOD: %lx IISFCON: %lx\n", iiscon, iismod, iisfcon);
123 DBG("w: IISCON: %lx IISMOD: %lx IISFCON: %lx\n", iiscon, iismod, iisfcon);
132 DBG("Entered %s\n", __FUNCTION__);
138 DBG("r: IISCON: %lx IISMOD: %lx IISFCON: %lx\n", iiscon, iismod, iisfcon);
168 DBG("w: IISCON: %lx IISMOD: %lx IISFCON: %lx\n", iiscon, iismod, iisfcon);
180 DBG("Entered %s\n", __FUNCTION__);
199 DBG("Entere
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/kernel/
H A Dsignal.c44 #define DBG(LEVEL, ...) \ macro
48 #define DBG(LEVEL, ...) macro
91 DBG(2,"restore_sigcontext: iaoq is 0x%#lx / 0x%#lx\n",
93 DBG(2,"restore_sigcontext: r28 is %ld\n", regs->gr[28]);
117 DBG(2,"sys_rt_sigreturn: frame is %p\n", frame);
123 DBG(2,"sys_rt_sigreturn: ELF32 process.\n");
143 DBG(1,"sys_rt_sigreturn: compat_frame->uc.uc_mcontext 0x%p\n",
148 DBG(1,"sys_rt_sigreturn: usp %#08lx stack 0x%p\n",
155 DBG(1,"sys_rt_sigreturn: frame->uc.uc_mcontext 0x%p\n",
159 DBG(
[all...]
H A Dsignal32.c44 #define DBG(LEVEL, ...) \ macro
48 #define DBG(LEVEL, ...) macro
198 DBG(2,"restore_sigcontext32: PER_LINUX32 process\n");
199 DBG(2,"restore_sigcontext32: sc = 0x%p, rf = 0x%p, regs = 0x%p\n", sc, rf, regs);
200 DBG(2,"restore_sigcontext32: compat_sigcontext is %#lx bytes\n", sizeof(*sc));
207 DBG(3,"restore_sigcontext32: gr%02d = %#lx (%#x / %#x)\n",
210 DBG(2,"restore_sigcontext32: sc->sc_fr = 0x%p (%#lx)\n",sc->sc_fr, sizeof(sc->sc_fr));
220 DBG(2,"restore_sigcontext32: upper half of iaoq[0] = %#lx\n", compat_regt);
221 DBG(2,"restore_sigcontext32: sc->sc_iaoq[0] = %p => %#x\n",
228 DBG(
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dcrash_dump.c23 #define DBG(fmt...) udbg_printf(fmt) macro
25 #define DBG(fmt...) macro
51 DBG(" -> setup_kdump_trampoline()\n");
60 DBG(" <- setup_kdump_trampoline()\n");
H A Dlegacy_serial.c18 #define DBG(fmt...) do { printk(fmt); } while(0) macro
20 #define DBG(fmt...) do { } while(0) macro
158 DBG(" -> add_legacy_isa_port(%s)\n", np->full_name);
201 DBG(" -> add_legacy_pci_port(%s)\n", np->full_name);
278 DBG("default console speed = %d\n", info->speed);
297 DBG(" -> find_legacy_serial_port()\n");
304 DBG("stdout is %s\n", stdout->full_name);
306 DBG(" no linux,stdout-path !\n");
385 DBG("legacy_serial_console = %d\n", legacy_serial_console);
388 DBG(" <
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/celleb/
H A Dsmp.c43 #define DBG(fmt...) udbg_printf(fmt) macro
45 #define DBG(fmt...) macro
119 DBG(" -> smp_init_celleb()\n");
123 DBG(" <- smp_init_celleb()\n");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/pseries/
H A Dfirmware.c30 #define DBG(fmt...) udbg_printf(fmt) macro
32 #define DBG(fmt...) macro
75 DBG(" -> fw_feature_init()\n");
103 DBG(" <- fw_feature_init()\n");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/plat-iop/
H A Dpci.c31 #define DBG(x...) printk(x) macro
33 #define DBG(x...) do { } while (0) macro
72 DBG("\t\t\tPCI: P0 - status = 0x%08x\n", status);
79 DBG("\t\t\tPCI: P1 - status = 0x%08x\n", status);
176 DBG("PCI abort: address = 0x%08lx fsr = 0x%03x PC = 0x%08lx LR = 0x%08lx\n",
332 DBG("PCI: Intel 803xx PCI init code.\n");
333 DBG("ATU: IOP3XX_ATUCMD=0x%04x\n", *IOP3XX_ATUCMD);
334 DBG("ATU: IOP3XX_OMWTVR0=0x%04x, IOP3XX_OIOWTVR=0x%04x\n",
337 DBG("ATU: IOP3XX_ATUCR=0x%08x\n", *IOP3XX_ATUCR);
338 DBG("AT
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/blkid/
H A Dread.c121 DBG(DEBUG_READ, printf("found device header: %8s\n", p));
140 DBG(DEBUG_READ, printf("found device trailer %9s\n", *cp));
164 DBG(DEBUG_READ,
171 DBG(DEBUG_READ, printf("device should be %*s\n", end - start, start));
181 DBG(DEBUG_READ,
187 DBG(DEBUG_READ, printf("blkid: empty device name: %s\n", *cp));
195 DBG(DEBUG_READ, printf("found dev %s\n", name));
224 DBG(DEBUG_READ,
278 DBG(DEBUG_READ, printf(" tag: %s=\"%s\"\n", name, value));
304 DBG(DEBUG_REA
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hisax/
H A Dhisax_isac.c246 DBG(DBG_PR, "pr %#x", pr);
252 DBG(DBG_L1M, "ph_command %#x", command);
437 DBG(DBG_L1M, "%s", buf);
446 DBG(1, "ISAC version (%x): %s", val, ISACVer[(val >> 5) & 3]);
455 DBG(DBG_IRQ, "count %d", count);
458 DBG(DBG_WARN, "overrun %d", isac->rcvidx + count);
484 DBG(DBG_IRQ, "count %d", count);
504 DBG(DBG_WARN, "no skb");
517 DBG(DBG_IRQ, "CIR0 %#x", val);
519 DBG(DBG_IR
[all...]

Completed in 218 milliseconds

12345678910