Home
last modified time | relevance | path

Searched refs:CS4281_DMA_PLAY (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/dev/sound/pci/
H A Dcs4281.c54 #define CS4281_DMA_PLAY 0 macro
337 ch->dma_chan = (dir == PCMDIR_PLAY) ? CS4281_DMA_PLAY : CS4281_DMA_REC; in cs4281chan_init()
376 r = (ch->dma_chan == CS4281_DMA_PLAY) ? CS4281PCI_DACSR : CS4281PCI_ADCSR; in cs4281chan_setspeed()
394 if (ch->dma_chan == CS4281_DMA_PLAY) in cs4281chan_setformat()
521 if (hisr & CS4281PCI_HISR_DMA(CS4281_DMA_PLAY)) { in cs4281_intr()
523 cs4281_rd(sc, CS4281PCI_HDSR(CS4281_DMA_PLAY)); /* Clear interrupt */ in cs4281_intr()
686 cs4281_wr(sc, CS4281PCI_FCR(CS4281_DMA_PLAY), v); in cs4281_init()
688 cs4281_wr(sc, CS4281PCI_FCR(CS4281_DMA_PLAY), v | CS4281PCI_FCR_FEN); in cs4281_init()
707 CS4281PCI_DMR(CS4281_DMA_PLAY), in cs4281_init()
719 CS4281PCI_DCR(CS4281_DMA_PLAY), in cs4281_init()
[all …]