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

/broadcom-cfe-1.4.2/cfe/arch/mips/chipset/sibyte/src/
H A Ddev_jtag.c114 uint64_t input_buf; member in struct:jtag_s
205 softc->input_buf = inbuf << 8;
239 /* Take min(waiting,blen) from input_buf */
241 b = (softc->input_buf >> 56) & 0xFF;
244 softc->input_buf <<= 8;

Completed in 24 milliseconds