Home
last modified time | relevance | path

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

/hal_intel-latest/bsp_sedi/drivers/usart/
Dsedi_dw_uart.c191 static void sedi_dma_poll_dummy_cb(IN sedi_dma_t dma_dev, IN int channel, IN int event, in sedi_dma_poll_dummy_cb() argument
196 PARAM_UNUSED(dma_dev); in sedi_dma_poll_dummy_cb()
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()
1902 ret = sedi_dma_control(xfer->dma_dev, xfer->channel, SEDI_CONFIG_DMA_HS_DEVICE_ID, in sedi_uart_dma_io_async()
1906 ret = sedi_dma_control(xfer->dma_dev, xfer->channel, SEDI_CONFIG_DMA_HS_DEVICE_ID_PER_DIR, in sedi_uart_dma_io_async()
1910 ret = sedi_dma_control(xfer->dma_dev, xfer->channel, SEDI_CONFIG_DMA_DIRECTION, dma_dir); in sedi_uart_dma_io_async()
1917 ret = sedi_dma_start_transfer(xfer->dma_dev, xfer->channel, src, dst, xfer->len); in sedi_uart_dma_io_async()
1921 static int sedi_uart_dma_io_polled(sedi_uart_t uart, sedi_dma_t dma_dev, uint32_t channel, in sedi_uart_dma_io_polled() argument
1945 ret = sedi_uart_dma_config(dma_dev, channel, sedi_dma_poll_dummy_cb, NULL, op); in sedi_uart_dma_io_polled()
[all …]
/hal_intel-latest/bsp_sedi/include/driver/
Dsedi_driver_uart.h262 sedi_dma_t dma_dev; /**< Dma device to be used. */ member
999 int sedi_uart_dma_write_polled(IN sedi_uart_t uart, IN sedi_dma_t dma_dev,
1016 int sedi_uart_dma_read_polled(IN sedi_uart_t uart, IN sedi_dma_t dma_dev,
Dsedi_driver_i2c.h395 IN uint32_t dma_dev, IN uint32_t dma_chan);
/hal_intel-latest/bsp_sedi/drivers/i2c/
Dsedi_i2c_dw_apb_200a.c747 IN uint32_t num, IN bool pending, IN uint32_t dma_dev, IN uint32_t dma_chan) in sedi_i2c_master_write_dma() argument
776 context->tx_dma_dev = dma_dev; in sedi_i2c_master_write_dma()