Searched refs:DMA_WRITE_DISABLE (Results 1 – 1 of 1) sorted by relevance
22 #define DMA_WRITE_DISABLE(i) BIT(DMA_CHANNEL_NUM + i) macro153 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()