Home
last modified time | relevance | path

Searched refs:DPRINT (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/scripts/dtc/
H A Ddtc-lexer.l96 DPRINT("String: %s\n", yytext);
103 DPRINT("Keyword: /dts-v1/\n");
110 DPRINT("Keyword: /plugin/\n");
115 DPRINT("Keyword: /memreserve/\n");
121 DPRINT("Keyword: /bits/\n");
127 DPRINT("Keyword: /delete-property/\n");
128 DPRINT("<PROPNODENAME>\n");
134 DPRINT("Keyword: /delete-node/\n");
135 DPRINT("<PROPNODENAME>\n");
141 DPRINT("Keyword: /omit-if-no-ref/\n");
[all …]
/openbmc/u-boot/scripts/dtc/
H A Ddtc-lexer.l111 DPRINT("String: %s\n", yytext);
118 DPRINT("Keyword: /dts-v1/\n");
125 DPRINT("Keyword: /plugin/\n");
130 DPRINT("Keyword: /memreserve/\n");
136 DPRINT("Keyword: /bits/\n");
142 DPRINT("Keyword: /delete-property/\n");
143 DPRINT("<PROPNODENAME>\n");
149 DPRINT("Keyword: /delete-node/\n");
150 DPRINT("<PROPNODENAME>\n");
156 DPRINT("Label: %s\n", yytext);
[all …]
/openbmc/qemu/subprojects/libvhost-user/
H A Dlibvhost-user.c99 #define DPRINT(...) \ macro
293 DPRINT("Setting virtq addresses:\n"); in map_ring()
294 DPRINT(" vring_desc at %p\n", vq->vring.desc); in map_ring()
295 DPRINT(" vring_used at %p\n", vq->vring.used); in map_ring()
296 DPRINT(" vring_avail at %p\n", vq->vring.avail); in map_ring()
350 DPRINT("Unmapping rings of queue %d\n", i); in unmap_rings()
389 DPRINT("Adding region %d\n", dev->nregions); in _vu_add_mem_reg()
390 DPRINT(" guest_phys_addr: 0x%016"PRIx64"\n", in _vu_add_mem_reg()
392 DPRINT(" memory_size: 0x%016"PRIx64"\n", in _vu_add_mem_reg()
394 DPRINT(" userspace_addr: 0x%016"PRIx64"\n", in _vu_add_mem_reg()
[all …]
/openbmc/linux/arch/ia64/kernel/
H A Dunaligned.c36 # define DPRINT(a...) do { printk("%s %u: ", __func__, __LINE__); printk (a); } while (0) macro
51 # define DPRINT(a...) macro
322 DPRINT("ignoring write to r%lu; only %lu registers are allocated!\n", r1, sof); in set_rse_reg()
329 DPRINT("r%lu, sw.bspstore=%lx pt.bspstore=%lx sof=%ld sol=%ld ridx=%ld\n", in set_rse_reg()
350 DPRINT("ignoring kernel write to r%lu; register isn't on the kernel RBS!", r1); in set_rse_reg()
359 DPRINT("ubs_end=%p bsp=%p addr=%p\n", (void *) ubs_end, (void *) bsp, (void *) addr); in set_rse_reg()
366 DPRINT("rnat @%p = 0x%lx nat=%d old nat=%ld\n", in set_rse_reg()
376 DPRINT("rnat changed to @%p = 0x%lx\n", (void *) rnat_addr, rnats); in set_rse_reg()
395 DPRINT("ignoring read from r%lu; only %lu registers are allocated!\n", r1, sof); in get_rse_reg()
402 DPRINT("r%lu, sw.bspstore=%lx pt.bspstore=%lx sof=%ld sol=%ld ridx=%ld\n", in get_rse_reg()
[all …]
H A Dperfmon_itanium.h68 DPRINT(("pmc[%d]=0x%lx has active pmc13.ta cleared, clearing ibr\n", cnum, *val)); in pfm_ita_pmc_check()
87 DPRINT(("pmc[%d]=0x%lx has active pmc11.pt cleared, clearing dbr\n", cnum, *val)); in pfm_ita_pmc_check()
/openbmc/linux/sound/isa/wavefront/
H A Dwavefront_synth.c117 #define DPRINT(cond, ...) \ macro
122 #define DPRINT(cond, args...) macro
313 DPRINT (WF_DEBUG_DATA, "read timeout.\n"); in wavefront_read()
327 DPRINT (WF_DEBUG_DATA, "write timeout.\n"); in wavefront_write()
359 DPRINT (WF_DEBUG_CMD, "0x%x [%s] (%d,%d,%d)\n", in snd_wavefront_cmd()
364 DPRINT ((WF_DEBUG_IO|WF_DEBUG_CMD), "cannot request " in snd_wavefront_cmd()
371 DPRINT (WF_DEBUG_DATA, "writing %d bytes " in snd_wavefront_cmd()
377 DPRINT (WF_DEBUG_IO, "bad write for byte " in snd_wavefront_cmd()
383 DPRINT (WF_DEBUG_DATA, "write[%d] = 0x%x\n", in snd_wavefront_cmd()
389 DPRINT (WF_DEBUG_DATA, "reading %d ints " in snd_wavefront_cmd()
[all …]
/openbmc/qemu/tests/
H A Dvhost-user-bridge.c41 #define DPRINT(...) \ macro
113 DPRINT("Added sock %d for watching. max_sock: %d\n", in dispatcher_add()
129 DPRINT("Sock %d removed from dispatcher watch.\n", sock); in dispatcher_remove()
287 DPRINT("\n\n *** IN UDP RECEIVE CALLBACK ***\n\n"); in vubr_backend_recv_cb()
288 DPRINT(" hdrlen = %d\n", hdrlen); in vubr_backend_recv_cb()
293 DPRINT("Got UDP packet, but no available descriptors on RX virtq.\n"); in vubr_backend_recv_cb()
421 DPRINT("Function %s() not implemented yet.\n", __func__); in vubr_send_rarp_exec()
515 DPRINT("Got connection from remote peer on sock %d\n", conn_fd); in vubr_accept_cb()
570 DPRINT("Waiting for connections on UNIX socket %s ...\n", path); in vubr_new()
615 DPRINT("Got a notification for queue%d via host notifier.\n", in notifier_thread()
[all …]
/openbmc/linux/drivers/block/
H A Dataflop.c415 #define DPRINT(a) printk a macro
417 #define DPRINT(a) macro
462 DPRINT(("fd_end_request_cur(), bytes %d of %d\n", in fd_end_request_cur()
468 DPRINT(("calling __blk_mq_end_request()\n")); in fd_end_request_cur()
473 DPRINT(("calling blk_mq_requeue_request()\n")); in fd_end_request_cur()
633 DPRINT(( "wpstat[%d] = %d\n", drive, stat )); in check_change()
683 DPRINT(("FDC irq, status = %02x handler = %08lx\n",status,(unsigned long)handler)); in floppy_irq()
687 DPRINT(("FDC irq, no handler\n")); in floppy_irq()
836 DPRINT(("do_fd_action\n")); in do_fd_action()
888 DPRINT(("fd_calibrate\n")); in fd_calibrate()
[all …]
H A Dfloppy.c152 #define DPRINT(format, args...) \ macro
158 do { if ((test) & FD_DEBUG) DPRINT(fmt, ##args); } while (0)
161 do { if (0) DPRINT(fmt, ##args); } while (0)
648 DPRINT("%s: timeout handler died. %s\n", func, message); in is_alive()
684 DPRINT("reschedule timeout %s\n", message); in __reschedule_timeout()
738 DPRINT("WARNING disk change called early\n"); in disk_change()
741 DPRINT("probing disk change on unselected drive\n"); in disk_change()
742 DPRINT("drive=%d fdc=%d dor=%x\n", drive, FDC(drive), in disk_change()
769 DPRINT("Disk type is undefined after disk change\n"); in disk_change()
909 DPRINT("FDC access conflict!\n"); in unlock_fdc()
[all …]
/openbmc/qemu/hw/i2c/
H A Dexynos4210_i2c.c61 #define DPRINT(fmt, args...) \ in OBJECT_DECLARE_SIMPLE_TYPE() macro
83 #define DPRINT(fmt, args...) do { } while (0)
161 DPRINT("ERROR: Bad read offset 0x%x\n", (unsigned int)offset); in exynos4210_i2c_read()
165 DPRINT("read %s [0x%02x] -> 0x%02x\n", exynos4_i2c_get_regname(offset), in exynos4210_i2c_read()
176 DPRINT("write %s [0x%02x] <- 0x%02x\n", exynos4_i2c_get_regname(offset), in exynos4210_i2c_write()
261 DPRINT("ERROR: Bad write offset 0x%x\n", (unsigned int)offset); in exynos4210_i2c_write()
/openbmc/u-boot/drivers/video/
H A Dati_radeon_fb.c37 #define DPRINT(x...) printf(x) macro
39 #define DPRINT(x...) do{}while(0) macro
191 DPRINT("radeonfb: Found %dk of %s %d bits wide videoram\n", in radeon_identify_vram()
574 DPRINT("rinfo->mmio_base = 0x%p bus=0x%x\n", in radeon_probe()
577 DPRINT("rinfo->fb_local_base = 0x%x\n",rinfo->fb_local_base); in radeon_probe()
595 DPRINT("Radeon: framebuffer base address 0x%08x, " in radeon_probe()
730 DPRINT ("Cursor Start %x Pattern Start %x\n", pGD->dprBase, in video_hw_init()