Home
last modified time | relevance | path

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

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