Home
last modified time | relevance | path

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

/hal_intel-3.5.0/bsp_sedi/drivers/dma/
Dsedi_dma_ann_1p0.c22 #define DMA_WRITE_DISABLE(i) BIT(DMA_CHANNEL_NUM + i) macro
153 regs->int_reg.mask_tfr_low = DMA_WRITE_DISABLE(channel_id); in mask_channel_interrupt()
154 regs->int_reg.mask_block_low = DMA_WRITE_DISABLE(channel_id); in mask_channel_interrupt()
155 regs->int_reg.mask_src_trans_low = DMA_WRITE_DISABLE(channel_id); in mask_channel_interrupt()
156 regs->int_reg.mask_dst_trans_low = DMA_WRITE_DISABLE(channel_id); in mask_channel_interrupt()
157 regs->int_reg.mask_err_low = DMA_WRITE_DISABLE(channel_id); in mask_channel_interrupt()
703 regs->misc_reg.chan_en_low = DMA_WRITE_DISABLE(channel_id); in dma_transfer_post()