Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/common/
H A Dzm.c43 unsigned int Rxtimeout = 100; /* Tenths of seconds to wait for something */ variable
121 if ((c = READLINE_PF(Rxtimeout)) < 0) in noxrd7()
181 if ((c = READLINE_PF(Rxtimeout)) & 0140) in zdlread()
193 if ((c = READLINE_PF(Rxtimeout)) & 0140) in zdlread2()
211 if ((c = READLINE_PF(Rxtimeout)) < 0) in zdlread2()
213 if (c == CAN && (c = READLINE_PF(Rxtimeout)) < 0) in zdlread2()
215 if (c == CAN && (c = READLINE_PF(Rxtimeout)) < 0) in zdlread2()
217 if (c == CAN && (c = READLINE_PF(Rxtimeout)) < 0) in zdlread2()
683 switch (c = READLINE_PF(Rxtimeout)) { in zgethdr()
H A Dzglobal.h424 extern unsigned int Rxtimeout; /* Tenths of seconds to wait for something */
H A Dlrz.c548 Rxtimeout = 100; in zmodem_rx()
682 Rxtimeout = tmp; in zmodem_rx()
685 if (Rxtimeout<10 || Rxtimeout>1000) in zmodem_rx()