Searched refs:waiting_input (Results 1 - 1 of 1) sorted by relevance

/broadcom-cfe-1.4.2/cfe/arch/mips/chipset/sibyte/src/
H A Ddev_jtag.c115 int waiting_input; member in struct:jtag_s
152 softc->waiting_input = 0;
204 softc->waiting_input = jtag_input_len(inbuf);
231 if (softc->waiting_input == 0) {
235 while ((blen > 0) && (softc->waiting_input)) {
236 int bytes = blen > softc->waiting_input ? softc->waiting_input : blen;
247 softc->waiting_input -= bytes;
250 if (softc->waiting_input == 0) {
278 if (softc->waiting_input
[all...]

Completed in 19 milliseconds