Symbol: UART_XMIT_SIZE
drivers/tty/amiserial.c
285
info->xmit.tail = info->xmit.tail & (UART_XMIT_SIZE - 1);
drivers/tty/amiserial.c
290
UART_XMIT_SIZE) < WAKEUP_CHARS)
drivers/tty/amiserial.c
710
UART_XMIT_SIZE) == 0) {
drivers/tty/amiserial.c
716
info->xmit.head &= UART_XMIT_SIZE - 1;
drivers/tty/amiserial.c
755
UART_XMIT_SIZE);
drivers/tty/amiserial.c
762
info->xmit.head = (info->xmit.head + c) & (UART_XMIT_SIZE - 1);
drivers/tty/amiserial.c
789
return CIRC_SPACE(info->xmit.head, info->xmit.tail, UART_XMIT_SIZE);
drivers/tty/amiserial.c
796
return CIRC_CNT(info->xmit.head, info->xmit.tail, UART_XMIT_SIZE);
drivers/tty/mips_ejtag_fdc.c
920
priv->xmit_size = min(tx_fifo * 4, (unsigned int)UART_XMIT_SIZE);
drivers/tty/serial/8250/8250_bcm7271.c
1076
priv->tx_size = UART_XMIT_SIZE;
drivers/tty/serial/8250/8250_bcm7271.c
425
tx_size = uart_fifo_out(&p->port, priv->tx_buf, UART_XMIT_SIZE);
drivers/tty/serial/8250/8250_dma.c
118
UART_XMIT_SIZE, dma->tx_addr);
drivers/tty/serial/8250/8250_dma.c
140
UART_XMIT_SIZE, DMA_TO_DEVICE);
drivers/tty/serial/8250/8250_dma.c
23
UART_XMIT_SIZE, DMA_TO_DEVICE);
drivers/tty/serial/8250/8250_dma.c
298
UART_XMIT_SIZE,
drivers/tty/serial/8250/8250_dma.c
335
UART_XMIT_SIZE, DMA_TO_DEVICE);
drivers/tty/serial/8250/8250_mtk.c
167
dma->txconf.dst_port_window_size = UART_XMIT_SIZE;
drivers/tty/serial/8250/8250_omap.c
1086
UART_XMIT_SIZE, DMA_TO_DEVICE);
drivers/tty/serial/8250/8250_omap.c
1181
ret = kfifo_dma_out_prepare_mapped(&tport->xmit_fifo, &sg, 1, UART_XMIT_SIZE, dma->tx_addr);
drivers/tty/serial/8250/8250_omap.c
1203
UART_XMIT_SIZE, DMA_TO_DEVICE);
drivers/tty/serial/atmel_serial.c
1038
UART_XMIT_SIZE, DMA_TO_DEVICE);
drivers/tty/serial/atmel_serial.c
1045
UART_XMIT_SIZE, tport->xmit_buf,
drivers/tty/serial/atmel_serial.c
1468
UART_XMIT_SIZE);
drivers/tty/serial/atmel_serial.c
1498
UART_XMIT_SIZE,
drivers/tty/serial/atmel_serial.c
1500
pdc->dma_size = UART_XMIT_SIZE;
drivers/tty/serial/atmel_serial.c
910
UART_XMIT_SIZE, DMA_TO_DEVICE);
drivers/tty/serial/atmel_serial.c
946
UART_XMIT_SIZE);
drivers/tty/serial/atmel_serial.c
993
UART_XMIT_SIZE, DMA_TO_DEVICE);
drivers/tty/serial/men_z135_uart.c
346
min_t(unsigned int, UART_XMIT_SIZE, n));
drivers/tty/serial/msm_serial.c
152
#define UARTDM_RX_SIZE (UART_XMIT_SIZE / 4)
drivers/tty/serial/msm_serial.c
922
UART_XMIT_SIZE);
drivers/tty/serial/mxs-auart.c
586
UART_XMIT_SIZE);
drivers/tty/serial/mxs-auart.c
842
| AUART_CTRL0_XFER_COUNT(UART_XMIT_SIZE);
drivers/tty/serial/mxs-auart.c
851
sg_init_one(sgl, s->rx_dma_buf, UART_XMIT_SIZE);
drivers/tty/serial/mxs-auart.c
910
s->rx_dma_buf = kzalloc(UART_XMIT_SIZE, GFP_KERNEL | GFP_DMA);
drivers/tty/serial/mxs-auart.c
920
s->tx_dma_buf = kzalloc(UART_XMIT_SIZE, GFP_KERNEL | GFP_DMA);
drivers/tty/serial/mxs-auart.c
929
s->port.fifosize = UART_XMIT_SIZE;
drivers/tty/serial/pch_uart.c
889
bytes = kfifo_out_linear(&tport->xmit_fifo, &tail, UART_XMIT_SIZE);
drivers/tty/serial/pch_uart.c
942
~(UART_XMIT_SIZE - 1)) + sg->offset;
drivers/tty/serial/qcom_geni_serial.c
684
UART_XMIT_SIZE);
drivers/tty/serial/samsung_tty.c
1123
UART_XMIT_SIZE,
drivers/tty/serial/samsung_tty.c
1164
UART_XMIT_SIZE, DMA_TO_DEVICE);
drivers/tty/serial/samsung_tty.c
475
count = kfifo_out_linear(&tport->xmit_fifo, &tail, UART_XMIT_SIZE);
drivers/tty/serial/samsung_tty.c
872
count = kfifo_out_linear(&tport->xmit_fifo, &tail, UART_XMIT_SIZE);
drivers/tty/serial/serial-tegra.c
1134
UART_XMIT_SIZE, DMA_TO_DEVICE);
drivers/tty/serial/serial-tegra.c
1180
dma_buf, UART_XMIT_SIZE, DMA_TO_DEVICE);
drivers/tty/serial/serial-tegra.c
543
UART_XMIT_SIZE) < count);
drivers/tty/serial/serial-tegra.c
577
UART_XMIT_SIZE);
drivers/tty/serial/sh-sci.c
1593
dma_unmap_single(chan->device->dev, s->tx_dma_addr, UART_XMIT_SIZE,
drivers/tty/serial/sh-sci.c
1661
UART_XMIT_SIZE);
drivers/tty/serial/sh-sci.c
1837
UART_XMIT_SIZE,
drivers/tty/serial/sh-sci.c
1844
__func__, UART_XMIT_SIZE,
drivers/tty/serial/sprd_serial.c
113
#define SPRD_UART_RX_SIZE (UART_XMIT_SIZE / 4)
drivers/tty/serial/sprd_serial.c
256
UART_XMIT_SIZE);
drivers/tty/serial/sunhv.c
64
UART_XMIT_SIZE);
drivers/tty/serial/tegra-tcu.c
100
UART_XMIT_SIZE);