Searched refs:cf_status (Results 1 – 2 of 2) sorted by relevance
358 unsigned short cf_status; /* the contents of the CF_STATUS register */ in waitResult() local362 error = TFA9896_ReadRegister(handle, 0x73, &cf_status); in waitResult()364 } while ((error == kStatus_TFA9896_Ok) && ((cf_status & 0x0100) == 0) && in waitResult()1070 unsigned short cf_status; /* the contents of the CF_STATUS register */ in TFA9896_DspGetParam() local1136 error = TFA9896_ReadRegister(handle, 0x73, &cf_status); in TFA9896_DspGetParam()1139 (error == kStatus_TFA9896_Ok) && ((cf_status & 0x0100) == 0) && in TFA9896_DspGetParam()
1076 uint16_t cf_status = 0; in tfa2_i2c_rpc_status() local1087 cf_status = (uint16_t)rc; /* ret contains flags, when no error */ in tfa2_i2c_rpc_status()1089 if ((cf_status & CF_STATUS_I2C_CMD_ACK)) in tfa2_i2c_rpc_status()1095 if ((retry_cnt >= CF_RPC_RETRY_NUM) && !(cf_status & CF_STATUS_I2C_CMD_ACK)) in tfa2_i2c_rpc_status()