Home
last modified time | relevance | path

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

/openbmc/u-boot/common/
H A 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()
H A Dkgdb_stubs.c36 int getDebugChar(void) in getDebugChar() function
/openbmc/u-boot/include/
H A Dkgdb.h62 extern int getDebugChar(void);