Home
last modified time | relevance | path

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

/linux/sound/soc/qcom/qdsp6/
H A Daudioreach.c652 struct apm_display_port_module_intf_cfg *intf_cfg; in audioreach_display_port_set_media_format()
690 intf_cfg = p; in audioreach_codec_dma_set_media_format()
691 param_data = &intf_cfg->param_data; in audioreach_codec_dma_set_media_format()
697 intf_cfg->cfg.channel_allocation = cfg->channel_allocation; in audioreach_codec_dma_set_media_format()
698 intf_cfg->cfg.mst_idx = 0; in audioreach_codec_dma_set_media_format()
699 intf_cfg->cfg.dptx_idx = cfg->dp_idx; in audioreach_codec_dma_set_media_format()
709 struct apm_codec_dma_module_intf_cfg *intf_cfg; in audioreach_codec_dma_set_media_format()
750 intf_cfg = p;
751 param_data = &intf_cfg->param_data; in audioreach_send_u32_param()
757 intf_cfg in audioreach_send_u32_param()
611 struct apm_display_port_module_intf_cfg *intf_cfg; audioreach_display_port_set_media_format() local
678 struct apm_codec_dma_module_intf_cfg *intf_cfg; audioreach_codec_dma_set_media_format() local
999 struct apm_i2s_module_intf_cfg *intf_cfg; audioreach_i2s_set_media_format() local
[all...]
/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_ctl.c631 u32 intf_cfg = 0; in dpu_hw_ctl_intf_cfg() local
633 intf_cfg |= (cfg->intf & 0xF) << 4; in dpu_hw_ctl_intf_cfg()
636 intf_cfg |= BIT(19); in dpu_hw_ctl_intf_cfg()
637 intf_cfg |= (cfg->mode_3d - 0x1) << 20; in dpu_hw_ctl_intf_cfg()
641 intf_cfg |= (cfg->wb & 0x3) + 2; in dpu_hw_ctl_intf_cfg()
645 intf_cfg &= ~BIT(17); in dpu_hw_ctl_intf_cfg()
646 intf_cfg &= ~(0x3 << 15); in dpu_hw_ctl_intf_cfg()
649 intf_cfg |= BIT(17); in dpu_hw_ctl_intf_cfg()
650 intf_cfg |= ((cfg->stream_sel & 0x3) << 15); in dpu_hw_ctl_intf_cfg()
657 DPU_REG_WRITE(c, CTL_TOP, intf_cfg); in dpu_hw_ctl_intf_cfg()
H A Ddpu_encoder.c2260 struct dpu_hw_intf_cfg intf_cfg = { 0 }; in dpu_encoder_helper_phys_cleanup() local
2326 intf_cfg.stream_sel = 0; /* Don't care value for video mode */ in dpu_encoder_helper_phys_cleanup()
2327 intf_cfg.mode_3d = dpu_encoder_helper_get_3d_blend_mode(phys_enc); in dpu_encoder_helper_phys_cleanup()
2328 intf_cfg.dsc = dpu_encoder_helper_get_dsc(phys_enc); in dpu_encoder_helper_phys_cleanup()
2329 intf_cfg.cwb = dpu_enc->cwb_mask; in dpu_encoder_helper_phys_cleanup()
2332 intf_cfg.intf = phys_enc->hw_intf->idx; in dpu_encoder_helper_phys_cleanup()
2334 intf_cfg.wb = phys_enc->hw_wb->idx; in dpu_encoder_helper_phys_cleanup()
2337 intf_cfg.merge_3d = phys_enc->hw_pp->merge_3d->idx; in dpu_encoder_helper_phys_cleanup()
2340 ctl->ops.reset_intf_cfg(ctl, &intf_cfg); in dpu_encoder_helper_phys_cleanup()