Home
last modified time | relevance | path

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

/u-boot/common/
A Dkgdb.c229 unsigned char xmitcsum; in getpacket() local
246 xmitcsum = -1; in getpacket()
266 xmitcsum = hex(getDebugChar() & 0x7f) << 4; in getpacket()
267 xmitcsum |= hex(getDebugChar() & 0x7f); in getpacket()
268 if (checksum != xmitcsum) in getpacket()
283 } while (checksum != xmitcsum); in getpacket()

Completed in 3 milliseconds