Home
last modified time | relevance | path

Searched refs:linebuf (Results 1 – 6 of 6) sorted by relevance

/u-boot/lib/
A Dhexdump.c85 ret = snprintf(linebuf + lx, linebuflen - lx, in hex_dump_to_buffer()
96 ret = snprintf(linebuf + lx, linebuflen - lx, in hex_dump_to_buffer()
119 linebuf[lx++] = hex_asc_hi(ch); in hex_dump_to_buffer()
122 linebuf[lx++] = hex_asc_lo(ch); in hex_dump_to_buffer()
125 linebuf[lx++] = ' '; in hex_dump_to_buffer()
136 linebuf[lx++] = ' '; in hex_dump_to_buffer()
145 linebuf[lx] = '\0'; in hex_dump_to_buffer()
148 linebuf[lx++] = '\0'; in hex_dump_to_buffer()
187 char linebuf[32 * 3 + 2 + 32 + 1]; in print_hex_dump() local
197 linebuf, sizeof(linebuf), ascii); in print_hex_dump()
[all …]
A Ddisplay_options.c140 union linebuf { in print_buffer() union
/u-boot/cmd/
A Dfpgad.c34 u16 linebuf[DISP_LINE_LEN/sizeof(u16)]; in do_fpga_md() local
77 &linebuf[k]); in do_fpga_md()
78 print_buffer(addr, (void *)linebuf, sizeof(u16), in do_fpga_md()
A Daxi.c172 u8 linebuf[DISP_LINE_LEN]; in do_axi_md() local
236 linebuf + k * unitsize, axisize); in do_axi_md()
248 print_buffer(addr, (void *)linebuf, unitsize, in do_axi_md()
A Di2c.c581 unsigned char linebuf[DISP_LINE_LEN]; in do_i2c_md() local
587 ret = dm_i2c_read(dev, addr, linebuf, linebytes); in do_i2c_md()
589 ret = i2c_read(chip, addr, alen, linebuf, linebytes); in do_i2c_md()
595 cp = linebuf; in do_i2c_md()
601 cp = linebuf; in do_i2c_md()
/u-boot/include/
A Dhexdump.h85 char *linebuf, size_t linebuflen, bool ascii);

Completed in 9 milliseconds