Home
last modified time | relevance | path

Searched refs:DBG (Results 1 – 25 of 111) sorted by relevance

12345

/linux-2.4.37.9/drivers/sound/
Daedsp16.c265 # define DBG(x) printk x macro
272 # define DBG(x) macro
535 DBG((" Read DSP Byte (0x%x): ", port)); in aedsp16_read()
538 DBG(("failure.\n")); in aedsp16_read()
544 DBG(("read [0x%x]/{%c}.\n", inbyte, inbyte)); in aedsp16_read()
560 DBG(("Reset DSP:\n")); in aedsp16_dsp_reset()
568 DBG(("success.\n")); in aedsp16_dsp_reset()
571 DBG(("failure.\n")); in aedsp16_dsp_reset()
580 DBG((" Write DSP Byte (0x%x) [0x%x]: ", port, cmd)); in aedsp16_write()
589 DBG(("success.\n")); in aedsp16_write()
[all …]
/linux-2.4.37.9/arch/mips/tx4927/toshiba_rbtx4927/
Dtoshiba_rbtx4927_pci_fixup.c42 #define DBG(x...) printk(x) macro
44 #define DBG(x...) macro
93 DBG("pci_get_irq: pin is %d\n", pin); in pci_get_irq()
103 DBG("irq is now %d\n", irq); in pci_get_irq()
121 DBG("PCI Backplane PCI_SLOT(dev->devfn) is %d\n", in pci_get_irq()
125 DBG("assigned irq %d\n", irq); in pci_get_irq()
272 DBG("FIXUP:\n"); in pcibios_fixup_irqs()
273 DBG(" devfn=0x%02x (0x%02x:0x%02x)\n", in pcibios_fixup_irqs()
278 DBG(" id=0x%08x\n", id); in pcibios_fixup_irqs()
281 DBG(" line=0x%02x/%d\n", irq, irq); in pcibios_fixup_irqs()
[all …]
/linux-2.4.37.9/drivers/isdn/hisax/
Dhisax_isac.c246 DBG(DBG_PR, "pr %#x", pr); in D_L1L2()
252 DBG(DBG_L1M, "ph_command %#x", command); in ph_command()
437 DBG(DBG_L1M, "%s", buf); in l1m_debug()
446 DBG(1, "ISAC version (%x): %s", val, ISACVer[(val >> 5) & 3]); in isac_version()
455 DBG(DBG_IRQ, "count %d", count); in isac_empty_fifo()
458 DBG(DBG_WARN, "overrun %d", isac->rcvidx + count); in isac_empty_fifo()
486 DBG(DBG_IRQ, "count %d", count); in isac_fill_fifo()
506 DBG(DBG_WARN, "no skb"); in isac_retransmit()
519 DBG(DBG_IRQ, "CIR0 %#x", val); in isac_cisq_interrupt()
521 DBG(DBG_IRQ, "CODR0 %#x", (val >> 2) & 0xf); in isac_cisq_interrupt()
[all …]
Dst5481_b.c40 DBG(4,"ep %d urb %d busy",(bcs->channel+1)*2,buf_nr); in usb_b_out()
49 DBG(4,"B%d,adjust flow,add %d bytes",bcs->channel+1,B_FLOW_ADJUST); in usb_b_out()
53 DBG(4,"B%d,adjust flow,remove %d bytes",bcs->channel+1,B_FLOW_ADJUST); in usb_b_out()
64 DBG(4,"B%d,len=%d",bcs->channel+1,skb->len); in usb_b_out()
133 DBG(4,"B%d",bcs->channel+1); in st5481B_start_xfer()
181 DBG(1,"urb killed"); in usb_b_out_complete()
200 DBG(4,"B%d,mode=%d", bcs->channel + 1, mode); in st5481B_mode()
264 DBG(4,""); in st5481_setup_b_out()
271 DBG(4,"endpoint address=%02x,packet size=%d", in st5481_setup_b_out()
286 DBG(4,""); in st5481_release_b_out()
[all …]
Dhisax_fcpcipnp.c150 DBG(0x1000, " port %#x, value %#x", in fcpci_read_isac()
163 DBG(0x1000, " port %#x, value %#x", in fcpci_write_isac()
213 DBG(0x40, "hdlc %c wr%x ctrl %x", in __fcpci_write_ctrl()
243 DBG(0x1000, " port %#x, value %#x", in fcpci2_read_isac()
255 DBG(0x1000, " port %#x, value %#x", in fcpci2_write_isac()
303 DBG(0x40, "hdlc %c wr%x ctrl %x", in fcpci2_write_ctrl()
332 DBG(0x40, "hdlc %c wr%x ctrl %x", in __fcpnp_write_ctrl()
363 DBG(2, "pr %#x", pr); in B_L1L2()
376 DBG(0x40, "hdlc_fill_fifo"); in hdlc_fill_fifo()
389 DBG(0x40, "hdlc_fill_fifo %d/%d", count, bcs->tx_skb->len); in hdlc_fill_fifo()
[all …]
/linux-2.4.37.9/arch/ppc/kernel/
Docp.c48 #define DBG(x) macro
109 DBG(("ocp: binding drivers...\n")); in ocp_bind_drivers()
119 DBG(("ocp: device %s unmatched, trying to match...\n", dev->name)); in ocp_bind_drivers()
126 DBG(("ocp: match with driver %s, calling probe...\n", drv->name)); in ocp_bind_drivers()
128 DBG(("ocp: probe result: %d\n", rc)); in ocp_bind_drivers()
148 DBG(("ocp: binding drivers... done.\n")); in ocp_bind_drivers()
185 DBG(("ocp: ocp_register_driver(%s)...\n", drv->name)); in ocp_register_driver()
196 DBG(("ocp: ocp_register_driver(%s)... done, count: %d.\n", drv->name, rc)); in ocp_register_driver()
215 DBG(("ocp: ocp_unregister_driver(%s)...\n", drv->name)); in ocp_unregister_driver()
234 DBG(("ocp: ocp_unregister_driver(%s)... done.\n", drv->name)); in ocp_unregister_driver()
[all …]
Dpci_auto.c35 #define DBG(x...) printk(x) macro
37 #define DBG(x...) macro
53 DBG("PCI Autoconfig: Found Bus %d, Device %d, Function %d\n", in pciauto_setup_bars()
77 DBG("PCI Autoconfig: BAR 0x%x, I/O, ", bar); in pciauto_setup_bars()
85 DBG("PCI Autoconfig: BAR 0x%x, Mem ", bar); in pciauto_setup_bars()
118 DBG("size=0x%x, address=0x%x\n", in pciauto_setup_bars()
429 DBG("PCI Autoconfig: Found P2P bridge, device %d\n", PCI_SLOT(pci_devfn)); in pciauto_bus_scan()
452DBG("PCI Autoconfig: Found CardBus bridge, device %d function %d\n", PCI_SLOT(pci_devfn), PCI_FUNC… in pciauto_bus_scan()
482 DBG("PCI Autoconfig: Skipping legacy mode IDE controller\n"); in pciauto_bus_scan()
/linux-2.4.37.9/drivers/usb/
Dw9968cf.c698 DBG(5, "Memory successfully deallocated.") in w9968cf_deallocate_memory()
720 DBG(1, "Couldn't allocate memory for the isochronous " in w9968cf_allocate_memory()
730 DBG(1, "Couldn't allocate memory for the temporary " in w9968cf_allocate_memory()
738 DBG(1, "Couldn't allocate memory for the helper buffer" in w9968cf_allocate_memory()
755 DBG(1, "Couldn't allocate memory for the video frame buffers.") in w9968cf_allocate_memory()
761 DBG(2, "Couldn't allocate memory for %d video frame buffers. " in w9968cf_allocate_memory()
775 DBG(5, "Memory successfully allocated.") in w9968cf_allocate_memory()
954 DBG(2, "Per-device entry /proc/video/w9968cf/dev%d created.", in w9968cf_proc_create_dev()
971 DBG(2, "Per-device entry /proc/video/w9968cf/dev%d removed.", in w9968cf_proc_destroy_dev()
979 DBG(2, "Error: /proc/video/ does not exist.") in w9968cf_proc_create()
[all …]
/linux-2.4.37.9/arch/ia64/sn/io/drivers/
Dioconfig_bus.c44 #define DBG(x...) printk(x) macro
46 #define DBG(x...) macro
72 DBG("ioconfig_get_busnum io_moduleid %s\n", io_moduleid); in ioconfig_get_busnum()
91 DBG("ioconfig_get_busnum: Invalid Module Id given %s\n", io_moduleid); in ioconfig_get_busnum()
110 DBG("ASSCI Module ID %s\n", temp->io_moduleid); in dump_ioconfig_table()
180 DBG("current 0x%lx next 0x%lx\n", current, next); in build_moduleid_table()
212 DBG("Found %s\n", name); in build_moduleid_table()
234 DBG("ioconfig_bus_init called.\n"); in ioconfig_bus_init()
249 DBG("ioconfig_bus_init: Nasid %d ret_stuff.v0 0x%lx\n", nasid, in ioconfig_bus_init()
259 DBG("ioconfig_bus_init: ret_stuff.v0 %p ioconfig_file %p %d\n", in ioconfig_bus_init()
[all …]
/linux-2.4.37.9/arch/ia64/sn/io/sn2/
Dml_iograph.c35 #define DBG(x...) printk(x) macro
37 #define DBG(x...) macro
284DBG("early_probe_for_widget: Hub Vertex 0x%p is UP widget_id = 0x%x Register 0x%p\n", hubv, widget… in early_probe_for_widget()
349DBG("\nio_xswitch_widget_init: hubv 0x%p, xswitchv 0x%p, widgetnum 0x%x\n", hubv, xswitchv, widget… in io_xswitch_widget_init()
400DBG("io_xswitch_widget_init: Found KLTYPE_IOBRICK Board 0x%p brd_type 0x%x\n", board, board->brd_t… in io_xswitch_widget_init()
402 DBG("io_xswitch_widget_init: FIXME did not find IOBOARD\n"); in io_xswitch_widget_init()
437 DBG("io_xswitch_widget_init: path= %s\n", pathname); in io_xswitch_widget_init()
448DBG("io_xswitch_widget_init: FIXME hwgraph_edge_add %s xswitchv 0x%p, widgetv 0x%p\n", name, xswit… in io_xswitch_widget_init()
506 DBG("io_xswitch_widget_init: FROM path '%s'\n", pathname); in io_xswitch_widget_init()
515 DBG("io_xswitch_widget_init: TO path '%s'\n", pathname); in io_xswitch_widget_init()
[all …]
/linux-2.4.37.9/drivers/media/video/
Dcpia_pp.c159 DBG("Unable to negotiate ECP mode\n"); in ForwardSetup()
185 DBG("Unable to negotiate extensibility mode\n"); in ReverseSetup()
187 DBG("Unable to negotiate ECP mode\n"); in ReverseSetup()
208 DBG("Write failed in setup\n"); in WritePacket()
213 DBG("Write failed, wrote %d/%d\n", size_written, size); in WritePacket()
249 DBG("\n"); in cpia_pp_streamStart()
266 DBG("\n"); in cpia_pp_streamStop()
297 DBG("Internal driver error: cam is NULL\n"); in cpia_pp_streamRead()
301 DBG("Internal driver error: buffer is NULL\n"); in cpia_pp_streamRead()
306 DBG("%d\n", cam->image_ready); in cpia_pp_streamRead()
[all …]
Dplanb.c66 #define DBG(x...) printk(KERN_DEBUG ## x) macro
68 #define DBG(x...) macro
184 DBG("PlanB: init_grab: grab buffer not allocated\n"); in grabbuf_alloc()
362 DBG("PlanB: planb_lock\n"); in planb_lock()
368 DBG("PlanB: planb_unlock\n"); in planb_unlock()
398 DBG("PlanB: planb_prepare_open, jumpbuffer at 0x%08x, length %d.\n", in planb_prepare_open()
422 DBG("PlanB: planb_prepare_vbi, dbdma cmd_buf at 0x%08x, length %d.\n", in planb_prepare_vbi()
496 DBG("PlanB: planb_prepare_video, dbdma cmd_buf at 0x%08x, " in planb_prepare_video()
572 DBG("PlanB: overlay_start()\n"); in overlay_start()
576 DBG("PlanB: presumably, grabbing is in progress...\n"); in overlay_start()
[all …]
/linux-2.4.37.9/arch/parisc/kernel/
Dsignal.c36 #define DBG(x) printk x macro
38 #define DBG(x) macro
154 DBG(("restore_sigcontext: r28 is %ld\n", regs->gr[28])); in restore_sigcontext()
169 DBG(("in sys_rt_sigreturn, frame is %p\n", frame)); in sys_rt_sigreturn()
184 DBG(("usp: %#08lx stack %p", usp, &frame->uc.uc_stack)); in sys_rt_sigreturn()
199 DBG(("returning to %#lx\n", regs->iaoq[0])); in sys_rt_sigreturn()
200 DBG(("in sys_rt_sigreturn:\n")); in sys_rt_sigreturn()
206 DBG(("sys_rt_sigreturn sending SIGSEGV\n")); in sys_rt_sigreturn()
246 DBG(("setup_sigcontext: iaoq %#lx/%#lx\n", in setup_sigcontext()
251 DBG(("setup_sigcontext: iaoq %#lx/%#lx\n", in setup_sigcontext()
[all …]
Dptrace.c41 #define DBG(x) printk x macro
43 #define DBG(x) macro
151 DBG(("sys_ptrace(PEEK%s, %d, %lx, %lx) returning %ld, data %x\n", in sys_ptrace()
176 DBG(("sys_ptrace(POKE%s, %d, %lx, %lx)\n", in sys_ptrace()
207 DBG(("sys_ptrace(PEEKUSR, %d, %lx, %lx) returning %ld, addr %lx, data %x\n", in sys_ptrace()
247 DBG(("sys_ptrace(POKEUSR, %d, %lx, %lx)\n", in sys_ptrace()
261 DBG(("sys_ptrace(POKEUSR, %d, %lx, %lx) addr %lx\n", in sys_ptrace()
296 DBG(("sys_ptrace(%s)\n", in sys_ptrace()
314 DBG(("sys_ptrace(KILL)\n")); in sys_ptrace()
321 DBG(("sys_ptrace(SINGLEBLOCK)\n")); in sys_ptrace()
[all …]
/linux-2.4.37.9/arch/mips/pci/
Dpci_auto.c46 #define DBG(x...) printk(x) macro
48 #define DBG(x...) macro
145 DBG(" I/O"); in pciauto_setup_bars()
154 DBG(" Mem"); in pciauto_setup_bars()
187 DBG(" unavailable -- skipping\n"); in pciauto_setup_bars()
211 DBG(" at 0x%.8x [size=0x%x]\n", bar_value, bar_size); in pciauto_setup_bars()
420 DBG("%.2x:%.2x.%x Class %.4x: %.4x:%.4x", in pciauto_bus_scan()
424 DBG(" (rev %.2x)", pci_class & 0xff); in pciauto_bus_scan()
425 DBG("\n"); in pciauto_bus_scan()
428 DBG(" Bridge: primary=%.2x, secondary=%.2x\n", in pciauto_bus_scan()
[all …]
/linux-2.4.37.9/drivers/scsi/
Deata_dma.c120 DBG(DBG_INTR3, printk("eata_fake_int_handler called irq%d base %p" in eata_fake_int_handler()
294 DBG(DBG_INTR && DBG_DELAY, DELAY(1)); in eata_int_handler()
298 DBG(DBG_INTR, printk("IRQ %d received, base %#.4x, pid %ld, " in eata_int_handler()
315 DBG(DBG_STATUS, printk(KERN_WARNING "scsi%d: BUS RESET " in eata_int_handler()
326 DBG(DBG_STATUS, printk(KERN_DEBUG "scsi%d: cmd pid %ld " in eata_int_handler()
333 DBG(DBG_STATUS, printk(KERN_WARNING "scsi%d: aborted cmd " in eata_int_handler()
340 DBG(DBG_STATUS, printk(KERN_WARNING "scsi%d: reseted cmd " in eata_int_handler()
348 DBG(DBG_STATUS, printk(KERN_ERR "scsi%d: Auto Request Sense " in eata_int_handler()
373 DBG(DBG_INTR&&DBG_DELAY,DELAY(1)); in eata_int_handler()
482 DBG(DBG_REQSENSE, printk(KERN_DEBUG "Tried to REQUEST SENSE\n")); in eata_queue()
[all …]
Deata_pio.c238 DBG(DBG_INTR&&DBG_DELAY,DELAY(1)); in eata_pio_int_handler()
247 DBG(DBG_INTR&&DBG_DELAY,DELAY(1)); in eata_pio_int_handler()
305 DBG(DBG_QUEUE, printk(KERN_EMERG "can_queue %d, x %d, y %d\n", in eata_pio_queue()
322 DBG(DBG_QUEUE, printk(KERN_DEBUG "eata_pio_queue pid %ld, target: %x, lun:" in eata_pio_queue()
324 DBG(DBG_QUEUE && DBG_DELAY, DELAY(1)); in eata_pio_queue()
395 DBG(DBG_QUEUE,printk(KERN_DEBUG "Queued base %#.4lx pid: %ld target: %x " in eata_pio_queue()
398 DBG(DBG_QUEUE && DBG_DELAY, DELAY(1)); in eata_pio_queue()
412 DBG(DBG_ABNORM, printk(KERN_WARNING "eata_pio_abort called pid: %ld " in eata_pio_abort()
415 DBG(DBG_ABNORM && DBG_DELAY, DELAY(1)); in eata_pio_abort()
422 DBG(DBG_ABNORM && DBG_DELAY, DELAY(1)); in eata_pio_abort()
[all …]
/linux-2.4.37.9/drivers/mtd/maps/
Dpb1xxx-flash.c22 #define DBG(x...) printk(x) macro
24 #define DBG(x...) macro
36 DBG("read8 from %x, %x\n", (unsigned)(map->map_priv_1 + ofs), ret); in physmap_read8()
44 DBG("read16 from %x, %x\n", (unsigned)(map->map_priv_1 + ofs), ret); in physmap_read16()
52 DBG("read32 from %x, %x\n", (unsigned)(map->map_priv_1 + ofs), ret); in physmap_read32()
58 DBG("physmap_copy from %x to %x\n", (unsigned)from, (unsigned)to); in physmap_copy_from()
64 DBG("write8 at %x, %x\n", (unsigned)(map->map_priv_1 + adr), d); in physmap_write8()
71 DBG("write16 at %x, %x\n", (unsigned)(map->map_priv_1 + adr), d); in physmap_write16()
78 DBG("write32 at %x, %x\n", (unsigned)(map->map_priv_1 + adr), d); in physmap_write32()
85 DBG("physmap_copy_to %x from %x\n", (unsigned)to, (unsigned)from); in physmap_copy_to()
/linux-2.4.37.9/arch/x86_64/kernel/
Dpci-irq.c68 DBG("PCI: Interrupt Routing Table found at 0x%p\n", rt); in pirq_find_routing_table()
97 DBG("%02x:%02x slot=%02x", e->bus, e->devfn/8, e->slot); in pirq_peer_trick()
99 DBG(" %d:%02x/%04x", j, e->irq[j].link, e->irq[j].bitmap); in pirq_peer_trick()
100 DBG("\n"); in pirq_peer_trick()
126 DBG(" -> edge"); in eisa_set_level_irq()
490 DBG("PCI: Attempting to find IRQ router for %04x:%04x\n", in pirq_find_router()
498 DBG("PCI: Interrupt router not found at %02x:%02x\n", rt->rtr_bus, rt->rtr_devfn); in pirq_find_router()
553 DBG(" -> no interrupt pin\n"); in pcibios_lookup_irq()
558 DBG("IRQ for %s:%d", dev->slot_name, pin); in pcibios_lookup_irq()
561 DBG(" -> not found in routing table\n"); in pcibios_lookup_irq()
[all …]
/linux-2.4.37.9/drivers/ide/pci/
Dsl82c105.c38 #define DBG(arg) printk arg macro
40 #define DBG(fmt,...) macro
90 DBG(("config_for_pio(drive:%s, pio:%d, report:%d, chipset_only:%d)\n", in config_for_pio()
129 DBG(("config_for_dma(drive:%s)\n", drive->name)); in config_for_dma()
150 DBG(("sl82c105_check_drive(drive:%s)\n", drive->name)); in sl82c105_check_drive()
258 DBG(("sl82c105_ide_dma_timeout(drive:%s)\n", drive->name)); in sl82c105_ide_dma_timeout()
266 DBG(("sl82c105_ide_dma_on(drive:%s)\n", drive->name)); in sl82c105_ide_dma_on()
281 DBG(("sl82c105_ide_dma_off(drive:%s)\n", drive->name)); in sl82c105_ide_dma_off()
297 DBG(("sl82c105_ide_dma_off_quietly(drive:%s)\n", drive->name)); in sl82c105_ide_dma_off_quietly()
345 DBG(("sl82c105_resetproc(drive:%s)\n", drive->name)); in sl82c105_resetproc()
[all …]
/linux-2.4.37.9/arch/ia64/sn/io/machvec/
Dpci.c34 #define DBG(x...) printk(x) macro
36 #define DBG(x...) macro
61 DBG("%s : nonexistent device: bus= 0x%x slot= 0x%x func= 0x%x\n", in snia64_read_config_byte()
85 DBG("%s : nonexistent device: bus= 0x%x slot= 0x%x func= 0x%x\n", in snia64_read_config_word()
113 DBG("%s : nonexistent device: bus= 0x%x slot= 0x%x func= 0x%x\n", in snia64_read_config_dword()
136 DBG("%s : nonexistent device: bus= 0x%x slot= 0x%x func= 0x%x\n", in snia64_write_config_byte()
162 DBG("%s : nonexistent device: bus= 0x%x slot= 0x%x func= 0x%x\n", in snia64_write_config_word()
188 DBG("%s : nonexistent device: bus= 0x%x slot= 0x%x func= 0x%x\n", in snia64_write_config_dword()
/linux-2.4.37.9/drivers/acorn/block/
Dmfmhd.c334 #define DBG(x...) console_printf(x) macro
336 #define DBG(x...) macro
402 DBG("issue_command: status after pol/bsy loop: %02X:\n ", status >> 8); in issue_command()
409 DBG("issue_command: status before parameter issue: %02X:\n ", status >> 8); in issue_command()
417 DBG("issue_command: status before command issue: %02X:\n ", status >> 8); in issue_command()
421 DBG("issue_command: status immediatly after command issue: %02X:\n ", status >> 8); in issue_command()
459 DBG("mfm_rw_intr: DER/ABN err\n"); in mfm_rw_intr()
491 DBG("Going to try read dma..............status=0x%x, buffer=%p\n", mfm_status, hdc63463_dataptr); in mfm_rw_intr()
508 DBG("mfm: end_request for CURRENT=0x%p CURRENT(sector=%d current_nr_sectors=%d nr_sectors=%d)\n", in mfm_rw_intr()
541 DBG("mfm_rw_intr: DER/ABN error\n"); in mfm_rw_intr()
[all …]
/linux-2.4.37.9/arch/alpha/kernel/
Dptrace.c33 #define DBG(fac,args) {if ((fac) & DEBUG) printk args;} macro
35 #define DBG(fac,args) macro
190 DBG(DBG_BPT, ("execing branch\n")); in ptrace_set_bpt()
194 DBG(DBG_BPT, ("execing jump\n")); in ptrace_set_bpt()
197 DBG(DBG_BPT, ("execing normal insn\n")); in ptrace_set_bpt()
206 DBG(DBG_BPT, (" -> next_pc=%lx\n", child->thread.bpt_addr[i])); in ptrace_set_bpt()
256 DBG(DBG_MEM, ("request=%ld pid=%ld addr=0x%lx data=0x%lx\n", in sys_ptrace()
284 DBG(DBG_MEM, ("child not traced\n")); in sys_ptrace()
288 DBG(DBG_MEM, ("child process not stopped\n")); in sys_ptrace()
293 DBG(DBG_MEM, ("child not parent of this process\n")); in sys_ptrace()
[all …]
/linux-2.4.37.9/arch/i386/kernel/
Dpci-irq.c76 DBG("PCI: Interrupt Routing Table found at 0x%p\n", rt); in pirq_find_routing_table()
102 DBG("%02x:%02x slot=%02x", e->bus, e->devfn/8, e->slot); in pirq_peer_trick()
104 DBG(" %d:%02x/%04x", j, e->irq[j].link, e->irq[j].bitmap); in pirq_peer_trick()
105 DBG("\n"); in pirq_peer_trick()
131 DBG(" -> edge"); in eisa_set_level_irq()
770 DBG("PCI: Detecting SiS router at %02x:%02x : SiS096x detected\n", in sis_router_probe()
776 DBG("PCI: Detecting SiS router at %02x:%02x : SiS5595 detected\n", in sis_router_probe()
904 DBG("PCI: Attempting to find IRQ router for %04x:%04x\n", in pirq_find_router()
909 DBG("PCI: Interrupt router not found at %02x:%02x\n", rt->rtr_bus, rt->rtr_devfn); in pirq_find_router()
961 DBG(" -> no interrupt pin\n"); in pcibios_lookup_irq()
[all …]
/linux-2.4.37.9/arch/mips/ite-boards/generic/
Dit8172_pci.c48 #define DBG(x...) printk(x) macro
50 #define DBG(x...) macro
99 DBG("it config: type %d dev %x bus %d dev_fn %x data %x\n", in it8172_pcibios_config_access()
136 DBG("cfg read byte: bus %d dev_fn %x where %x: val %x\n", in read_config_byte()
155 DBG("cfg read word: bus %d dev_fn %x where %x: val %x\n", in read_config_word()
173 DBG("cfg read dword: bus %d dev_fn %x where %x: val %x\n", in read_config_dword()

12345