Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/codec/tfa9xxx/vas_tfa_drv/
Dtfa2_container.c46 nxpTfaContainer_t *cntbuf = (nxpTfaContainer_t *)cnt; in tfa2_load_cnt() local
54 if (HDR(cntbuf->id[0], cntbuf->id[1]) == 0) in tfa2_load_cnt()
60 if ((HDR(cntbuf->id[0], cntbuf->id[1])) != paramsHdr) in tfa2_load_cnt()
62 pr_err("wrong header type: 0x%02x 0x%02x\n", cntbuf->id[0], cntbuf->id[1]); in tfa2_load_cnt()
66 if (cntbuf->size == 0) in tfa2_load_cnt()
73 if (tfa2_cnt_crc_check_container(cntbuf)) in tfa2_load_cnt()
80 if ((cntbuf->subversion[1] != NXPTFA_PM_SUBVERSION) && (cntbuf->subversion[0] != '0')) in tfa2_load_cnt()
82 …pr_err("container sub-version not supported: %c%c\n", cntbuf->subversion[0], cntbuf->subversion[1]… in tfa2_load_cnt()