Home
last modified time | relevance | path

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

/linux-4.1.27/sound/pci/hda/
Dpatch_ca0132.c1632 unsigned int chnl_prop; in dsp_dma_setup_common() local
1656 chnl_prop = DSPDMAC_CHNLPROP_AC_MASK; in dsp_dma_setup_common()
1663 &chnl_prop); in dsp_dma_setup_common()
1673 chnl_prop &= ~(1 << (DSPDMAC_CHNLPROP_MSPCE_LOBIT + dma_chan)); in dsp_dma_setup_common()
1675 chnl_prop |= (1 << (DSPDMAC_CHNLPROP_MSPCE_LOBIT + dma_chan)); in dsp_dma_setup_common()
1677 chnl_prop &= ~(1 << (DSPDMAC_CHNLPROP_DCON_LOBIT + dma_chan)); in dsp_dma_setup_common()
1679 status = chipio_write(codec, DSPDMAC_CHNLPROP_INST_OFFSET, chnl_prop); in dsp_dma_setup_common()
1728 port_map_mask, chnl_prop, active); in dsp_dma_setup_common()