Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/codec/tfa9xxx/vas_tfa_drv/
Dtfa2_dev.c1156 int tries, rpc_status = -1; in tfa2_i2c_dsp_execute() local
1169 rc = tfa2_i2c_rpc_status(i2c, &rpc_status); in tfa2_i2c_dsp_execute()
1170 if (rc || rpc_status != tfa9xxx_I2C_Req_Busy) in tfa2_i2c_dsp_execute()
1176 if (rpc_status != tfa9xxx_I2C_Req_Done) in tfa2_i2c_dsp_execute()
1179 …dev_dbg(&i2c->dev, "DSP msg status: %d (%s)\n", rpc_status, tfa2_get_i2c_status_id_string(rpc_stat… in tfa2_i2c_dsp_execute()
1187 *res_buf++ = rpc_status >> 16; in tfa2_i2c_dsp_execute()
1188 *res_buf++ = rpc_status >> 8; in tfa2_i2c_dsp_execute()
1189 *res_buf++ = rpc_status; in tfa2_i2c_dsp_execute()
Dtfa2_container.c688 uint32_t rpc_status; in tfa2_cnt_write_msg() local
716 rpc_status = (rbuf[0] << 16) | (rbuf[1] << 8) | rbuf[2]; in tfa2_cnt_write_msg()
717 if (rpc_status != 0) in tfa2_cnt_write_msg()
719 dev_err(&tfa->i2c->dev, "%s: rpc_status = 0x%x\n", __func__, rpc_status); in tfa2_cnt_write_msg()