Home
last modified time | relevance | path

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

/hal_intel-3.6.0/bsp_sedi/drivers/usart/
Dsedi_dw_uart.c169 dma_operation_type_t operation; /* READ/WRITE */ 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}
210 if (ctxt->operation == READ) { in sedi_dma_event_cb()
222 } else if (ctxt->operation == WRITE) { in sedi_dma_event_cb()