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

/freebsd-13-stable/sys/dev/sound/pci/
H A Dcs4281.h90 # define CS4281PCI_DCR_MSK 0x00000001 macro
H A Dcs4281.c481 going = !(cs4281_rd(sc, CS4281PCI_DCR(ch->dma_chan)) & CS4281PCI_DCR_MSK);
484 cs4281_clr4(sc, CS4281PCI_DCR(ch->dma_chan), CS4281PCI_DCR_MSK);
486 cs4281_set4(sc, CS4281PCI_DCR(ch->dma_chan), CS4281PCI_DCR_MSK);
722 CS4281PCI_DCR_TCIE | CS4281PCI_DCR_HTCIE | CS4281PCI_DCR_MSK);
725 CS4281PCI_DCR_TCIE | CS4281PCI_DCR_HTCIE | CS4281PCI_DCR_MSK);

Completed in 60 milliseconds