Home
last modified time | relevance | path

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

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