Home
last modified time | relevance | path

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

/external/u-boot/common/
Dkgdb.c236 while ((ch = (getDebugChar() & 0x7f)) != '$') { in getpacket()
251 ch = getDebugChar() & 0x7f; in getpacket()
265 xmitcsum = hex(getDebugChar() & 0x7f) << 4; in getpacket()
266 xmitcsum |= hex(getDebugChar() & 0x7f); in getpacket()
308 recv = getDebugChar(); in putpacket()
Dkgdb_stubs.c36 int getDebugChar(void) in getDebugChar() function
/external/u-boot/include/
Dkgdb.h62 extern int getDebugChar(void);