Home
last modified time | relevance | path

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

/hal_intel-3.5.0/bsp_sedi/drivers/usart/
Dsedi_dw_uart.c167 const sedi_uart_dma_xfer_t *dma_xfer; member
175 {.dma_xfer = NULL, .uart = SEDI_UART_0, .operation = WRITE},
176 {.dma_xfer = NULL, .uart = SEDI_UART_1, .operation = WRITE},
177 {.dma_xfer = NULL, .uart = SEDI_UART_2, .operation = WRITE}
181 {.dma_xfer = NULL, .uart = SEDI_UART_0, .operation = READ},
182 {.dma_xfer = NULL, .uart = SEDI_UART_1, .operation = READ},
183 {.dma_xfer = NULL, .uart = SEDI_UART_2, .operation = READ}
204 sedi_uart_dma_xfer_t *xfer = (sedi_uart_dma_xfer_t *)(ctxt->dma_xfer); in sedi_dma_event_cb()
241 ctxt->dma_xfer = NULL; in sedi_dma_event_cb()
1879 dma_write_ctxt[uart].dma_xfer = xfer; in sedi_uart_dma_io_async()
[all …]