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

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

Completed in 86 milliseconds