Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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 …]
/OK3568_Linux_fs/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 …]
H A Ddtc-lexer.lex.c
H A Ddtc-lexer.lex.c_shipped645 #define DPRINT(fmt, ...) fprintf(stderr, fmt, ##__VA_ARGS__)
647 #define DPRINT(fmt, ...) do { } while (0)
652 #define BEGIN_DEFAULT() DPRINT("<V1>\n"); \
996 DPRINT("String: %s\n", yytext);
1006 DPRINT("Keyword: /dts-v1/\n");
1016 DPRINT("Keyword: /plugin/\n");
1024 DPRINT("Keyword: /memreserve/\n");
1033 DPRINT("Keyword: /bits/\n");
1042 DPRINT("Keyword: /delete-property/\n");
1043 DPRINT("<PROPNODENAME>\n");
[all …]
/OK3568_Linux_fs/u-boot/drivers/i2c/
H A Dtsi108_i2c.c22 #define DPRINT(x) printf (x) macro
24 #define DPRINT(x) macro
51 DPRINT (("I2C read_byte() %d 0x%02x 0x%02x\n", in i2c_read_byte()
97 DPRINT (("I2C HW error reported: 0x%02x\n", temp)); in i2c_read_byte()
106 DPRINT (("I2C Transaction start failed: 0x%02x\n", temp)); in i2c_read_byte()
109 DPRINT (("I2C read_byte() status: 0x%02x\n", op_status)); in i2c_read_byte()
147 DPRINT (("I2C read_byte() failed: 0x%02x (%d left)\n", op_status, len)); in i2c_read()
154 DPRINT (("I2C read() status: 0x%02x\n", op_status)); in i2c_read()
207 DPRINT (("I2C HW error reported: 0x%02x\n", temp)); in i2c_write_byte()
217 DPRINT (("I2C Transaction start failed: 0x%02x\n", temp)); in i2c_write_byte()
[all …]
/OK3568_Linux_fs/kernel/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_default_smpl.c26 #define DPRINT(a) \ macro
37 #define DPRINT(a) macro
48 DPRINT(("[%d] no argument passed\n", task_pid_nr(task))); in default_validate()
52 DPRINT(("[%d] validate flags=0x%x CPU%d\n", task_pid_nr(task), flags, cpu)); in default_validate()
59 DPRINT(("buf_size=%lu\n", arg->buf_size)); in default_validate()
91 DPRINT(("[%d] buffer=%p buf_size=%lu hdr_size=%lu hdr_version=%u cur_offs=%lu\n", in default_init()
114 DPRINT(("[%d] invalid arguments buf=%p arg=%p\n", task->pid, buf, arg)); in default_handler()
249 DPRINT(("[%d] exit(%p)\n", task_pid_nr(task), buf)); in default_exit()
H A Dperfmon_montecito.h147 DPRINT(("pmc[%d]=0x%lx, mask=0x%lx, reset=0x%lx, val=0x%lx\n", in pfm_mont_reserved()
186DPRINT(("cnum=%u val=0x%lx, using_dbreg=%d loaded=%d\n", cnum, tmpval, ctx->ctx_fl_using_dbreg, is… in pfm_mont_pmc_check()
191 DPRINT(("pmc[%d]=0x%lx has active pmc41 settings, clearing dbr\n", cnum, tmpval)); in pfm_mont_pmc_check()
211 DPRINT(("pmc38=0x%lx has active pmc38 settings, clearing ibr\n", tmpval)); in pfm_mont_pmc_check()
249 DPRINT(("invalid config pmc38=0x%lx pmc41=0x%lx pmc32=0x%lx\n", val38, val41, val32)); in pfm_mont_pmc_check()
H A Dperfmon_mckinley.h69 DPRINT(("pmc[%d]=0x%lx, mask=0x%lx, reset=0x%lx, val=0x%lx\n", in pfm_mck_reserved()
102DPRINT(("cnum=%u val=0x%lx, using_dbreg=%d loaded=%d\n", cnum, *val, ctx->ctx_fl_using_dbreg, is_l… in pfm_mck_pmc_check()
107 DPRINT(("pmc[%d]=0x%lx has active pmc13 settings, clearing dbr\n", cnum, *val)); in pfm_mck_pmc_check()
125 DPRINT(("pmc[%d]=0x%lx has active pmc14 settings, clearing ibr\n", cnum, *val)); in pfm_mck_pmc_check()
167 if (ret) DPRINT((KERN_DEBUG "perfmon: failure check_case1\n")); in pfm_mck_pmc_check()
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()
/OK3568_Linux_fs/kernel/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()
358 DPRINT (WF_DEBUG_CMD, "0x%x [%s] (%d,%d,%d)\n", in snd_wavefront_cmd()
363 DPRINT ((WF_DEBUG_IO|WF_DEBUG_CMD), "cannot request " in snd_wavefront_cmd()
370 DPRINT (WF_DEBUG_DATA, "writing %d bytes " in snd_wavefront_cmd()
376 DPRINT (WF_DEBUG_IO, "bad write for byte " in snd_wavefront_cmd()
382 DPRINT (WF_DEBUG_DATA, "write[%d] = 0x%x\n", in snd_wavefront_cmd()
388 DPRINT (WF_DEBUG_DATA, "reading %d ints " in snd_wavefront_cmd()
[all …]
/OK3568_Linux_fs/kernel/drivers/block/
H A Dfloppy.c154 #define DPRINT(format, args...) \ macro
160 do { if ((test) & FD_DEBUG) DPRINT(fmt, ##args); } while (0)
163 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 …]
H A Dataflop.c412 #define DPRINT(a) printk a macro
414 #define DPRINT(a) macro
620 DPRINT(( "wpstat[%d] = %d\n", drive, stat )); in check_change()
673 DPRINT(("FDC irq, status = %02x handler = %08lx\n",status,(unsigned long)handler)); in floppy_irq()
677 DPRINT(("FDC irq, no handler\n")); in floppy_irq()
810 DPRINT(("do_fd_action\n")); in do_fd_action()
861 DPRINT(("fd_calibrate\n")); in fd_calibrate()
875 DPRINT(("fd_calibrate_done()\n")); in fd_calibrate_done()
908 DPRINT(("fd_seek() to track %d\n",ReqTrack)); in fd_seek()
923 DPRINT(("fd_seek_done()\n")); in fd_seek_done()
[all …]
/OK3568_Linux_fs/u-boot/drivers/video/
H A Dati_radeon_fb.c38 #define DPRINT(x...) printf(x) macro
40 #define DPRINT(x...) do{}while(0) macro
192 DPRINT("radeonfb: Found %dk of %s %d bits wide videoram\n", in radeon_identify_vram()
575 DPRINT("rinfo->mmio_base = 0x%p bus=0x%x\n", in radeon_probe()
578 DPRINT("rinfo->fb_local_base = 0x%x\n",rinfo->fb_local_base); in radeon_probe()
596 DPRINT("Radeon: framebuffer base address 0x%08x, " in radeon_probe()
731 DPRINT ("Cursor Start %x Pattern Start %x\n", pGD->dprBase, in video_hw_init()