Lines Matching refs:ptt_out
204 switch (sm->hdrv.ptt_out.dma2) { in config_resources()
620 osamps = dma_setup(sm, 1, sm->hdrv.ptt_out.dma2) - 1; in setup_dma_fdx_dsp()
636 isamps = dma_setup(sm, 0, sm->hdrv.ptt_out.dma2) - 1; in setup_dma_fdx_dsp()
690 disable_dma(sm->hdrv.ptt_out.dma2); in sbcfdx_interrupt()
691 clear_dma_ff(sm->hdrv.ptt_out.dma2); in sbcfdx_interrupt()
692 dma_ptr(sm, 1, sm->hdrv.ptt_out.dma2, &ocfrag); in sbcfdx_interrupt()
693 enable_dma(sm->hdrv.ptt_out.dma2); in sbcfdx_interrupt()
696 disable_dma(sm->hdrv.ptt_out.dma2); in sbcfdx_interrupt()
697 clear_dma_ff(sm->hdrv.ptt_out.dma2); in sbcfdx_interrupt()
698 dma_ptr(sm, 0, sm->hdrv.ptt_out.dma2, &icfrag); in sbcfdx_interrupt()
699 enable_dma(sm->hdrv.ptt_out.dma2); in sbcfdx_interrupt()
783 if (request_dma(sm->hdrv.ptt_out.dma2, sm->hwdrv->hw_name)) { in sbcfdx_open()
794 free_dma(sm->hdrv.ptt_out.dma2); in sbcfdx_open()
812 disable_dma(sm->hdrv.ptt_out.dma2); in sbcfdx_close()
816 free_dma(sm->hdrv.ptt_out.dma2); in sbcfdx_close()