Searched refs:DMA_WRITE_DISABLE (Results 1 – 1 of 1) sorted by relevance
22 #define DMA_WRITE_DISABLE(i) BIT(DMA_CHANNEL_NUM + i) macro159 regs->int_reg.mask_tfr_low = DMA_WRITE_DISABLE(channel_id); in mask_channel_interrupt()160 regs->int_reg.mask_block_low = DMA_WRITE_DISABLE(channel_id); in mask_channel_interrupt()161 regs->int_reg.mask_src_trans_low = DMA_WRITE_DISABLE(channel_id); in mask_channel_interrupt()162 regs->int_reg.mask_dst_trans_low = DMA_WRITE_DISABLE(channel_id); in mask_channel_interrupt()163 regs->int_reg.mask_err_low = DMA_WRITE_DISABLE(channel_id); in mask_channel_interrupt()709 regs->misc_reg.chan_en_low = DMA_WRITE_DISABLE(channel_id); in dma_transfer_post()