Home
last modified time | relevance | path

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

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

Completed in 6 milliseconds