Searched refs:DPRINT (Results 1 – 4 of 4) sorted by relevance
| /rk3399_rockchip-uboot/scripts/dtc/ |
| H A D | dtc-lexer.l | 111 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 D | dtc-lexer.lex.c_shipped | 645 #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 …]
|
| /rk3399_rockchip-uboot/drivers/i2c/ |
| H A D | tsi108_i2c.c | 22 #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 …]
|
| /rk3399_rockchip-uboot/drivers/video/ |
| H A D | ati_radeon_fb.c | 38 #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()
|