Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/serial/
Ducc_uart.c191 struct qe_bd *tx_cur; member
340 bdp = qe_port->tx_cur; in qe_uart_tx_pump()
352 qe_port->tx_cur = bdp; in qe_uart_tx_pump()
365 bdp = qe_port->tx_cur; in qe_uart_tx_pump()
389 qe_port->tx_cur = bdp; in qe_uart_tx_pump()
621 qe_port->tx_cur = qe_port->tx_bd_base; in qe_uart_initbd()
633 setbits16(&qe_port->tx_cur->status, BD_SC_P); in qe_uart_initbd()
/Linux-v4.19/drivers/tty/serial/cpm_uart/
Dcpm_uart_core.c682 bdp = pinfo->tx_cur; in cpm_uart_tx_pump()
695 pinfo->tx_cur = bdp; in cpm_uart_tx_pump()
708 bdp = pinfo->tx_cur; in cpm_uart_tx_pump()
730 pinfo->tx_cur = bdp; in cpm_uart_tx_pump()
774 bdp = pinfo->tx_cur = pinfo->tx_bd_base; in cpm_uart_initbd()
974 bdp = pinfo->tx_cur; in cpm_uart_early_write()
1033 pinfo->tx_cur = bdp; in cpm_uart_early_write()
Dcpm_uart.h69 cbd_t __iomem *tx_cur; member