Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/common/
H A Drbsb.c56 #ifndef HOWMANY
58 #define HOWMANY MAX_BLOCK macro
60 #define HOWMANY 255 macro
65 #if defined(HOWMANY) && HOWMANY > 255
330 tty.c_cc[VMIN] = HOWMANY; /* This many chars satisfies reads */ in io_mode()
401 tty.c_cc[VMIN] = HOWMANY; /* This many chars satisfies reads */ in io_mode()
H A Dlrz.c61 #ifndef HOWMANY
63 #define HOWMANY MAX_BLOCK macro
65 #define HOWMANY 255 macro
79 int Readnum = HOWMANY; /* Number of bytes to ask for in read() from modem */
846 readline_setup(0, HOWMANY, MAX_BLOCK*2); in zmodem_rx()