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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dsb1250_duart.c108 unsigned int outp_tail; member in struct:__anon4344
327 t = SERIAL_XMIT_SIZE - us->outp_tail;
335 memcpy(us->outp_buf + us->outp_tail, buf, c);
338 us->outp_tail = (us->outp_tail + c) & (SERIAL_XMIT_SIZE - 1);
372 us->outp_buf[us->outp_tail] = ch;
373 us->outp_tail = (us->outp_tail + 1) &(SERIAL_XMIT_SIZE-1);
422 us->outp_head = us->outp_tail = us->outp_count = 0;

Completed in 28 milliseconds