Lines Matching full:smartdma
76 LOG_ERR("SMARTDMA transfer failed"); in dsi_mcux_dma_cb()
92 * the SMARTDMA peripheral (if enabled) can be used to accelerate in dsi_mcux_tx_color()
93 * the transfer of data to the DSI. The SMARTDMA has the additional in dsi_mcux_tx_color()
108 /* Configure smartDMA device, and run transfer */ in dsi_mcux_tx_color()
120 LOG_ERR("Could not configure SMARTDMA"); in dsi_mcux_tx_color()
124 * SMARTDMA uses DSI interrupt line as input for the DMA in dsi_mcux_tx_color()
128 * the NVIC, it will fire on every SMARTDMA transfer in dsi_mcux_tx_color()
135 LOG_ERR("Could not start SMARTDMA"); in dsi_mcux_tx_color()
240 /* Connect DSI IRQ line to SMARTDMA trigger via in dsi_mcux_attach()
243 /* Attach INPUTMUX from MIPI to SMARTDMA */ in dsi_mcux_attach()
269 LOG_ERR("SMARTDMA does not support pixel_format %u", in dsi_mcux_attach()
416 * SMARTDMA or non blocking DSI API. The framebuffer in dsi_mcux_transfer()
534 (.smart_dma = DEVICE_DT_GET(DT_INST_DMAS_CTLR_BY_NAME(id, smartdma)),), \