Lines Matching refs:DEV_CHANNEL_DATA
121 #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()
753 if (DEV_CHANNEL_DATA(dev, channel)->busy) { in dma_mcux_edma_get_status()
760 DEV_CHANNEL_DATA(dev, channel)->transfer_settings.source_data_size; in dma_mcux_edma_get_status()
765 status->dir = DEV_CHANNEL_DATA(dev, channel)->transfer_settings.direction; in dma_mcux_edma_get_status()