Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/dma/
Ddma_mcux_edma.c121 #define DEV_CHANNEL_DATA(dev, ch) \ macro
125 ((edma_handle_t *)(&(DEV_CHANNEL_DATA(dev, ch)->edma_handle)))
250 DEV_CHANNEL_DATA(dev, channel)->busy = false; in dma_mcux_edma_irq_handler()
264 if (DEV_CHANNEL_DATA(dev, i)->busy) { in dma_mcux_edma_error_irq_handler()
269 DEV_CHANNEL_DATA(dev, i)->busy = false; in dma_mcux_edma_error_irq_handler()
290 struct call_back *data = DEV_CHANNEL_DATA(dev, channel); in dma_mcux_edma_configure()
536 struct call_back *data = DEV_CHANNEL_DATA(dev, channel); in dma_mcux_edma_start()
579 struct call_back *data = DEV_CHANNEL_DATA(dev, channel); in dma_mcux_edma_suspend()
590 struct call_back *data = DEV_CHANNEL_DATA(dev, channel); in dma_mcux_edma_resume()
612 struct call_back *data = DEV_CHANNEL_DATA(dev, channel); in dma_mcux_edma_reload()
[all …]
Ddma_mcux_lpc.c73 #define DEV_CHANNEL_DATA(dev, ch) \ macro
77 ((dma_handle_t *)(&(DEV_CHANNEL_DATA(dev, ch)->dma_handle)))
475 data = DEV_CHANNEL_DATA(dev, virtual_channel); in dma_mcux_lpc_configure()
484 data = DEV_CHANNEL_DATA(dev, virtual_channel); in dma_mcux_lpc_configure()
734 struct channel_data *data = DEV_CHANNEL_DATA(dev, virtual_channel); in dma_mcux_lpc_start()
747 struct channel_data *data = DEV_CHANNEL_DATA(dev, virtual_channel); in dma_mcux_lpc_stop()
764 struct channel_data *data = DEV_CHANNEL_DATA(dev, virtual_channel); in dma_mcux_lpc_reload()
807 struct channel_data *data = DEV_CHANNEL_DATA(dev, virtual_channel); in dma_mcux_lpc_get_status()