Searched refs:sedi_uart_dma_config (Results 1 – 1 of 1) sorted by relevance
/hal_intel-3.7.0/bsp_sedi/drivers/usart/ |
D | sedi_dw_uart.c | 1828 static int sedi_uart_dma_config(IN sedi_dma_t dma, int32_t channel, IN sedi_dma_event_cb_t cb, in sedi_uart_dma_config() function 1877 ret = sedi_uart_dma_config(xfer->dma_dev, xfer->channel, sedi_dma_event_cb, in sedi_uart_dma_io_async() 1888 ret = sedi_uart_dma_config(xfer->dma_dev, xfer->channel, sedi_dma_event_cb, in sedi_uart_dma_io_async() 1945 ret = sedi_uart_dma_config(dma_dev, channel, sedi_dma_poll_dummy_cb, NULL, op); in sedi_uart_dma_io_polled()
|