Searched refs:temp_tail (Results 1 – 1 of 1) sorted by relevance
883 int temp_tail = port->state->xmit.tail; in icom_write() local894 while ((port->state->xmit.head != temp_tail) && in icom_write()898 port->state->xmit.buf[temp_tail]; in icom_write()900 temp_tail++; in icom_write()901 temp_tail &= (UART_XMIT_SIZE - 1); in icom_write()