Home
last modified time | relevance | path

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

/hal_intel-3.6.0/bsp_sedi/drivers/dma/
Dsedi_dma_ann_1p0.c21 #define DMA_WRITE_ENABLE(i) (BIT(i) | BIT(DMA_CHANNEL_NUM + i)) macro
178 regs->int_reg.mask_tfr_low = DMA_WRITE_ENABLE(channel_id); in unmask_channel_interrupt()
179 regs->int_reg.mask_err_low = DMA_WRITE_ENABLE(channel_id); in unmask_channel_interrupt()
631 regs->misc_reg.chan_en_low = DMA_WRITE_ENABLE(channel_id); in sedi_dma_start_transfer_aux()
763 regs->misc_reg.chan_en_low = DMA_WRITE_ENABLE(channel_id); in sedi_dma_start_transfer_polling()