Searched defs:tx_fifosize (Results 1 - 2 of 2) sorted by relevance

/drivers/tty/serial/cpm_uart/
H A Dcpm_uart.h65 u16 tx_fifosize; member in struct:uart_cpm_port
/drivers/tty/serial/
H A Ducc_uart.c185 u16 tx_fifosize; member in struct:uart_qe_port
371 while (count < qe_port->tx_fifosize) {
637 bd_virt += qe_port->tx_fifosize;
1025 tx_size = L1_CACHE_ALIGN(qe_port->tx_nrfifos * qe_port->tx_fifosize);
1424 qe_port->tx_fifosize = TX_BUF_SIZE;

Completed in 30 milliseconds