Searched refs:putDebugChar (Results 1 - 3 of 3) sorted by last modified time

/u-boot/common/
H A Dkgdb_stubs.c24 void putDebugChar(int c) function
H A Dkgdb.c268 putDebugChar('-'); /* failed checksum */
270 putDebugChar('+'); /* successful transfer */
273 putDebugChar(buffer[0]);
274 putDebugChar(buffer[1]);
295 putDebugChar('$');
300 putDebugChar(ch);
305 putDebugChar('#');
306 putDebugChar(hexchars[checksum >> 4]);
307 putDebugChar(hexchars[checksum & 0xf]);
/u-boot/include/
H A Dkgdb.h72 extern void putDebugChar(int);

Completed in 52 milliseconds