Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/serial/
Ducc_uart.c193 struct qe_bd *tx_cur; member
342 bdp = qe_port->tx_cur; in qe_uart_tx_pump()
354 qe_port->tx_cur = bdp; in qe_uart_tx_pump()
367 bdp = qe_port->tx_cur; in qe_uart_tx_pump()
391 qe_port->tx_cur = bdp; in qe_uart_tx_pump()
623 qe_port->tx_cur = qe_port->tx_bd_base; in qe_uart_initbd()
635 setbits16(&qe_port->tx_cur->status, BD_SC_P); in qe_uart_initbd()
/linux-4.1.27/drivers/tty/serial/cpm_uart/
Dcpm_uart_core.c696 bdp = pinfo->tx_cur; in cpm_uart_tx_pump()
709 pinfo->tx_cur = bdp; in cpm_uart_tx_pump()
722 bdp = pinfo->tx_cur; in cpm_uart_tx_pump()
744 pinfo->tx_cur = bdp; in cpm_uart_tx_pump()
788 bdp = pinfo->tx_cur = pinfo->tx_bd_base; in cpm_uart_initbd()
988 bdp = pinfo->tx_cur; in cpm_uart_early_write()
1047 pinfo->tx_cur = bdp; in cpm_uart_early_write()
Dcpm_uart.h73 cbd_t __iomem *tx_cur; member