Home
last modified time | relevance | path

Searched refs:RX_BUF_L (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/tty/serial/
Dstm32-usart.h245 #define RX_BUF_L 200 /* dma rx buffer length */ macro
246 #define RX_BUF_P RX_BUF_L /* dma rx buffer period */
Dstm32-usart.c205 c = stm32_port->rx_buf[RX_BUF_L - (*last_res)--]; in stm32_get_char()
207 *last_res = RX_BUF_L; in stm32_get_char()
865 stm32_ports[id].last_res = RX_BUF_L; in stm32_of_get_stm32_port()
897 stm32port->rx_buf = dma_alloc_coherent(&pdev->dev, RX_BUF_L, in stm32_of_dma_rx_probe()
920 RX_BUF_L, RX_BUF_P, DMA_DEV_TO_MEM, in stm32_of_dma_rx_probe()
942 RX_BUF_L, stm32port->rx_buf, in stm32_of_dma_rx_probe()
1069 RX_BUF_L, stm32_port->rx_buf, in stm32_serial_remove()