Searched refs:dma_cfg (Results 1 – 5 of 5) sorted by relevance
611 struct afe_param_id_cdc_dma_cfg dma_cfg; member1653 struct afe_param_id_cdc_dma_cfg *dma_cfg = &pcfg->dma_cfg; in q6afe_cdc_dma_port_prepare() local1655 dma_cfg->cdc_dma_cfg_minor_version = AFE_API_VERSION_CODEC_DMA_CONFIG; in q6afe_cdc_dma_port_prepare()1656 dma_cfg->sample_rate = cfg->sample_rate; in q6afe_cdc_dma_port_prepare()1657 dma_cfg->bit_width = cfg->bit_width; in q6afe_cdc_dma_port_prepare()1658 dma_cfg->data_format = cfg->data_format; in q6afe_cdc_dma_port_prepare()1659 dma_cfg->num_channels = cfg->num_channels; in q6afe_cdc_dma_port_prepare()1661 dma_cfg->active_channels_mask = (1 << cfg->num_channels) - 1; in q6afe_cdc_dma_port_prepare()
242 struct q6afe_cdc_dma_cfg dma_cfg; member
293 struct q6afe_cdc_dma_cfg *cfg = &dai_data->port_config[dai->id].dma_cfg; in q6dma_set_channel_map()362 struct q6afe_cdc_dma_cfg *cfg = &dai_data->port_config[dai->id].dma_cfg; in q6dma_hw_params()428 &dai_data->port_config[dai->id].dma_cfg); in q6afe_dai_prepare()
918 unsigned dma_cfg; in create_sscape() local1018 dma_cfg = (sscape->ic_type == IC_OPUS ? 0x40 : 0x70); in create_sscape()1019 sscape_write_unsafe(sscape->io_base, GA_DMAA_REG, dma_cfg); in create_sscape()
2735 unsigned int dma_cfg = 0; in dsp_dma_setup() local2767 dma_cfg = addr_field + incr_field; in dsp_dma_setup()2769 dma_cfg); in dsp_dma_setup()2804 chip_addx, count, dma_cfg, adr_ofs, xfr_cnt); in dsp_dma_setup()
Completed in 32 milliseconds