Home
last modified time | relevance | path

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

/linux/sound/soc/intel/avs/
H A Dpath.c197 const guid_t *type = &module_template->cfg_ext->type; in avs_path_set_constraint()
204 switch (module_template->cfg_ext->copier.dma_type) { in avs_path_set_constraint()
286 te = t->cfg_ext; in avs_nhlt_config_or_default()
341 u32 dma_type = t->cfg_ext->copier.dma_type; in avs_append_dma_cfg()
414 te = t->cfg_ext; in avs_copier_create()
448 te = t->cfg_ext; in avs_whm_create()
515 vols[i].curve_type = t->cfg_ext->peakvol.curve_type; in avs_peakvol_set_volume()
516 vols[i].curve_duration = t->cfg_ext->peakvol.curve_duration; in avs_peakvol_set_volume()
527 vols[0].curve_type = t->cfg_ext->peakvol.curve_type; in avs_peakvol_set_volume()
528 vols[0].curve_duration = t->cfg_ext->peakvol.curve_duration; in avs_peakvol_set_volume()
[all …]
H A Dtopology.h222 struct avs_tplg_modcfg_ext *cfg_ext; member
H A Dapl.c204 cfg = mod->template->cfg_ext; in avs_apl_lp_streaming()
H A Dcontrol.c34 guid_t *type = &mod->template->cfg_ext->type; in avs_get_volume_module()
H A Dtopology.c1189 .offset = offsetof(struct avs_tplg_module, cfg_ext),
/linux/drivers/gpu/drm/exynos/
H A Dexynos_drm_fimc.c740 u32 cfg, cfg_ext, shfactor; in fimc_set_prescaler() local
746 cfg_ext = fimc_read(ctx, EXYNOS_CITRGFMT); in fimc_set_prescaler()
747 if (cfg_ext & EXYNOS_CITRGFMT_INROT90_CLOCKWISE) { in fimc_set_prescaler()
755 if (cfg_ext & EXYNOS_CITRGFMT_OUTROT90_CLOCKWISE) { in fimc_set_prescaler()
807 u32 cfg, cfg_ext; in fimc_set_scaler() local
836 cfg_ext = fimc_read(ctx, EXYNOS_CIEXTEN); in fimc_set_scaler()
837 cfg_ext &= ~EXYNOS_CIEXTEN_MAINHORRATIO_EXT_MASK; in fimc_set_scaler()
838 cfg_ext &= ~EXYNOS_CIEXTEN_MAINVERRATIO_EXT_MASK; in fimc_set_scaler()
839 cfg_ext |= (EXYNOS_CIEXTEN_MAINHORRATIO_EXT(sc->hratio) | in fimc_set_scaler()
841 fimc_write(ctx, cfg_ext, EXYNOS_CIEXTEN); in fimc_set_scaler()
[all …]
/linux/drivers/scsi/lpfc/
H A Dlpfc_init.c13770 phba->sli4_hba.extents_in_use = bf_get(cfg_ext, mbx_sli4_parameters); in lpfc_get_sli4_parameters()