Searched refs:DCRn_MSK (Results 1 - 2 of 2) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sound/cs4281/
H A Dcs4281m.c979 temp1 = (DCRn_HTCIE | DCRn_TCIE | DCRn_MSK); // (00030001h)
1618 temp1 = readl(s->pBA0 + BA0_DCR0) | DCRn_MSK;
1642 temp1 = readl(s->pBA0 + BA0_DCR0) & ~DCRn_MSK; // Clear DMA0 channel mask.
1673 temp1 = readl(s->pBA0 + BA0_DCR1) | DCRn_MSK;
1729 temp1 = readl(s->pBA0 + BA0_DCR1) & ~DCRn_MSK; // Clear DMA1 channel mask bit.
2121 writel(temp1 | DCRn_MSK, s->pBA0 + BA0_DCR1); // Stop capture DMA, if active.
2155 writel(temp1 | DCRn_MSK, s->pBA0 + BA0_DCR0); // Stop play DMA, if active.
H A Dcs4281_hwdefs.h443 #define DCRn_MSK 0x00000001L macro

Completed in 25 milliseconds