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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/drivers/
H A Dsync_serial.c135 int out_buf_count; member in struct:sync_port
310 port->out_buf_count = 0;
633 port->out_buf_count < OUT_BUFFER_SIZE)
981 int out_buf_count; local
994 * |<- out_buf_count ->|
1008 out_buf_count = port->out_buf_count;
1014 out_buf_count >= OUT_BUFFER_SIZE)) {
1022 wr_ptr = rd_ptr + out_buf_count;
1030 bytes_free = OUT_BUFFER_SIZE - out_buf_count;
[all...]

Completed in 62 milliseconds