Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/tools/gdb/
H A Dremote.c778 unsigned char pktcsum; in read_frame() local
782 pktcsum = fromhex (readchar (remote_timeout)) << 4; in read_frame()
783 pktcsum |= fromhex (readchar (remote_timeout)); in read_frame()
785 if (csum == pktcsum) in read_frame()
794 pktcsum, csum); in read_frame()