Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/common/
H A Dlrz.c1336 zshhdr(ZCRC, Txhdr); in do_crc_check()
1999 Txhdr[ZF0] = CANFC32|CANFDX|CANOVIO|CANBRK; in tryz()
2001 Txhdr[ZF0] = CANFC32|CANFDX|CANOVIO; in tryz()
2005 Txhdr[ZF1] |= ZF1_TIMESYNC; in tryz()
2008 Txhdr[ZF0] |= TESCCTL; /* TESCCTL == ESCCTL */ in tryz()
2009 zshhdr(tryzhdrtype, Txhdr); in tryz()
2054 zshhdr(ZNAK, Txhdr); in tryz()
2069 zshhdr(ZACK, Txhdr); in tryz()
2072 zshhdr(ZNAK, Txhdr); in tryz()
2076 zshhdr(ZACK, Txhdr); in tryz()
[all …]
H A Dzm.c49 char Txhdr[4]; /* Transmitted header */ variable
963 Txhdr[ZP0] = lpos; in stohdr()
964 Txhdr[ZP1] = lpos>>8; in stohdr()
965 Txhdr[ZP2] = lpos>>16; in stohdr()
966 Txhdr[ZP3] = lpos>>24; in stohdr()
H A Dzmodem.h133 extern char Txhdr[4]; /* Transmitted header */
H A Dzglobal.h433 extern char Txhdr[4]; /* Transmitted header */