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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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 49 milliseconds