Searched refs:txbufp (Results 1 – 4 of 4) sorted by relevance
90 if ( port->txbufc == port->txbufp ) in serial_tx_interrupt()104 if ( port->txbufc == port->txbufp ) in serial_tx_interrupt()127 if ( (port->txbufp - port->txbufc) > (serial_txbufsz / 2) ) in __serial_putc()132 if ( (port->txbufp - port->txbufc) == serial_txbufsz ) in __serial_putc()149 port->txbuf[mask_serial_txbuf_idx(port->txbufp++)] = c; in __serial_putc()160 if ( ((port->txbufp - port->txbufc) == 0) && in __serial_putc()171 port->txbuf[mask_serial_txbuf_idx(port->txbufp++)] = c; in __serial_putc()429 while ( (port->txbufp - port->txbufc) != 0 ) in serial_start_sync()
77 if ( port->txbufc == port->txbufp ) { in omap_uart_interrupt()
1271 !dbgp->out.chunk && port->txbufp == port->txbufc ) in _ehci_dbgp_poll()
50 unsigned int txbufp, txbufc; member
Completed in 10 milliseconds