Searched refs:WMFW_ADSP2_XM (Results 1 – 15 of 15) sorted by relevance
/linux-6.12.1/drivers/mfd/ |
D | cs40l50-core.c | 100 { .type = WMFW_ADSP2_XM, .base = CS40L50_XMEM_UNPACKED24_0 }, 119 WMFW_ADSP2_XM, in cs40l50_wseq_init() 127 WMFW_ADSP2_XM, in cs40l50_wseq_init() 135 WMFW_ADSP2_XM, in cs40l50_wseq_init()
|
/linux-6.12.1/include/linux/firmware/cirrus/ |
D | wmfw.h | 196 #define WMFW_ADSP2_XM 5 macro
|
/linux-6.12.1/sound/soc/codecs/ |
D | cs47l90.c | 43 { .type = WMFW_ADSP2_XM, .base = 0x0a0000 }, 50 { .type = WMFW_ADSP2_XM, .base = 0x120000 }, 57 { .type = WMFW_ADSP2_XM, .base = 0x1a0000 }, 64 { .type = WMFW_ADSP2_XM, .base = 0x220000 }, 71 { .type = WMFW_ADSP2_XM, .base = 0x2a0000 }, 78 { .type = WMFW_ADSP2_XM, .base = 0x320000 }, 85 { .type = WMFW_ADSP2_XM, .base = 0x3a0000 },
|
D | cs47l85.c | 43 { .type = WMFW_ADSP2_XM, .base = 0x0a0000 }, 50 { .type = WMFW_ADSP2_XM, .base = 0x120000 }, 57 { .type = WMFW_ADSP2_XM, .base = 0x1a0000 }, 64 { .type = WMFW_ADSP2_XM, .base = 0x220000 }, 71 { .type = WMFW_ADSP2_XM, .base = 0x2a0000 }, 78 { .type = WMFW_ADSP2_XM, .base = 0x320000 }, 85 { .type = WMFW_ADSP2_XM, .base = 0x3a0000 },
|
D | wm_adsp.c | 218 .mem_type = WMFW_ADSP2_XM, 223 .mem_type = WMFW_ADSP2_XM, 1498 alg_region = cs_dsp_find_alg_region(&dsp->cs_dsp, WMFW_ADSP2_XM, dsp->cs_dsp.fw_id); in wm_adsp_buffer_parse_legacy() 1507 ret = cs_dsp_read_data_word(&dsp->cs_dsp, WMFW_ADSP2_XM, addr, &magic); in wm_adsp_buffer_parse_legacy() 1520 ret = cs_dsp_read_data_word(&dsp->cs_dsp, WMFW_ADSP2_XM, addr, in wm_adsp_buffer_parse_legacy() 1536 buf->host_buf_mem_type = WMFW_ADSP2_XM; in wm_adsp_buffer_parse_legacy()
|
D | cs47l35.c | 43 { .type = WMFW_ADSP2_XM, .base = 0x0a0000 }, 50 { .type = WMFW_ADSP2_XM, .base = 0x120000 }, 57 { .type = WMFW_ADSP2_XM, .base = 0x1a0000 },
|
D | wm5110.c | 51 { .type = WMFW_ADSP2_XM, .base = 0x190000 }, 58 { .type = WMFW_ADSP2_XM, .base = 0x290000 }, 65 { .type = WMFW_ADSP2_XM, .base = 0x390000 }, 72 { .type = WMFW_ADSP2_XM, .base = 0x490000 },
|
D | cs47l24.c | 43 { .type = WMFW_ADSP2_XM, .base = 0x290000 }, 50 { .type = WMFW_ADSP2_XM, .base = 0x390000 },
|
D | cs35l56-shared.c | 574 { .type = WMFW_ADSP2_XM, .base = CS35L56_DSP1_XMEM_UNPACKED24_0 },
|
D | cs35l41-lib.c | 1413 {. type = WMFW_ADSP2_XM, .base = CS35L41_DSP1_XMEM_UNPACK24_0},
|
D | cs35l45.c | 1344 {. type = WMFW_ADSP2_XM, .base = CS35L45_DSP1_XMEM_UNPACK24_0},
|
D | cs47l15.c | 51 { .type = WMFW_ADSP2_XM, .base = 0x0a0000 },
|
D | wm5102.c | 50 { .type = WMFW_ADSP2_XM, .base = 0x190000 },
|
D | cs47l92.c | 43 { .type = WMFW_ADSP2_XM, .base = 0x0a0000 },
|
/linux-6.12.1/drivers/firmware/cirrus/ |
D | cs_dsp.c | 367 case WMFW_ADSP2_XM: in cs_dsp_mem_region_name() 580 case WMFW_ADSP2_XM: in cs_dsp_region_to_reg() 594 case WMFW_ADSP2_XM: in cs_dsp_halo_region_to_reg() 1575 case WMFW_ADSP2_XM: in cs_dsp_load() 1966 mem = cs_dsp_find_region(dsp, WMFW_ADSP2_XM); in cs_dsp_adsp2_setup_algs() 1982 alg_region = cs_dsp_create_region(dsp, WMFW_ADSP2_XM, in cs_dsp_adsp2_setup_algs() 2019 alg_region = cs_dsp_create_region(dsp, WMFW_ADSP2_XM, in cs_dsp_adsp2_setup_algs() 2095 WMFW_ADSP2_XM, WMFW_HALO_XM_PACKED, in cs_dsp_halo_create_regions() 2112 mem = cs_dsp_find_region(dsp, WMFW_ADSP2_XM); in cs_dsp_halo_setup_algs() 2272 case WMFW_ADSP2_XM: in cs_dsp_load_coeff()
|