Searched refs:DMA_INTMASK_REG (Results 1 – 5 of 5) sorted by relevance
200 DMA_INTMASK_REG &= ~(0x02<<(ch*2)); in wm_i2s_dma_tx_init()212 DMA_INTMASK_REG &=~(0x02<<(ch*2)); in wm_i2s_dma_rx_init()467 DMA_INTMASK_REG &= ~(0x02<<(tx_channel*2)); in wm_i2s_tx_dma_link()643 DMA_INTMASK_REG &= ~(0x02<<(rx_channel*2)); in wm_i2s_receive_dma()696 DMA_INTMASK_REG &= ~(0x02<<(tx_channel*2)); in wm_i2s_transmit_dma()
49 DMA_INTMASK_REG &= ~(0x02<<(ch*2)); in wm_psram_dma_init()
439 DMA_INTMASK_REG = value; in tls_dma_init()
197 DMA_INTMASK_REG &= ~(0x01 << (gst_adc.dmachannel *2 + 1)); in tls_adc_start_with_dma()
178 #define DMA_INTMASK_REG (*(volatile unsigned int*)(DMA_STARTADDRESS+0x000)) macro