Home
last modified time | relevance | path

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

/u-boot/common/
A Dkgdb.c237 while ((ch = (getDebugChar() & 0x7f)) != '$') { in getpacket()
252 ch = getDebugChar() & 0x7f; in getpacket()
266 xmitcsum = hex(getDebugChar() & 0x7f) << 4; in getpacket()
267 xmitcsum |= hex(getDebugChar() & 0x7f); in getpacket()
309 recv = getDebugChar(); in putpacket()
A Dkgdb_stubs.c39 int getDebugChar(void) in getDebugChar() function
/u-boot/include/
A Dkgdb.h62 extern int getDebugChar(void);

Completed in 4 milliseconds