Searched refs:buf_stop_ptr (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.c985 unsigned char *buf_stop_ptr; /* Last byte + 1 */ local
1019 buf_stop_ptr = port->out_buffer + OUT_BUFFER_SIZE;
1023 if (wr_ptr >= buf_stop_ptr)
1031 if (wr_ptr + bytes_free > buf_stop_ptr)
1032 bytes_free = buf_stop_ptr - wr_ptr;
1041 wr_ptr, buf_stop_ptr));

Completed in 22 milliseconds