Searched refs:wait_value (Results 1 – 1 of 1) sorted by relevance
1119 int tfa2_i2c_bf_poll(struct i2c_client *client, uint16_t bf, uint16_t wait_value, int loop) in tfa2_i2c_bf_poll() argument1133 while (value != wait_value && --loop); in tfa2_i2c_bf_poll()1138 …lient->dev, "timeout waiting for bitfield:0x%04x, value:%d, %d times\n", bf, wait_value, loop_arg); in tfa2_i2c_bf_poll()