Searched refs:tx_cur (Results 1 - 3 of 3) sorted by relevance

/drivers/tty/serial/cpm_uart/
H A Dcpm_uart.h73 cbd_t __iomem *tx_cur; member in struct:uart_cpm_port
H A Dcpm_uart_core.c684 bdp = pinfo->tx_cur;
697 pinfo->tx_cur = bdp;
710 bdp = pinfo->tx_cur;
732 pinfo->tx_cur = bdp;
776 bdp = pinfo->tx_cur = pinfo->tx_bd_base;
974 bdp = pinfo->tx_cur;
1033 pinfo->tx_cur = bdp;
/drivers/tty/serial/
H A Ducc_uart.c193 struct qe_bd *tx_cur; member in struct:uart_qe_port
342 bdp = qe_port->tx_cur;
354 qe_port->tx_cur = bdp;
367 bdp = qe_port->tx_cur;
391 qe_port->tx_cur = bdp;
623 qe_port->tx_cur = qe_port->tx_bd_base;
635 setbits16(&qe_port->tx_cur->status, BD_SC_P);

Completed in 112 milliseconds