Searched refs:putDebugChar (Results 1 - 3 of 3) sorted by relevance

/u-boot/common/
H A Dkgdb_stubs.c25 void putDebugChar(int c) function
H A Dkgdb.c269 putDebugChar('-'); /* failed checksum */
271 putDebugChar('+'); /* successful transfer */
274 putDebugChar(buffer[0]);
275 putDebugChar(buffer[1]);
296 putDebugChar('$');
301 putDebugChar(ch);
306 putDebugChar('#');
307 putDebugChar(hexchars[checksum >> 4]);
308 putDebugChar(hexchars[checksum & 0xf]);
/u-boot/include/
H A Dkgdb.h72 extern void putDebugChar(int);

Completed in 234 milliseconds