Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/codec/tfa9xxx/vas_tfa_drv/
Dtfa2_container.c24 static int tfa2_cnt_write_dspmem(struct tfa2_device *tfa, nxpTfaDspMem_t *cfmem) in tfa2_cnt_write_dspmem() argument
27 uint16_t address = cfmem->address; in tfa2_cnt_write_dspmem()
29 for (i = 0; i < cfmem->size; i++) in tfa2_cnt_write_dspmem()
31 … dev_dbg(&tfa->i2c->dev, "dsp mem (%d): 0x%02x=0x%04x\n", cfmem->type, address, cfmem->words[i]); in tfa2_cnt_write_dspmem()
32 …rc = tfa2_i2c_write_cf_mem32(tfa->i2c, address++, (int32_t *)cfmem + offsetof(nxpTfaDspMem_t, word… in tfa2_cnt_write_dspmem()
33 (enum tfa2_cf_mem)(cfmem->type)); in tfa2_cnt_write_dspmem()