Searched refs:DCRn_MSK (Results 1 – 2 of 2) sorted by relevance
443 #define DCRn_MSK 0x00000001L macro
979 temp1 = (DCRn_HTCIE | DCRn_TCIE | DCRn_MSK); // (00030001h) in cs4281_hw_init()1618 temp1 = readl(s->pBA0 + BA0_DCR0) | DCRn_MSK; in stop_dac()1642 temp1 = readl(s->pBA0 + BA0_DCR0) & ~DCRn_MSK; // Clear DMA0 channel mask. in start_dac()1673 temp1 = readl(s->pBA0 + BA0_DCR1) | DCRn_MSK; in stop_adc()1729 temp1 = readl(s->pBA0 + BA0_DCR1) & ~DCRn_MSK; // Clear DMA1 channel mask bit. in start_adc()2121 writel(temp1 | DCRn_MSK, s->pBA0 + BA0_DCR1); // Stop capture DMA, if active. in prog_codec()2155 writel(temp1 | DCRn_MSK, s->pBA0 + BA0_DCR0); // Stop play DMA, if active. in prog_codec()