Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/tty/serial/
Dstm32-usart.h184 #define TX_BUF_L RX_BUF_L /* dma tx buffer length */ macro
Dstm32-usart.c626 if (count > TX_BUF_L) in stm32_usart_transmit_chars_dma()
627 count = TX_BUF_L; in stm32_usart_transmit_chars_dma()
1637 dma_free_coherent(&pdev->dev, TX_BUF_L, stm32port->tx_buf, in stm32_usart_of_dma_tx_remove()
1650 stm32port->tx_buf = dma_alloc_coherent(dev, TX_BUF_L, in stm32_usart_of_dma_tx_probe()