Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/tty/serial/
Dstm32-usart.h255 #define RX_BUF_L 200 /* dma rx buffer length */ macro
256 #define RX_BUF_P RX_BUF_L /* dma rx buffer period */
Dstm32-usart.c198 c = stm32_port->rx_buf[RX_BUF_L - (*last_res)--]; in stm32_get_char()
200 *last_res = RX_BUF_L; in stm32_get_char()
1067 stm32_ports[id].last_res = RX_BUF_L; in stm32_of_get_stm32_port()
1099 stm32port->rx_buf = dma_alloc_coherent(&pdev->dev, RX_BUF_L, in stm32_of_dma_rx_probe()
1122 RX_BUF_L, RX_BUF_P, DMA_DEV_TO_MEM, in stm32_of_dma_rx_probe()
1144 RX_BUF_L, stm32port->rx_buf, in stm32_of_dma_rx_probe()
1289 RX_BUF_L, stm32_port->rx_buf, in stm32_serial_remove()