Searched refs:TX_BUF_L (Results 1 – 2 of 2) sorted by relevance
369 if (count > TX_BUF_L) in stm32_usart_transmit_chars_dma()370 count = TX_BUF_L; in stm32_usart_transmit_chars_dma()1236 stm32port->tx_buf = dma_alloc_coherent(&pdev->dev, TX_BUF_L, in stm32_usart_of_dma_tx_probe()1260 TX_BUF_L, stm32port->tx_buf, in stm32_usart_of_dma_tx_probe()1344 TX_BUF_L, stm32port->tx_buf, in stm32_usart_serial_probe()1397 TX_BUF_L, stm32_port->tx_buf, in stm32_usart_serial_remove()
254 #define TX_BUF_L 200 /* dma tx buffer length */ macro