Searched refs:chnl_prop (Results 1 – 1 of 1) sorted by relevance
2617 unsigned int chnl_prop; in dsp_dma_setup_common() 2641 chnl_prop = DSPDMAC_CHNLPROP_AC_MASK; in dsp_dma_setup_common() 2648 &chnl_prop); in dsp_dma_setup_common() 2658 chnl_prop &= ~(1 << (DSPDMAC_CHNLPROP_MSPCE_LOBIT + dma_chan)); in dsp_dma_setup_common() 2660 chnl_prop |= (1 << (DSPDMAC_CHNLPROP_MSPCE_LOBIT + dma_chan)); in dsp_dma_setup_common() 2662 chnl_prop &= ~(1 << (DSPDMAC_CHNLPROP_DCON_LOBIT + dma_chan)); in dsp_dma_setup_common() 2664 status = chipio_write(codec, DSPDMAC_CHNLPROP_INST_OFFSET, chnl_prop); in dsp_dma_setup_common() 2713 port_map_mask, chnl_prop, active); in dsp_dma_setup() 2605 unsigned int chnl_prop; dsp_dma_setup_common() local