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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/serial/
H A Dmax3107.c242 if (!s->tx_fifo_empty)
268 s->tx_fifo_empty = 0;
365 * disable TX and set tx_fifo_empty flag
376 s->tx_fifo_empty = 1;
565 s->tx_fifo_empty = 1;
687 (s->tx_fifo_empty && uart_circ_empty(&s->port.state->xmit)));
688 return s->tx_fifo_empty && uart_circ_empty(&s->port.state->xmit);
H A Dmax3107.h390 int tx_fifo_empty; /* Flag for TX FIFO state */ member in struct:max3107_port
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/serial/
H A Dmax3107.c242 if (!s->tx_fifo_empty)
268 s->tx_fifo_empty = 0;
365 * disable TX and set tx_fifo_empty flag
376 s->tx_fifo_empty = 1;
565 s->tx_fifo_empty = 1;
687 (s->tx_fifo_empty && uart_circ_empty(&s->port.state->xmit)));
688 return s->tx_fifo_empty && uart_circ_empty(&s->port.state->xmit);
H A Dmax3107.h390 int tx_fifo_empty; /* Flag for TX FIFO state */ member in struct:max3107_port

Completed in 116 milliseconds