Home
last modified time | relevance | path

Searched refs:config_length (Results 1 – 6 of 6) sorted by relevance

/linux-5.19.10/sound/soc/intel/avs/
Dtopology.h74 u32 config_length; member
Dmessages.h716 u32 config_length; member
Dpath.c254 cfg->gtw_cfg.config_length = DIV_ROUND_UP(data_size, 4); in avs_copier_create()
/linux-5.19.10/sound/soc/intel/skylake/
Dskl-topology.h116 u32 config_length; member
123 u32 config_length; member
Dskl-messages.c558 cpr_mconfig->gtw_cfg.config_length = in skl_copy_copier_caps()
681 cpr_mconfig->gtw_cfg.config_length = 0; in skl_setup_cpr_gateway_cfg()
718 dma_ctrl->config_length = DMA_I2S_BLOB_SIZE; in skl_dsp_set_dma_control()
/linux-5.19.10/drivers/gpu/drm/i915/
Di915_perf.c1866 size_t config_length = 0; in alloc_oa_config_buffer() local
1874 config_length += num_lri_dwords(oa_config->mux_regs_len); in alloc_oa_config_buffer()
1875 config_length += num_lri_dwords(oa_config->b_counter_regs_len); in alloc_oa_config_buffer()
1876 config_length += num_lri_dwords(oa_config->flex_regs_len); in alloc_oa_config_buffer()
1877 config_length += 3; /* MI_BATCH_BUFFER_START */ in alloc_oa_config_buffer()
1878 config_length = ALIGN(sizeof(u32) * config_length, I915_GTT_PAGE_SIZE); in alloc_oa_config_buffer()
1880 obj = i915_gem_object_create_shmem(stream->perf->i915, config_length); in alloc_oa_config_buffer()