Searched refs:fmt_cfg (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/sound/soc/intel/skylake/ |
H A D | skl-nhlt.c | 99 struct nhlt_fmt_cfg *fmt_cfg; in skl_get_ssp_clks() local 114 fmt_cfg = (struct nhlt_fmt_cfg *)fmt->fmt_config; in skl_get_ssp_clks() 116 struct nhlt_fmt_cfg *saved_fmt_cfg = fmt_cfg; in skl_get_ssp_clks() 137 struct nhlt_fmt_cfg *tmp_fmt_cfg = fmt_cfg; in skl_get_ssp_clks() 183 fmt_cfg = (struct nhlt_fmt_cfg *)(fmt_cfg->config.caps + in skl_get_ssp_clks() 184 fmt_cfg->config.size); in skl_get_ssp_clks() 209 struct nhlt_fmt_cfg *fmt_cfg; in skl_get_mclk() local 214 fmt_cfg = (struct nhlt_fmt_cfg *)fmt->fmt_config; in skl_get_mclk() 215 i2s_config_ext = (struct skl_i2s_config_blob_ext *)fmt_cfg->config.caps; in skl_get_mclk() 244 mclk[id].rate_cfg[0].config = fmt_cfg; in skl_get_mclk()
|
H A D | skl-ssp-clk.c | 76 struct nhlt_fmt_cfg *fmt_cfg; in skl_fill_clk_ipc() local 85 fmt_cfg = (struct nhlt_fmt_cfg *)rcfg->config; in skl_fill_clk_ipc() 86 wfmt = &fmt_cfg->fmt_ext.fmt; in skl_fill_clk_ipc() 94 fmt_cfg->fmt_ext.sample.valid_bits_per_sample; in skl_fill_clk_ipc() 112 struct nhlt_fmt_cfg *fmt_cfg; in skl_send_clk_dma_control() local 122 fmt_cfg = (struct nhlt_fmt_cfg *)rcfg->config; in skl_send_clk_dma_control() 123 sp_cfg = &fmt_cfg->config; in skl_send_clk_dma_control()
|
/openbmc/linux/sound/hda/ |
H A D | intel-nhlt.c | 58 struct nhlt_fmt_cfg *fmt_cfg = fmt_configs->fmt_config; in intel_nhlt_get_dmic_geo() local 66 fmt_ext = &fmt_cfg->fmt_ext; in intel_nhlt_get_dmic_geo() 72 fmt_cfg = (struct nhlt_fmt_cfg *)(fmt_cfg->config.caps + in intel_nhlt_get_dmic_geo() 73 fmt_cfg->config.size); in intel_nhlt_get_dmic_geo()
|
/openbmc/linux/sound/soc/sof/ |
H A D | ipc4-topology.c | 72 offsetof(struct sof_ipc4_pin_format, audio_fmt.fmt_cfg)}, 92 offsetof(struct sof_ipc4_pin_format, audio_fmt.fmt_cfg)}, 178 fmt->ch_cfg, fmt->interleaving_style, fmt->fmt_cfg, in sof_ipc4_dbg_audio_format() 1067 channels = SOF_IPC4_AUDIO_FORMAT_CFG_CHANNELS_COUNT(fmt->fmt_cfg); in sof_ipc4_update_hw_params() 1084 channels = SOF_IPC4_AUDIO_FORMAT_CFG_CHANNELS_COUNT(fmt->fmt_cfg); in sof_ipc4_is_single_format() 1085 valid_bits = SOF_IPC4_AUDIO_FORMAT_CFG_V_BIT_DEPTH(fmt->fmt_cfg); in sof_ipc4_is_single_format() 1094 _valid_bits = SOF_IPC4_AUDIO_FORMAT_CFG_V_BIT_DEPTH(fmt->fmt_cfg); in sof_ipc4_is_single_format() 1203 valid_bits = SOF_IPC4_AUDIO_FORMAT_CFG_V_BIT_DEPTH(fmt->fmt_cfg); in sof_ipc4_init_input_audio_fmt() 1406 valid_bits = SOF_IPC4_AUDIO_FORMAT_CFG_V_BIT_DEPTH(fmt->fmt_cfg); in sof_ipc4_copier_is_single_format() 1594 SOF_IPC4_AUDIO_FORMAT_CFG_V_BIT_DEPTH(in_fmt->fmt_cfg); in sof_ipc4_prepare_copier_module() [all …]
|
H A D | ipc4-pcm.c | 765 ch = dai_copier->data.out_format.fmt_cfg; in sof_ipc4_get_stream_start_offset()
|
/openbmc/u-boot/drivers/video/ |
H A D | mx3fb.c | 79 static struct pixel_fmt_cfg fmt_cfg[] = { variable 442 writel(fmt_cfg[di_setup].b0, DI_DISP3_B0_MAP); in sdc_init_panel() 443 writel(fmt_cfg[di_setup].b1, DI_DISP3_B1_MAP); in sdc_init_panel() 444 writel(fmt_cfg[di_setup].b2, DI_DISP3_B2_MAP); in sdc_init_panel() 446 ((fmt_cfg[di_setup].acc - 1) << 12), DI_DISP_ACC_CC); in sdc_init_panel()
|
/openbmc/linux/include/sound/sof/ipc4/ |
H A D | header.h | 273 uint32_t fmt_cfg; /* channels_count valid_bit_depth s_type */ member
|
/openbmc/linux/drivers/media/platform/rockchip/rkisp1/ |
H A D | rkisp1-capture.c | 1153 const struct rkisp1_capture_fmt_cfg **fmt_cfg, in rkisp1_try_fmt() argument 1184 if (fmt_cfg) in rkisp1_try_fmt() 1185 *fmt_cfg = fmt; in rkisp1_try_fmt()
|