Searched refs:DBG (Results 51 - 75 of 247) sorted by relevance

12345678910

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/mm/
H A Dlmb.c28 #define DBG(fmt...) udbg_printf(fmt) macro
30 #define DBG(fmt...) macro
42 DBG("lmb_dump_all:\n");
43 DBG(" memory.cnt = 0x%lx\n", lmb.memory.cnt);
44 DBG(" memory.size = 0x%lx\n", lmb.memory.size);
46 DBG(" memory.region[0x%x].base = 0x%lx\n",
48 DBG(" .size = 0x%lx\n",
52 DBG("\n reserved.cnt = 0x%lx\n", lmb.reserved.cnt);
53 DBG(" reserved.size = 0x%lx\n", lmb.reserved.size);
55 DBG(" reserve
[all...]
H A Dslb.c30 #define DBG(fmt...) udbg_printf(fmt) macro
32 #define DBG(fmt...) macro
214 DBG("SLB: linear LLP = %04x\n", linear_llp);
215 DBG("SLB: io LLP = %04x\n", io_llp);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/isdn/hisax/
H A Dhisax_debug.h28 #define DBG(level, format, arg...) do { \ macro
74 #define DBG(level, format, arg...) do {} while (0) macro
H A Dhisax_fcpcipnp.c163 DBG(0x1000, " port %#x, value %#x",
176 DBG(0x1000, " port %#x, value %#x",
226 DBG(0x40, "hdlc %c wr%x ctrl %x",
256 DBG(0x1000, " port %#x, value %#x",
268 DBG(0x1000, " port %#x, value %#x",
316 DBG(0x40, "hdlc %c wr%x ctrl %x",
345 DBG(0x40, "hdlc %c wr%x ctrl %x",
376 DBG(2, "pr %#x", pr);
388 DBG(0x40, "hdlc_fill_fifo");
400 DBG(
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/platforms/86xx/
H A Dpci.c34 #define DBG(fmt, args...) printk(KERN_ERR "%s: " fmt, __FUNCTION__, ## args) macro
36 #define DBG(fmt, args...) macro
64 DBG("PCIE memory map start 0x%x, size 0x%x\n", rsrc->start,
83 DBG("PCIE MEM resource start 0x%08x, size 0x%08x.\n",
102 DBG("PCIE IO resource start 0x%08x, size 0x%08x, phy base 0x%08x.\n",
127 DBG("PCIE host controller register offset 0x%08x, size 0x%08x.\n",
160 DBG("Adding PCIE host bridge %s\n", dev->full_name);
194 DBG(" ->Hose at 0x%p, cfg_addr=0x%p,cfg_data=0x%p\n",
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/xtensa/lib/
H A Dpci-auto.c58 # define DBG(x...) printk(x) macro
60 # define DBG(x...) macro
100 DBG("PCI Autoconfig: BAR %d, I/O, ", bar_nr);
110 DBG("PCI Autoconfig: BAR %d, Mem, ", bar_nr);
128 DBG("size=0x%x, address=0x%x\n", ~bar_size + 1, *upper_limit);
153 DBG("PCI Autoconfig: Interrupt %d, pin %d\n", irq, pin);
292 DBG("PCI Autoconfig: Found P2P bridge, device %d\n",
325 DBG("PCI Autoconfig: Found Bus %d, Device %d, Function %d\n",
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/acpi/
H A Dglue.c17 #define DBG(x...) printk(PREFIX x) macro
19 #define DBG(x...) macro
199 DBG("No ACPI bus support for %s\n", dev->bus_id);
204 DBG("Can't get handler for %s\n", dev->bus_id);
215 DBG("Device %s -> %s\n", dev->bus_id, (char *)buffer.pointer);
218 DBG("Device %s -> No ACPI support\n", dev->bus_id);
320 DBG("bogus FADT month_alarm\n");
340 DBG("RTC unavailable?\n");
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dif_tun.h27 #define DBG if(tun->debug)printk macro
30 #define DBG( a... ) macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/hotplug2/
H A Dhotplug2.h45 #define DBG(action, fmt, arg...) fprintf(stdout, "[%s]: " fmt"\n", action, ##arg); macro
47 #define DBG(action, fmt, arg...) macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/soc/bcm947xx/
H A Dbcm94717bu.c52 #define DBG(x...) printk(KERN_ERR x) macro
54 #define DBG(x...) macro
69 //DBG("%s:\n", __FUNCTION__);
76 //DBG("%s\n", __FUNCTION__);
131 DBG("%s\n", __FUNCTION__);
172 DBG("%s\n", __FUNCTION__);
196 DBG("%s\n", __FUNCTION__);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/platforms/powermac/
H A Dpfunc_base.c13 #define DBG(fmt...) printk(fmt) macro
15 #define DBG(fmt...) macro
56 DBG("Do write 0x%02x to GPIO %s (%p)\n",
109 DBG("Installing GPIO functions for macio %s\n",
131 DBG("Calling initial GPIO functions for macio %s\n",
269 DBG("Installing MMIO functions for macio %s\n",
300 DBG("Installing functions for UniN %s\n",
319 DBG("Installing functions for UniN clock %s\n",
340 DBG("Installing base platform functions...\n");
362 DBG("Al
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/video/et61x251/
H A Det61x251_core.c222 DBG(3, "Failed to write a register (value 0x%02X, index "
240 DBG(3, "Failed to read a register (index 0x%02X, error %d)",
296 DBG(3, "I2C read failed for %s image sensor", sensor->name);
329 DBG(3, "I2C write failed for %s image sensor", sensor->name);
376 DBG(3, "I2C raw write failed for %s image sensor",
419 DBG(3, "Stream interrupted");
454 DBG(3, "Error in isochronous frame");
474 DBG(3, "SOF detected: new video frame");
483 DBG(3, "Not expected SOF detected "
492 DBG(
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/acorn/block/
H A Dmfmhd.c303 #define DBG(x...) console_printf(x) macro
305 #define DBG(x...) macro
371 DBG("issue_command: status after pol/bsy loop: %02X:\n ", status >> 8);
378 DBG("issue_command: status before parameter issue: %02X:\n ", status >> 8);
386 DBG("issue_command: status before command issue: %02X:\n ", status >> 8);
390 DBG("issue_command: status immediately after command issue: %02X:\n ", status >> 8);
428 DBG("mfm_rw_intr: DER/ABN err\n");
460 DBG("Going to try read dma..............status=0x%x, buffer=%p\n", mfm_status, hdc63463_dataptr);
477 DBG("mfm: end_request for CURRENT=0x%p CURRENT(sector=%d current_nr_sectors=%d nr_sectors=%d)\n",
510 DBG("mfm_rw_int
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/macintosh/
H A Dwindfarm_lm75_sensor.c32 #define DBG(args...) printk(args) macro
34 #define DBG(args...) do { } while(0) macro
69 DBG("wf_lm75: Initializing %s, cfg was: %02x\n",
117 DBG("wf_lm75: creating %s device at address 0x%02x\n",
166 DBG("wf_lm75: adapter %s detected\n", adapter->name);
173 DBG("wf_lm75: bus found, looking for device...\n");
204 DBG("wf_lm75: i2c detatch called for %s\n", lm->sens.name);
H A Dwindfarm_core.c47 #define DBG(args...) printk(args) macro
49 #define DBG(args...) do { } while(0) macro
93 DBG("wf: thread started\n");
125 DBG("wf: thread stopped\n");
156 DBG("wf: Deleting control %s\n", ct->name);
224 DBG("wf: Registered control %s\n", new_ct->name);
239 DBG("wf: Unregistered control %s\n", ct->name);
290 DBG("wf: Deleting sensor %s\n", sr->name);
337 DBG("wf: Registered sensor %s\n", new_sr->name);
352 DBG("w
[all...]
H A Dwindfarm_pm81.c122 #define DBG(args...) printk(args) macro
124 #define DBG(args...) do { } while(0) macro
316 DBG("wf: System Fan control initialized.\n");
317 DBG(" itarged=%d.%03d, min=%d RPM, max=%d RPM\n",
349 DBG("wf_smu: System Fans tick ! HD temp: %d.%03d\n",
357 DBG("wf_smu: new_setpoint: %d RPM\n", (int)new_setpoint);
361 DBG("wf_smu: scaled setpoint: %d RPM\n", (int)scaled);
369 DBG("wf_smu: adjusted setpoint: %d RPM\n", (int)scaled);
456 DBG("wf: CPU Fan control initialized.\n");
457 DBG(" ttarge
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dprom_parse.c13 #define DBG(fmt...) do { printk(fmt); } while(0) macro
15 #define DBG(fmt...) do { } while(0) macro
85 DBG("OF: default map, cp="PRu64", s="PRu64", da="PRu64"\n",
144 DBG("OF: PCI map, cp="PRu64", s="PRu64", da="PRu64"\n", cp, s, da);
345 DBG("OF: ISA map, cp="PRu64", s="PRu64", da="PRu64"\n", cp, s, da);
445 DBG("OF: no ranges, 1:1 translation\n");
449 DBG("OF: walking ranges...\n");
460 DBG("OF: not found !\n");
467 DBG("OF: with offset: "PRu64"\n", offset);
492 DBG("O
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/alpha/kernel/
H A Dptrace.c35 #define DBG(fac,args) {if ((fac) & DEBUG) printk args;} macro
37 #define DBG(fac,args) macro
202 DBG(DBG_BPT, ("execing branch\n"));
206 DBG(DBG_BPT, ("execing jump\n"));
209 DBG(DBG_BPT, ("execing normal insn\n"));
219 DBG(DBG_BPT, (" -> next_pc=%lx\n",
273 DBG(DBG_MEM, ("request=%ld pid=%ld addr=0x%lx data=0x%lx\n",
312 DBG(DBG_MEM, ("peek $%ld->%#lx\n", addr, ret));
324 DBG(DBG_MEM, ("poke $%ld<-%#lx\n", addr, data));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/blkid/
H A Ddevname.c56 DBG(DEBUG_DEVNAME,
148 DBG(DEBUG_DEVNAME, printf("opening %s\n", lvm_device));
150 DBG(DEBUG_DEVNAME, printf("%s: (%d) %s\n", lvm_device, errno,
176 DBG(DEBUG_DEVNAME, printf("probing LVM devices under %s\n", VG_DIR));
208 DBG(DEBUG_DEVNAME, printf("LVM dev %s: devno 0x%04X\n",
238 DBG(DEBUG_DEVNAME, printf("Checking partition %s (%d, %d)\n",
293 DBG(DEBUG_DEVNAME, printf("read partition name %s\n", ptname));
298 DBG(DEBUG_DEVNAME,
308 DBG(DEBUG_DEVNAME,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/platforms/85xx/
H A Dmpc8544_ds.c35 #define DBG(fmt, args...) printk(KERN_ERR "%s: " fmt, __FUNCTION__, ## args) macro
37 #define DBG(fmt, args...) macro
103 DBG("mpc8544ds: cascade mapped to irq %d\n", cascade_irq);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/gadget/
H A Dat91_udc.h162 #define DBG(stuff...) printk(KERN_DEBUG "udc: " stuff) macro
164 #define DBG(stuff...) do{}while(0) macro
168 # define VDBG DBG
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/platforms/pseries/
H A Diommu.c50 #define DBG(fmt...) macro
324 DBG("pci_dma_bus_setup_pSeries: setting up bus %s\n", dn->full_name);
349 DBG("Children: %d\n", children);
363 DBG("No ISA/IDE, window size is 0x%lx\n",
389 DBG("ISA/IDE, window size is 0x%lx\n", pci->phb->dma_window_size);
403 DBG("pci_dma_bus_setup_pSeriesLP: setting up bus %s\n", dn->full_name);
413 DBG(" no ibm,dma-window property !\n");
419 DBG(" parent is %s, iommu_table: 0x%p\n",
435 DBG(" created table: %p\n", ppci->iommu_table);
448 DBG("pci_dma_dev_setup_pSerie
[all...]
H A Dsmp.c55 #define DBG(fmt...) udbg_printf(fmt) macro
57 #define DBG(fmt...) macro
233 DBG(" -> smp_init_pSeries()\n");
257 DBG(" <- smp_init_pSeries()\n");
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/sysdev/
H A Dtsi108_dev.c34 #define DBG(fmt...) do { printk(fmt); } while(0) macro
36 #define DBG(fmt...) do { } while(0) macro
89 DBG("%s: name:start->end = %s:0x%lx-> 0x%lx\n",
98 DBG("%s: name:start->end = %s:0x%lx-> 0x%lx\n",
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/platforms/cell/
H A Dsmp.c49 #define DBG(fmt...) udbg_printf(fmt) macro
51 #define DBG(fmt...) macro
202 DBG(" -> smp_init_cell()\n");
228 DBG(" <- smp_init_cell()\n");

Completed in 414 milliseconds

12345678910