Home
last modified time | relevance | path

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

/linux/sound/soc/intel/avs/
H A Dpath.c195 const guid_t *type = &module_template->cfg_ext->type; in avs_path_set_constraint()
202 switch (module_template->cfg_ext->copier.dma_type) { in avs_path_set_constraint()
284 te = t->cfg_ext; in avs_nhlt_config_or_default()
339 u32 dma_type = t->cfg_ext->copier.dma_type; in avs_append_dma_cfg()
412 te = t->cfg_ext; in avs_copier_create()
446 te = t->cfg_ext; in avs_whm_create()
513 vols[i].curve_type = t->cfg_ext->peakvol.curve_type; in avs_peakvol_set_volume()
514 vols[i].curve_duration = t->cfg_ext->peakvol.curve_duration; in avs_peakvol_set_volume()
525 vols[0].curve_type = t->cfg_ext->peakvol.curve_type; in avs_peakvol_set_volume()
526 vols[0].curve_duration = t->cfg_ext in avs_peakvol_set_volume()
[all...]
/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.c13753 phba->sli4_hba.extents_in_use = bf_get(cfg_ext, mbx_sli4_parameters); in lpfc_get_sli4_parameters()