Lines Matching refs:xmit
184 struct circ_buf *xmit = &port->state->xmit;
193 if(uart_circ_empty(xmit) || uart_tx_stopped(port)) {
200 UART_PUT_CHAR(port, xmit->buf[xmit->tail]);
201 xmit->tail = (xmit->tail + 1) & (UART_XMIT_SIZE - 1);
203 if(uart_circ_empty(xmit))
211 if(uart_circ_chars_pending(xmit) < WAKEUP_CHARS)
214 if (uart_circ_empty(xmit))